ModemWorks modules for the KEGS emulator.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Kelvin Sherlock 32fd86c01f &hash new(numpexpr) , numvar 6 years ago
ModemWorks initial version. 6 years ago
HashKEGS.aii &hash new(numpexpr) , numvar 6 years ago
Makefile kegs hash tool. 6 years ago
ModemKEGS.aii initial version. 6 years ago
README.md Create README.md 6 years ago
SerialKEGS.aii initial version. 6 years ago
TimeKEGS.aii comment out dead code. 6 years ago

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).