Skip to content

simonlaszcz/vd-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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