mirror of
https://github.com/ksherlock/host-modemworks.git
synced 2026-04-21 20:17:10 +00:00
32fd86c01f9745f4ac6ef99a45e47ded3aacc1b5
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).
Description
Languages
Makefile
100%