summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* addes subscribe command to websocketChristian Pointner2016-09-242-2/+127
* fixed output of websocket state commandChristian Pointner2016-09-243-1/+3
* added support for web-socket based interfaceChristian Pointner2016-09-246-4/+9626
* remove errornous marshaller for moodChristian Pointner2016-09-241-10/+0
* added marshaller for moodChristian Pointner2016-09-241-0/+15
* implemented state web api endpointChristian Pointner2016-09-241-3/+28
* added basic web interfaceChristian Pointner2016-09-245-1/+93
* fix message levelChristian Pointner2016-09-241-1/+1
* log message when stale states are updatedChristian Pointner2016-09-241-0/+1
* make settling times configurableChristian Pointner2016-09-243-8/+57
* changed vs. updatedChristian Pointner2016-09-244-27/+27
* cleanup some hardcoded values (still not done), added ticker to update states...Christian Pointner2016-09-241-10/+37
* fixed bug introduced by latest changeChristian Pointner2016-09-231-1/+1
* improve log output for switch over requests while settlingChristian Pointner2016-09-232-2/+5
* return true when reconcile is called for already active serverChristian Pointner2016-09-231-5/+9
* fixed server selectionChristian Pointner2016-09-231-14/+13
* try requested server...Christian Pointner2016-09-231-13/+41
* implemented server command channel for handoverChristian Pointner2016-09-232-10/+27
* fix output of telnet state command (last changed...)Christian Pointner2016-09-231-2/+2
* fixed help output for audio output commandChristian Pointner2016-09-231-1/+1
* nicer log on startupChristian Pointner2016-09-221-1/+1
* serial traps in rivendell can't contain a spaceChristian Pointner2016-09-221-2/+4
* minor cleanupsChristian Pointner2016-09-222-10/+9
* 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