No description
Find a file
2014-03-08 18:26:04 +01:00
.gitignore remove executable from git repo, use .gitignore 2014-03-06 10:04:00 +01:00
build.sh force client into character mode 2014-03-08 18:26:04 +01:00
client.c force client into character mode 2014-03-08 18:26:04 +01:00
feature_wishlist.txt removed Nagle algorithm 2014-03-06 13:32:48 +01:00
moxerver.c force client into character mode 2014-03-08 18:26:04 +01:00
moxerver.h force client into character mode 2014-03-08 18:26:04 +01:00
README.md Update README.md 2014-03-06 12:48:46 +01:00
server.c removed Nagle algorithm 2014-03-06 13:32:48 +01:00
telnet.c force client into character mode 2014-03-08 18:26:04 +01:00
tty.c introducing tty device path as mandatory parameter 2014-03-06 12:48:39 +01:00

moxanix

Moxanix project implements a serial device server. It 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