Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nop-tcp client seems to be working now | Christian Pointner | 2017-01-11 | 1 | -2/+55 |
| | |||||
* | added noptcp interface (not working yet) | Christian Pointner | 2017-01-11 | 4 | -0/+87 |
| | |||||
* | incoporated telgo changes | Christian Pointner | 2016-12-06 | 2 | -3/+7 |
| | |||||
* | added log output for server selection command | Christian Pointner | 2016-11-17 | 1 | -0/+1 |
| | |||||
* | added channel command to fix switch-switchback delay due to settling timeouts | Christian Pointner | 2016-11-17 | 2 | -3/+25 |
| | |||||
* | fixed makefile (deps) | Christian Pointner | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | move serial port to external package | Christian Pointner | 2016-11-17 | 5 | -225/+22 |
| | |||||
* | return actual http status code on error | Christian Pointner | 2016-11-10 | 1 | -2/+2 |
| | |||||
* | introduced server resurrection level | Christian Pointner | 2016-09-30 | 1 | -4/+11 |
| | |||||
* | don't switch to mood nervous if just channel is wrong | Christian Pointner | 2016-09-29 | 1 | -4/+1 |
| | |||||
* | some minor cleanup | Christian Pointner | 2016-09-24 | 2 | -10/+6 |
| | |||||
* | some more marshaller | Christian Pointner | 2016-09-24 | 4 | -5/+25 |
| | |||||
* | addes subscribe command to websocket | Christian Pointner | 2016-09-24 | 2 | -2/+127 |
| | |||||
* | fixed output of websocket state command | Christian Pointner | 2016-09-24 | 3 | -1/+3 |
| | |||||
* | added support for web-socket based interface | Christian Pointner | 2016-09-24 | 6 | -4/+9626 |
| | |||||
* | remove errornous marshaller for mood | Christian Pointner | 2016-09-24 | 1 | -10/+0 |
| | |||||
* | added marshaller for mood | Christian Pointner | 2016-09-24 | 1 | -0/+15 |
| | |||||
* | implemented state web api endpoint | Christian Pointner | 2016-09-24 | 1 | -3/+28 |
| | |||||
* | added basic web interface | Christian Pointner | 2016-09-24 | 5 | -1/+93 |
| | |||||
* | fix message level | Christian Pointner | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | log message when stale states are updated | Christian Pointner | 2016-09-24 | 1 | -0/+1 |
| | |||||
* | make settling times configurable | Christian Pointner | 2016-09-24 | 3 | -8/+57 |
| | |||||
* | changed vs. updated | Christian Pointner | 2016-09-24 | 4 | -27/+27 |
| | |||||
* | cleanup some hardcoded values (still not done), added ticker to update ↵ | Christian Pointner | 2016-09-24 | 1 | -10/+37 |
| | | | | states if the go stale | ||||
* | fixed bug introduced by latest change | Christian Pointner | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | improve log output for switch over requests while settling | Christian Pointner | 2016-09-23 | 2 | -2/+5 |
| | |||||
* | return true when reconcile is called for already active server | Christian Pointner | 2016-09-23 | 1 | -5/+9 |
| | |||||
* | fixed server selection | Christian Pointner | 2016-09-23 | 1 | -14/+13 |
| | |||||
* | try requested server... | Christian Pointner | 2016-09-23 | 1 | -13/+41 |
| | |||||
* | implemented server command channel for handover | Christian Pointner | 2016-09-23 | 2 | -10/+27 |
| | |||||
* | fix output of telnet state command (last changed...) | Christian Pointner | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | fixed help output for audio output command | Christian Pointner | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | nicer log on startup | Christian Pointner | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | serial traps in rivendell can't contain a space | Christian Pointner | 2016-09-22 | 1 | -2/+4 |
| | |||||
* | minor cleanups | Christian Pointner | 2016-09-22 | 2 | -10/+9 |
| | |||||
* | playout server use a single serial device now | Christian Pointner | 2016-09-22 | 3 | -52/+42 |
| | |||||
* | set floating point calulation to legacy for alix builds | Christian Pointner | 2016-09-22 | 1 | -2/+2 |
| | |||||
* | honor GOROOT variable if set | Christian Pointner | 2016-09-22 | 1 | -0/+4 |
| | |||||
* | add build target for i386 static | Christian Pointner | 2016-05-12 | 1 | -0/+7 |
| | |||||
* | added handover command to server | Christian Pointner | 2016-04-21 | 1 | -0/+8 |
| | |||||
* | make reconcile simpler - needs testing... | Christian Pointner | 2016-04-21 | 2 | -69/+50 |
| | |||||
* | selecting server should work now - needs testing! | Christian Pointner | 2016-04-20 | 2 | -13/+35 |
| | |||||
* | sending fade commands @ selectServer works now | Christian Pointner | 2016-04-20 | 1 | -1/+9 |
| | |||||
* | replaced snooze timer with generic settling timer | Christian Pointner | 2016-04-19 | 4 | -26/+54 |
| | |||||
* | don't exit from awakening without changing mood | Christian Pointner | 2016-04-19 | 1 | -1/+2 |
| | |||||
* | mood awaeking is done but needs testing | Christian Pointner | 2016-04-19 | 1 | -6/+63 |
| | |||||
* | create marshaller/unmarshaller for text,json,toml for all special types | Christian Pointner | 2016-04-19 | 3 | -16/+232 |
| | |||||
* | implemented a snooze timeout to move out of awakening mood | Christian Pointner | 2016-04-19 | 1 | -11/+33 |
| | |||||
* | rename switch ports to switch inputs @ config | Christian Pointner | 2016-04-19 | 2 | -16/+16 |
| | |||||
* | enforce uniqueness in confi switch port assignment | Christian Pointner | 2016-04-19 | 3 | -14/+29 |
| |