|
Introduction
Pachulib is an open-source C library that implements Pachube's functionality: Create, delete, retrieve, update datastreams, feeds and triggers, or retrieve historical data and save it into local files. This library can be easily used by existing software (datalogging systems, system services,..) It can be compiled to many different architectures. GCC compiler is recomended to do it. At this moment pachulib is a beta, it hasn't been enough tested, and lacks of some interesting functionality as: XML support, SSL, "Automatic feeds". Coding and debugging continues, and future versions will include more features. This document will be updated with the latest information.
Related information:
Pachube: http://www.pachube.com
API - Documentation : http://community.pachube.com/tutorials/c
Download: http://sourceforge.net/projects/pachulib/files/
Indeed, if you want to contribute with some code, feel free to do it, there is a subversion repository with the latest code:
svn co https://pachulib.svn.sourceforge.net/svnroot/pachulib pachulib
|