summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added channel command to fix switch-switchback delay due to settling timeoutsChristian Pointner2016-11-172-3/+25
* fixed makefile (deps)Christian Pointner2016-11-171-1/+1
* move serial port to external packageChristian Pointner2016-11-175-225/+22
* return actual http status code on errorChristian Pointner2016-11-101-2/+2
* introduced server resurrection levelChristian Pointner2016-09-301-4/+11
* don't switch to mood nervous if just channel is wrongChristian Pointner2016-09-291-4/+1
* some minor cleanupChristian Pointner2016-09-242-10/+6
* some more marshallerChristian Pointner2016-09-244-5/+25
* 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