aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Add simple 'alarms' Python module for interfacing with alarmdDavid Phillips2018-08-28
|
* Remove some magic constantsDavid Phillips2018-06-27
| | | | Also removes old debug print code
* Remove old byte-order switching codeDavid Phillips2018-06-27
| | | | | | | | It's safe enough to assume that UNIX domain sockets imply both ends of the socket have the same represenatations. Anyone doing hackery with forwarding/proxying UNIX domain sockets between systems should know better.
* Refactor libalarmDavid Phillips2018-06-27
|
* Change from TCP to UNIX sockets, massive clean upDavid Phillips2018-06-27
|
* Initial dump of prototypeDavid Phillips2018-06-04