AT&T / Teletype DMD 5620 Terminal Emulator for Linux and Mac
Go to file
Seth Morabito 60c855d45a Refactor and cleanup.
- Refactored and cleaned up code
- Renamed project to 'dmd5620'
- Added icon resources
2018-12-19 15:21:21 -08:00
assets Refactor and cleanup. 2018-12-19 15:21:21 -08:00
lib Refactor and cleanup. 2018-12-19 15:21:21 -08:00
src Refactor and cleanup. 2018-12-19 15:21:21 -08:00
.gitignore Refactor and cleanup. 2018-12-19 15:21:21 -08:00
LICENSE.md Added LICENSE and README 2018-12-15 10:58:35 -08:00
Makefile Refactor and cleanup. 2018-12-19 15:21:21 -08:00
README.md Refactor and cleanup. 2018-12-19 15:21:21 -08:00

README.md

GTK DMD 5620 Emulator

This is a GTK+ 3.0 implementation of an AT&T / Teletype DMD 5620 emulator.

Status

Version: 1.0.0

This is an actively developed project.

Usage

The terminal uses the Telnet protocol to communicate with a remote host.

dmd5620 -h <host> [-p <port>] [-n <nvram_file>] [-v] [-- <gtk-options> ...]

If not specified, <port> defaults to 23.

nvram_file is the name of a file in which to store the contents of NVRAM. This will preserve the state of the NVRAM between runs.

To Do

  • Terminal bell is not yet implemented.
  • Local serial line support is not yet implemented.

See Also

  • dmd_core: DMD 5620 core implementation library, used by this project.

Acknowledgements

  • libtelnet: The telnet library used by this project. It is in the public domain, but I would like to thank the authors for making it available.

License

MIT license. See the file LICENSE.md

Copyright (c) 2018, Seth Morabito <web@loomcom.com>