summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* playout server use a single serial device nowChristian Pointner2016-09-223-52/+42
* set floating point calulation to legacy for alix buildsChristian Pointner2016-09-221-2/+2
* honor GOROOT variable if setChristian Pointner2016-09-221-0/+4
* add build target for i386 staticChristian Pointner2016-05-121-0/+7
* added handover command to serverChristian Pointner2016-04-211-0/+8
* make reconcile simpler - needs testing...Christian Pointner2016-04-212-69/+50
* selecting server should work now - needs testing!Christian Pointner2016-04-202-13/+35
* sending fade commands @ selectServer works nowChristian Pointner2016-04-201-1/+9
* replaced snooze timer with generic settling timerChristian Pointner2016-04-194-26/+54
* don't exit from awakening without changing moodChristian Pointner2016-04-191-1/+2
* mood awaeking is done but needs testingChristian Pointner2016-04-191-6/+63
* create marshaller/unmarshaller for text,json,toml for all special typesChristian Pointner2016-04-193-16/+232
* implemented a snooze timeout to move out of awakening moodChristian Pointner2016-04-191-11/+33
* rename switch ports to switch inputs @ configChristian Pointner2016-04-192-16/+16
* enforce uniqueness in confi switch port assignmentChristian Pointner2016-04-193-14/+29
* fixed testcasee after switch command refactoringChristian Pointner2016-04-192-40/+97
* seperate changed times for switch partsChristian Pointner2016-04-184-30/+48
* improved audio switch port configChristian Pointner2016-04-183-6/+11
* added startup timerChristian Pointner2016-04-181-1/+8
* fetch state from switch and server if they are stale/missingChristian Pointner2016-04-183-12/+45
* only send switch status update if parsing was a succesChristian Pointner2016-04-181-0/+1
* parsing single GPI update, fixes from go vetChristian Pointner2016-04-181-13/+30
* cleanup help textChristian Pointner2016-04-031-5/+5
* 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