No description
Find a file
Igor Socec 61d4e2fc64 Start using Travis CI
Add .travis.yml file and build status flag.
2017-01-10 16:42:57 +01:00
.gitignore Update .gitignore for editor and IDE files 2016-11-15 01:16:43 +01:00
.travis.yml Start using Travis CI 2017-01-10 16:42:57 +01:00
client.c Use a wrapper for logging 2016-11-28 02:01:39 +01:00
client.h Some code cleanup 2016-11-19 14:45:43 +01:00
common.h Use a wrapper for logging 2016-11-28 02:01:39 +01:00
LICENSE.txt Adding MIT license 2016-12-08 22:10:14 +01:00
Makefile First semi-functional version. 2014-03-18 17:31:42 +01:00
moxanix.cfg Start using the new control script 2016-12-27 16:05:42 +01:00
moxanix.sh Start using the new control script 2016-12-27 16:05:42 +01:00
moxerver.c Start using the new control script 2016-12-27 16:05:42 +01:00
README.md Start using Travis CI 2017-01-10 16:42:57 +01:00
server.c Use a wrapper for logging 2016-11-28 02:01:39 +01:00
server.h Use dedicated thread functions for certain tasks. 2016-11-27 23:35:51 +01:00
task_threads.c Don't pass tty data while a new client is providing username 2016-12-19 14:59:05 +01:00
task_threads.h Use dedicated thread functions for certain tasks. 2016-11-27 23:35:51 +01:00
telnet.c Use a wrapper for logging 2016-11-28 02:01:39 +01:00
telnet.h Some code cleanup 2016-11-19 14:45:43 +01:00
tty.c Use a wrapper for logging 2016-11-28 02:01:39 +01:00
tty.h Start using the new control script 2016-12-27 16:05:42 +01:00

Build Status

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