]> git.itanic.dy.fi Git - rrdd/commit
Add onewire parser
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 24 Jun 2012 08:47:25 +0000 (11:47 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 24 Jun 2012 08:56:04 +0000 (11:56 +0300)
commit34ae815adfb5c67243ef983a669932303335bb3f
tree3b6386fe81ce86402d2502fc2cbd2b05b306f777
parentcc3d6b3e915ffc7fba8deeb0374cbdf436e8f219
Add onewire parser

This parser will parse data from onewire server. It will use the
network protocol to query the data, thus it is capable of fetching the
data over any network location supported by the ownet library.

The first parser_data string must containt the server address:ip. The
rest of the strings are used to query data entries from the server. If
one wishes to leave blank entries to some of the data, a "U" string is
passed as is to the rrd_data.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Makefile
config.c
onewire_parser.c [new file with mode: 0644]
parser.h