No description
Find a file
2014-03-17 23:10:33 +01:00
.gitignore adding object files to .gitignore 2014-03-09 18:09:18 +01:00
client.c fixing problems with detecting a disconnected client 2014-03-13 11:02:19 +01:00
feature_wishlist.txt removed Nagle algorithm 2014-03-06 13:32:48 +01:00
Makefile Adding $(LIBS) to $(CFLAGS) -> for some reason the build fails without this 2014-03-14 18:24:01 +00:00
moxerver.c Adding termios configuration and reading from tty device with some other code refactoring. The character read from serial device are currently only printf-ed to console. 2014-03-17 23:10:33 +01:00
moxerver.h Adding first part of infrastructure for tty device handling 2014-03-15 13:24:13 +00:00
README.md Update README.md 2014-03-09 18:57:32 +01:00
server.c cleanup function and signal handling 2014-03-10 16:42:49 +01:00
telnet.c cleanup function and signal handling 2014-03-10 16:42:49 +01:00
tty.c Adding termios configuration and reading from tty device with some other code refactoring. The character read from serial device are currently only printf-ed to console. 2014-03-17 23:10:33 +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 tu run a separate instance for every serial device