https://github.com/suborb/currentcostd
Small lightweight daemon for handling currentcost data
https://github.com/suborb/currentcostd
Last synced: about 1 year ago
JSON representation
Small lightweight daemon for handling currentcost data
- Host: GitHub
- URL: https://github.com/suborb/currentcostd
- Owner: suborb
- Created: 2010-09-16T19:31:40.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-16T19:32:47.000Z (almost 16 years ago)
- Last Synced: 2025-02-09T15:25:06.089Z (over 1 year ago)
- Language: C
- Homepage: http://rst38.org.uk/currentcost/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Currentcost daemon
------------------
This is a simple daemon process that gathers data from a
CC128 device and then calls a script to update databases,
generate graphs/whatever is desired.
The reason for writing is that I couldn't get the commonly
used perl script to work reliably and not consume vast amounts
of CPU on my OpenBSD machine.
Config options
--------------
Configuration can be performed by the command line or from
a configuration file. Run currentcost -h to show the
available configuration options.
Notes
====
This work is directly derived from the work at the following
resources:
http://www.bensmithurst.com/currentcost/
http://www.jibble.org/currentcost/
And incorporates code from open2300:
http://www.lavrsen.dk/twiki/bin/view/Open2300/WebHome