You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Simon Laszcz 64e3a60174 Help update 3 years ago
ViewDataViewer Help update 3 years ago
.gitignore Initial 4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 4 years ago
ViewDataViewer.sln Initial 4 years ago
package-lock.json Initial 4 years ago
package.json Initial 4 years ago

README.md

vd-view

Repository for https://vd-view.azurewebsites.net/

vd-view is a Viewdata/Videotex web client that can connect to hobby systems that provide Viewdata services over TCP. For example: NXTel, TeeFax, Telstar and CCl4.

The server-side of the project is responsible for managing TCP connections and communicates with web clients using SignalR. All Viewdata processing is performed in the browser.

The project targets .NET 5 and can be run on any platform where the .NET 5 runtime has been installed.

Running it Locally

Prerequisites

The following must be installed

  1. .NET 5 SDK
  2. Node.js
  3. Git

Build Steps

Install the dotnet LibMan CLI

  1. dotnet tool install -g Microsoft.Web.LibraryManager.Cli

From the terminal in a directory of your choice:

  1. git clone https://github.com/simonlaszcz/vd-view.git
  2. cd vd-view
  3. npm install
  4. cd ViewDataViewer
  5. npm install
  6. libman restore
  7. dotnet run
  8. Browse to https://localhost:5000