No description
| .gitignore | ||
| client.c | ||
| client.h | ||
| common.h | ||
| Makefile | ||
| moxanix.cfg | ||
| moxanix.sh | ||
| moxerver.c | ||
| parser.c | ||
| parser.h | ||
| README.md | ||
| server.c | ||
| server.h | ||
| task_threads.c | ||
| task_threads.h | ||
| telnet.c | ||
| telnet.h | ||
| tty.c | ||
| tty.h | ||
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