No description
Find a file
2016-11-15 01:26:49 +01:00
.gitignore Update .gitignore for editor and IDE files 2016-11-15 01:16:43 +01:00
client.c Typedef custom structures 2016-11-15 01:17:06 +01:00
Makefile First semi-functional version. 2014-03-18 17:31:42 +01:00
moxanix.cfg Varoious code improvements and bugfixes 2014-01-10 09:18:45 +00:00
moxanix.sh removed tty mapping from moxanix script 2014-04-03 14:49:45 +02:00
moxerver.c Typedef custom structures 2016-11-15 01:17:06 +01:00
moxerver.h Date format follows ISO, device path size increased 2016-11-15 01:26:49 +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 Typedef custom structures 2016-11-15 01:17:06 +01:00
telnet.c Typedef custom structures 2016-11-15 01:17:06 +01:00
tty.c Typedef custom structures 2016-11-15 01:17:06 +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