Terminal simulators for remote access to a PiDP-10.
Convert a laptop, desktop or second Raspberry Pi into a Knight TV or DEC VT-52 terminal for your PiDP-10.
Supports:
- Linux X86_64 (Ubuntu)
- Windows 11 with WSL subsystem (Ubuntu)
- Raspberry Pi (Bookworm 64 bit)
Included terminal simulators: - Knight TV - DEC VT-52 - Datapoint 3300 - Tektronix 4010 - Imlac
cd /opt
sudo git clone https://github.com/obsolescence/rpdp
/opt/rpdp/install/install-rpdp.sh
`
- the install script will ask you for the hostname of your PiDP-10 (pidp10, for example) and the user name on the Pi (pi, for example).
- it will modify pdp.sh and imlac.simh, and as this is an early alpha version - in case of trouble, just check those two files
Just like the pdp
command on the PiDP-10 itself, so just type rpdp vt52
for a VT-52 terminal connection, etc.
rpdp tvcon
-- Knight TV terminalrpdp vt52
-- DEC VT-52 terminalrpdp dp3300
-- Datapoint 3300 terminalrpdp imlac
-- Imlac terminal/minicomputerrpdp tek
-- Tektronix 4010 storage tube graphics terminal
Don't forget to press F11 for full-screen mode!
rpdp con
-- Noisy & Slow Teletype consolerpdp telcon
-- Quiet & Fast Teletype console
Don't forget, if you want to switch Teletypes in mid-flight, leave the first Teletype properly (Ctrl-[, quit) or the line will not be free for the new one.
Note: very early beta version, and this version particularly depends on your system using the apt package manager (Ubuntu, Debian).
Edit install-rpdp.sh to use any other package manager.
So far, only tested on Ubuntu 22.04. Let me know of any problems on other systems.
There's been confirmation that the incuded binaries work on Windows 11 with WSL subsystem (Ubuntu). The bin/pdp.sh has not been tested on Windows yet though. Feedback requested!
The install script assumes /usr/local/bin is an existing directory, in your PATH. Otherwise, the command 'pdp' will not be found; in that case try '/opt/rpdp/bin/rpdp.sh ?' to see if that works.