Code

libcollectdclient: Add an implementation of the network encoding.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 12 Aug 2010 13:04:46 +0000 (15:04 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 12 Aug 2010 13:04:46 +0000 (15:04 +0200)
commitec5d00f641b20486f84c27ef91b264134591a594
tree6f174d32a2530d035d1006e52018234805714bc7
parent97a1b92446be5e0ebb68d25ec8b94743f2ac12fb
libcollectdclient: Add an implementation of the network encoding.

Only support standard values for now, but notifications and the security
features will be added later.
src/libcollectdclient/Makefile.am
src/libcollectdclient/network_buffer.c [new file with mode: 0644]
src/libcollectdclient/network_buffer.h [new file with mode: 0644]