summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* telnet: print switch helpChristian Pointner2016-04-032-2/+35
* telnet: print brief summary for received state changesChristian Pointner2016-04-031-7/+21
* run telnet client as go-routine...Christian Pointner2016-04-031-3/+5
* parsing switch updates works nowChristian Pointner2016-04-033-24/+167
* telnet interface now renders switch stateChristian Pointner2016-04-032-11/+32
* switch command parser is now case insensitiveChristian Pointner2016-04-031-6/+6
* improved range checks for switch command parameterChristian Pointner2016-04-032-17/+74
* shallow implementation of server commandChristian Pointner2016-04-032-10/+29
* remove bloatChristian Pointner2016-04-031-20/+4
* send updates after update/reconcileChristian Pointner2016-04-031-7/+8
* telnet state command almost doneChristian Pointner2016-04-023-7/+43
* refactoring of server, switch statesChristian Pointner2016-04-026-71/+155
* some cleanupsChristian Pointner2016-04-013-5/+6
* implemented audio commandsChristian Pointner2016-04-011-6/+109
* implemented oc and relay commandsChristian Pointner2016-04-012-1/+54
* fixed command type mappingChristian Pointner2016-03-313-20/+27
* switch status commands work nowChristian Pointner2016-03-314-19/+75
* add test cases for switch commandsChristian Pointner2016-03-312-0/+161
* added generator for switch commandsChristian Pointner2016-03-304-5/+182
* switched to different pubsub packageChristian Pointner2016-03-303-39/+61
* add support for listening to status messagesChristian Pointner2016-03-304-10/+78
* basic telnet commandsChristian Pointner2016-03-292-9/+123
* added telnet control interfaceChristian Pointner2016-03-295-11/+91
* added audio port cofiguration to config parserChristian Pointner2016-03-273-0/+9
* use Trim() not TrimLeft(TrimRight())Christian Pointner2016-03-271-1/+1
* receiving of updates from switch as well from servers works nowChristian Pointner2016-03-272-6/+27
* added SwitchCTRLChristian Pointner2016-03-272-0/+55
* pass switch updates through to serverChristian Pointner2016-03-271-0/+4
* added channel to request server status updatesChristian Pointner2016-03-271-11/+22
* add log message when server comes back from the deadChristian Pointner2016-03-271-0/+1
* streamlined log outputChristian Pointner2016-03-273-15/+10
* some cleanupChristian Pointner2016-03-262-2/+3
* heartbeat handling works nowChristian Pointner2016-03-263-22/+66
* parsing server channel command worksChristian Pointner2016-03-262-7/+47
* switch message handling works nowChristian Pointner2016-03-261-9/+107
* reading from audio switch serial works nowChristian Pointner2016-03-262-7/+8
* disconnecting serial devices is now properly handledChristian Pointner2016-03-265-30/+57
* add timeout for audioswtich commands to config fileChristian Pointner2016-03-263-2/+22
* basic process handling is workingChristian Pointner2016-03-264-34/+53
* added config file parserChristian Pointner2016-03-265-47/+214
* some cleanupChristian Pointner2016-03-251-5/+5
* add an optional newline for all serial lineChristian Pointner2016-03-253-7/+7
* added basic audioswitch structChristian Pointner2016-03-254-22/+66
* rename serial port source fileChristian Pointner2016-03-241-0/+0
* added basic server structChristian Pointner2016-03-242-26/+88
* added serial port handlingChristian Pointner2016-03-242-1/+95
* started rewrite in goChristian Pointner2016-03-2341-6262/+166
* luaL_checkint is deprecated since Lua 5.3legacyChristian Pointner2016-02-221-1/+1
* manual mode switch honor heartbeat nowChristian Pointner2015-07-271-3/+19
* improved output for mode-tcpserver initChristian Pointner2015-07-271-0/+2