ibutton
My iButton stack and related utilities. more…
- Fault-tolerant, resiliant logging, including the last reading in an individual file by serial number for DS1920 and 1921 digital thermometers (including offline mode for the 1921).
- Network based logging via multicast group.
- Network based control via a simple asynchronous TCP server.
- A multi-threaded log collector that stores data in RRDTool and/or PostgreSQL databases. For RRDTool, this allows for complete plug-n-play operation, new devices on the bus are automatically logged as soon as the first sample is read.
- Scheme interface (via Guile) to MLan network for writing anything from device drivers (a full 1920 driver is provided as an example) to writing useful standalone applications dynamically.
- Full control utilites for 1920, 1921, and 2406.
mainline
-
Cloning this repository:
git clone git://gitorious.org/ibutton/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/ibutton/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch


