habitat cpp uploader
 
 
 
Go to file
Daniel Richman 9a7dbd8f6f Bundle jsoncpp with habitat-cpp-connector 2012-09-04 01:15:12 +01:00
jsoncpp Bundle jsoncpp with habitat-cpp-connector 2012-09-04 01:15:12 +01:00
src Bundle jsoncpp with habitat-cpp-connector 2012-09-04 01:15:12 +01:00
tests Bundle jsoncpp with habitat-cpp-connector 2012-09-04 01:15:12 +01:00
.gitignore Add RFC3339 2012-08-20 15:36:53 +01:00
LICENSE Move cpp-connector to its own Git repository. 2012-04-10 21:30:28 +01:00
Makefile Bundle jsoncpp with habitat-cpp-connector 2012-09-04 01:15:12 +01:00
README.md Bundle jsoncpp with habitat-cpp-connector 2012-09-04 01:15:12 +01:00

README.md

habitat cpp uploader (see habitat.uploader.Uploader)

License

habitat-cpp-uploader is GNU GPL 3 (this excludes the bundled JsonCPP, see below). The full GNU GPL 3 text can be found in LICENSE

Building dependencies

You will need these dependencies:

  • libcURL
  • habitat (for habitat.utils.rfc3339, to test the Uploader.)

You can build them from source or find install the libcurl4-openssl-dev package on Debian based systems.

JsonCPP

JsonCPP has an 'amalgamated' release where all the sources are combined into two files, one jsoncpp.cpp and a json/json.h, which is renamed to jsoncpp.h here to avoid conflicts with libjson's json.h.

It's in the jsoncpp/ directory of this repository. JsonCPP is Public Domain or MIT License and full information can be found at jsoncpp/LICENSE