summaryrefslogtreecommitdiff
path: root/src/rhctl/playout_server.go
Commit message (Expand)AuthorAgeFilesLines
* added channel command to fix switch-switchback delay due to settling timeoutsChristian Pointner2016-11-171-0/+1
* move serial port to external packageChristian Pointner2016-11-171-6/+8
* introduced server resurrection levelChristian Pointner2016-09-301-4/+11
* some more marshallerChristian Pointner2016-09-241-0/+5
* changed vs. updatedChristian Pointner2016-09-241-4/+4
* implemented server command channel for handoverChristian Pointner2016-09-231-1/+3
* serial traps in rivendell can't contain a spaceChristian Pointner2016-09-221-2/+4
* minor cleanupsChristian Pointner2016-09-221-3/+3
* playout server use a single serial device nowChristian Pointner2016-09-221-39/+35
* added handover command to serverChristian Pointner2016-04-211-0/+8
* fetch state from switch and server if they are stale/missingChristian Pointner2016-04-181-0/+4
* refactoring of server, switch statesChristian Pointner2016-04-021-18/+18
* some cleanupsChristian Pointner2016-04-011-2/+2
* receiving of updates from switch as well from servers works nowChristian Pointner2016-03-271-0/+2
* 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-271-4/+4
* some cleanupChristian Pointner2016-03-261-1/+2
* heartbeat handling works nowChristian Pointner2016-03-261-12/+56
* parsing server channel command worksChristian Pointner2016-03-261-7/+42
* disconnecting serial devices is now properly handledChristian Pointner2016-03-261-5/+5
* basic process handling is workingChristian Pointner2016-03-261-3/+6
* add an optional newline for all serial lineChristian Pointner2016-03-251-2/+2
* added basic audioswitch structChristian Pointner2016-03-251-11/+4
* added basic server structChristian Pointner2016-03-241-0/+72