https://github.com/simonlaszcz/vd-view
Repository for https://vd-view.azurewebsites.net/
https://github.com/simonlaszcz/vd-view
teletext viewdata viewtex
Last synced: 23 days ago
JSON representation
Repository for https://vd-view.azurewebsites.net/
- Host: GitHub
- URL: https://github.com/simonlaszcz/vd-view
- Owner: simonlaszcz
- License: mit
- Created: 2020-12-06T20:17:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T10:02:45.000Z (about 1 year ago)
- Last Synced: 2025-03-19T11:21:39.092Z (about 1 year ago)
- Topics: teletext, viewdata, viewtex
- Language: TypeScript
- Homepage:
- Size: 20.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Note that the site is currently down while I assess the impact of the UK Online Safety Act
# 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
1. Node.js
1. 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
1. cd vd-view
1. npm install
1. cd ViewDataViewer
1. npm install
1. libman restore
1. dotnet run
1. Browse to https://localhost:5000