No description
Find a file
Igor Socec c17e696566 More extraction of functionality
Extracting server and tty functions into separate headers.
Thread functions for new connections, tty data and client data
are also extracted and used as separate functional blocks.
2016-11-19 01:48:12 +01:00
.gitignore Update .gitignore for editor and IDE files 2016-11-15 01:16:43 +01:00
client.c More extraction of functionality 2016-11-19 01:48:12 +01:00
client.h More extraction of functionality 2016-11-19 01:48:12 +01:00
common.h More extraction of functionality 2016-11-19 01:48:12 +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 More extraction of functionality 2016-11-19 01:48:12 +01:00
moxerver.h More extraction of functionality 2016-11-19 01:48:12 +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 More extraction of functionality 2016-11-19 01:48:12 +01:00
server.h More extraction of functionality 2016-11-19 01:48:12 +01:00
telnet.c More extraction of functionality 2016-11-19 01:48:12 +01:00
telnet.h More extraction of functionality 2016-11-19 01:48:12 +01:00
tty.c More extraction of functionality 2016-11-19 01:48:12 +01:00
tty.h More extraction of functionality 2016-11-19 01:48:12 +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