forked from OpenSource/vd-view
Mirror of https://github.com/simonlaszcz/vd-view
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
|
3 years ago | |
---|---|---|
ViewDataViewer | 3 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
ViewDataViewer.sln | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 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
- .NET 5 SDK
- Node.js
- Git
Build Steps
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