No description
Find a file
2014-04-06 18:34:56 +02:00
.gitignore introducing moxanix script for controling servers 2014-03-20 19:42:28 +01:00
client.c handling new clients in a separate thread 2014-04-06 18:34:56 +02:00
Makefile First semi-functional version. 2014-03-18 17:31:42 +01:00
moxanix.cfg Adding some input checking. Other minor changes. 2014-03-30 16:04:24 +02:00
moxanix.sh removed tty mapping from moxanix script 2014-04-03 14:49:45 +02:00
moxerver.c handling new clients in a separate thread 2014-04-06 18:34:56 +02:00
moxerver.h handling new clients in a separate thread 2014-04-06 18:34:56 +02: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 handling new clients in a separate thread 2014-04-06 18:34:56 +02:00
telnet.c removed TTY port constraints, added client activity timestamps 2014-03-19 16:16:21 +01:00
tty.c Reconfiguring the tty device, basic functionality achived and tested on OlinuXino Lime 2014-04-01 11:58:01 +00: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