No description
Find a file
2014-03-28 19:52:15 +01:00
.gitignore introducing moxanix script for controling servers 2014-03-20 19:42:28 +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
moxanix.cfg Adding moxanix.cfg file. Moxanix is now configured with it. 2014-03-28 19:52:15 +01:00
moxanix.sh update to moxanix script, added status command 2014-03-24 22:25:33 +01:00
moxerver.c Adding moxanix.cfg file. Moxanix is now configured with it. 2014-03-28 19:52:15 +01:00
moxerver.h Adding moxanix.cfg file. Moxanix is now configured with it. 2014-03-28 19:52:15 +01:00
parser.c Adding parser.c and parser.h used for parsing of moxanix config files. Actual parsing not yet implemented. 2014-03-21 00:20:49 +01:00
parser.h Adding parser.c and parser.h used for parsing of moxanix config files. Actual parsing not yet implemented. 2014-03-21 00:20:49 +01:00
README.md Update README.md 2014-03-24 22:38:12 +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 Adding moxanix.cfg file. Moxanix is now configured with it. 2014-03-28 19:52:15 +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 to run a separate instance for every serial device

moxanix.sh

  • starts, stops or displays status for different moxervers
  • commands can handle one specific or all moxervers at once