No description
Find a file
2014-03-20 17:38:48 +01:00
.gitignore adding object files to .gitignore 2014-03-09 18:09:18 +01:00
client.c added flag for enabling debug messages, without debug messages only connection events are displayed 2014-03-20 12:13:52 +01:00
feature_wishlist.txt removed Nagle algorithm 2014-03-06 13:32:48 +01:00
Makefile First semi-functional version. 2014-03-18 17:31:42 +01:00
moxerver.c don't send to tty device if it was not opened 2014-03-20 17:38:48 +01:00
moxerver.h added flag for enabling debug messages, without debug messages only connection events are displayed 2014-03-20 12:13:52 +01:00
README.md Update README.md 2014-03-09 18:57:32 +01:00
server.c removed TTY port constraints, added client activity timestamps 2014-03-19 16:16:21 +01:00
telnet.c removed TTY port constraints, added client activity timestamps 2014-03-19 16:16:21 +01:00
tty.c removed TTY port constraints, added client activity timestamps 2014-03-19 16:16:21 +01:00

moxanix

A serial device server, provides console access to multiple serial devices through telnet connection.

moxerver

  • server application handling the session between a specific TCP port and a specific serial device
  • allows bidirectional communication
  • it is expected tu run a separate instance for every serial device