Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-28 | revert some random blurbs | David Lamparter | |
2014-04-27 | cethcan: add aggregate light support - somewhat hacky :/ | Christian Franke | |
2014-04-27 | subcan: Update hacklab svg | Christian Franke | |
2014-04-27 | Miscellaneous foo | David Lamparter | |
2014-04-27 | cethcan: terminate longpolls after 75s | David Lamparter | |
2014-04-27 | cethcan: ignore SIG{PIPE,HUP,USR1,USR2} | David Lamparter | |
SIGPIPE was causing cethcan to exit prematurely. (probably due to a http connection getting closed down.) The other signals are reasonable for a daemon to _not_ cause an exit. | |||
2013-10-11 | general: add longpoll.py (glib/libsoup longpoll) | David Lamparter | |
2013-10-11 | jsonrpc: update ref to sublab fork | David Lamparter | |
2013-10-11 | cethcan: update jsonrpc submodule | root | |
2013-10-10 | cethcan: fix memory management | David Lamparter | |
- primary config structure no longer left allocated in main() - memleak in RPC result buffer handling | |||
2013-10-08 | svg/js: enable longpolling | David Lamparter | |
2013-10-07 | espnet: bump longpoll on DMX update | David Lamparter | |
2013-09-12 | svg: workable color picker | David Lamparter | |
2013-09-12 | Merge remote-tracking branch 'equi/master' | root | |
2013-09-12 | svg: colorpicker v1 | David Lamparter | |
2013-09-12 | cethcan: update defs json | David Lamparter | |
2013-09-12 | rpc: use less simple RGB for PARs | David Lamparter | |
2013-09-12 | svg: leftover diff (*cough*) | David Lamparter | |
2013-06-29 | svg: add title | David Lamparter | |
2013-06-29 | svg: fix some javascript bugs | David Lamparter | |
2013-06-29 | svg: fix PAR (Traverse) object ID | David Lamparter | |
2013-06-29 | svg: restore main door opening | David Lamparter | |
2013-06-29 | svg: flatten transforms, restore background | David Lamparter | |
browsers really don't like transformations | |||
2013-06-29 | svg: restore background | David Lamparter | |
2013-06-29 | svg: update measurements, add guides | David Lamparter | |
2013-06-29 | cethcan: svg: basic DMX dimming | David Lamparter | |
b/w only, no color picking. | |||
2013-06-29 | cethcan: bump clicktime to 200ms | David Lamparter | |
100ms was a bit low. | |||
2013-06-29 | svg: add DMX PARs | David Lamparter | |
2013-06-29 | cethcan: ESPnet fixups | David Lamparter | |
2013-06-29 | cethcan: add ESPnet RPC | David Lamparter | |
2013-06-29 | cethcan: ESPnet | David Lamparter | |
2013-06-29 | Merge remote-tracking branch 'bbone/master' | David Lamparter | |
2013-06-29 | cethcan: light_{get,set} RPC | David Lamparter | |
2013-06-29 | svg: add dali.flur eventrect | David Lamparter | |
2013-06-28 | svg: add dragging | David Lamparter | |
2013-06-28 | svg: add clicking | David Lamparter | |
2013-06-28 | svg: import | David Lamparter | |
2013-06-28 | cethcan: add subcan.json path | David Lamparter | |
2013-06-28 | cethcan: JSON-RPC | David Lamparter | |
2013-06-20 | cethcan: add jsonrpc to Makefile | David Lamparter | |
2013-06-20 | envmon: rename test sensor | Christian Franke | |
2013-06-20 | envmon: add graphite target | Christian Franke | |
2013-06-20 | envmon: forgot to use re | Christian Franke | |
2013-06-20 | Add envmon code | Christian Franke | |
2013-06-20 | bot_backend: use temporary HTTP API | David Lamparter | |
2013-06-19 | subbot: update to new json url :/ | Christian Franke | |
2013-06-04 | cethcan: add jsonrpc module from github | David Lamparter | |
jsonrpc provides some JSON-RPC helper code using Jansson, which happens to be the json library cethcan already uses. | |||
2013-06-04 | cethcan: temporary HTTP set access | David Lamparter | |
this is not a permanent interface. | |||
2013-06-04 | cethcan/socketcan: pack some system headers | David Lamparter | |
older versions of linux headers installed with the libc don't bring all the neccessary definitions, so let's ship some builtin here. | |||
2013-06-01 | cethcan: add definition json | David Lamparter | |