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.
The following must be installed
- .NET 5 SDK
- Node.js
- Git
Install the dotnet LibMan CLI
- dotnet tool install -g Microsoft.Web.LibraryManager.Cli
From the terminal in a directory of your choice:
- git clone https://github.com/simonlaszcz/vd-view.git
- cd vd-view
- npm install
- cd ViewDataViewer
- npm install
- libman restore
- dotnet run
- Browse to https://localhost:5000