Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-27 | cethcan: add aggregate light support - somewhat hacky :/ | 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 | 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-07 | espnet: bump longpoll on DMX update | David Lamparter | |
2013-09-12 | cethcan: update defs json | David Lamparter | |
2013-09-12 | rpc: use less simple RGB for 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 | cethcan: light_{get,set} RPC | 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-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 | |
2013-06-01 | cethcan: beancounters support | David Lamparter | |
2013-05-31 | cethcan/socketcan: TX support | David Lamparter | |
2013-06-01 | socketcan v0 | David Lamparter | |
2013-03-26 | cethcan: long poll | David Lamparter | |
2013-03-25 | cethcan: json output | David Lamparter | |
2013-03-25 | cethcan: more code | David Lamparter | |
2013-03-25 | cethcan: more code | David Lamparter | |
2013-03-25 | cethcan: more code | David Lamparter | |
2013-03-25 | cethcan: more code | David Lamparter | |
2013-03-25 | cethcan: skeleton | David Lamparter | |