Created: 13th March 2022
Introduction
The Telstar Viewdata client is available for Mac, Linux and Windows supports resizing and a genuine full screen mode. In addition, the client can connect to systems through either a direct TCP/IP connection or via a serial modem connected to a local serial port.
The software was originally written to test Telstar, however, the client can be used to connect to any Viewdata/videotex service either over the internet or via a serial modem. The software is pre-configured with some well known services, but these can be changed as required.
All versions of the telstar-client are available here.
Installation
Linux
Download the appropriate zip from releases:
- TelstarClient-linux-arm64-<version>.zip — arm64
- TelstarClient-linux-x64-<version>.zip — x64
$ ./install.sh
You will be presented with an option to install for all users or for the current user. A suitable uninstall script will then be created allowing the program to be uninstalled.
MacOS Installation
Download the appropriate zip from releases:
- TelstarClient-macos-arm64-<version>.zip — Apple Silicon (M1/M2/M3/M4)
- TelstarClient-macos-x64-<version>.zip — Intel
Extract the zip and move TelstarClient.app to your Applications folder.
As TelstarClient is not notarized with Apple, macOS may report it as damaged or block it from running. To bypass this:
Option 1 — Ctrl-click method:
Ctrl-click the TelstarClient.app icon and select Open. This only needs to be done once.
Option 2 — Terminal method:
Execute the following command in a terminal.
xattr -cr /Applications/TelstarClient.app
Then double-click as normal.
Option 3 — System Settings:
System Settings → Privacy & Security → scroll down → click Open Anyway.
Option 4 — Ad-hoc signing:
If you have Xcode command line tools installed:
codesign --force --deep --sign - /Applications/TelstarClient.app
Then double-click as normal.
Windows
Download the appropriate setup executable from releases:
- TelstarClient-Win-arm64-Setup-<version>.zip — ARM 64
- TelstarClient-Win-x64-Setup-<version>.zip — x64
Run the downloaded setup program.
Log Files
When reporting issues, details from the appropriate log file would be helpful. The log files are located in the following directories:
- Linux = ~/.config/TelstarClient/logs
- macOS = ~/Library/Application Support/TelstarClient
- Windows = %APPDATA%/TelstarClient/logs