summaryrefslogtreecommitdiff
path: root/cethcan
AgeCommit message (Collapse)Author
2016-10-14Limit the rate at which updates are sent to lightsHEADmasterChristian Franke
2016-10-14Fix crash in ttydmx.cChristian Franke
2016-10-14Add osc supportChristian Franke
2016-10-10cethcan: fix missing DMX delayDavid Lamparter
2016-05-15cethcan: hook up ttydmx on RPCDavid Lamparter
2016-05-15cethcan: fix copypasta errorDavid Lamparter
2016-05-15cethcan: ttyDMXDavid Lamparter
2016-05-15cethcan: compile-fix for linux can headersDavid Lamparter
2016-01-21intermediate code fooroot
2014-04-27cethcan: add aggregate light support - somewhat hacky :/Christian Franke
2014-04-27Miscellaneous fooDavid Lamparter
2014-04-27cethcan: terminate longpolls after 75sDavid Lamparter
2014-04-27cethcan: 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-11cethcan: update jsonrpc submoduleroot
2013-10-10cethcan: fix memory managementDavid Lamparter
- primary config structure no longer left allocated in main() - memleak in RPC result buffer handling
2013-10-07espnet: bump longpoll on DMX updateDavid Lamparter
2013-09-12cethcan: update defs jsonDavid Lamparter
2013-09-12rpc: use less simple RGB for PARsDavid Lamparter
2013-06-29cethcan: ESPnet fixupsDavid Lamparter
2013-06-29cethcan: add ESPnet RPCDavid Lamparter
2013-06-29cethcan: ESPnetDavid Lamparter
2013-06-29cethcan: light_{get,set} RPCDavid Lamparter
2013-06-28cethcan: add subcan.json pathDavid Lamparter
2013-06-28cethcan: JSON-RPCDavid Lamparter
2013-06-20cethcan: add jsonrpc to MakefileDavid Lamparter
2013-06-04cethcan: add jsonrpc module from githubDavid Lamparter
jsonrpc provides some JSON-RPC helper code using Jansson, which happens to be the json library cethcan already uses.
2013-06-04cethcan: temporary HTTP set accessDavid Lamparter
this is not a permanent interface.
2013-06-04cethcan/socketcan: pack some system headersDavid 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-01cethcan: add definition jsonDavid Lamparter
2013-06-01cethcan: beancounters supportDavid Lamparter
2013-05-31cethcan/socketcan: TX supportDavid Lamparter
2013-06-01socketcan v0David Lamparter
2013-03-26cethcan: long pollDavid Lamparter
2013-03-25cethcan: json outputDavid Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: skeletonDavid Lamparter