ModemWorks modules for the KEGS emulator.
Go to file
Kelvin Sherlock 871c4070fb &hash end, $var instead of &hash end $var 2017-04-13 00:55:42 -04:00
ModemWorks initial version. 2017-03-18 11:13:41 -04:00
HashKEGS.aii &hash end, $var instead of &hash end $var 2017-04-13 00:55:42 -04:00
Makefile kegs hash tool. 2017-04-08 17:29:43 -04:00
ModemKEGS.aii initial version. 2017-03-18 11:13:41 -04:00
README.md Create README.md 2017-03-18 11:22:34 -04:00
SerialKEGS.aii initial version. 2017-03-18 11:13:41 -04:00
TimeKEGS.aii comment out dead code. 2017-04-08 17:05:21 -04:00

README.md

ModemWorks modules for the KEGS emulator.

OMM Module stubs for the Port Tool (serial driver) and Modem Tool (modem driver). Actual implementation is handled in KEGS.

KEGS works fine with the normal Modem and SerialGS modules. However, that means KEGS has to emulate the serial hardware, the telnet protocol, and the Hayes AT command set. Using a custom Modem/Serial Module bypasses most of that and we can just use TCP sockets directly.

(Currently, inbound connections are via TCP server but outbound connections create a pseudo terminal to run bash, etc directly).