From 1c9cc7057bdf469a7d188ceae8c39386c5821301 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sat, 18 Mar 2017 11:22:34 -0400 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..135dfeb --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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).