habitat cpp uploader
 
 
 
Go to file
Daniel Richman ff9d343ebb Use callsign, not payload in sentence. Also, improve checks 2012-09-03 22:04:51 +01:00
src Use callsign, not payload in sentence. Also, improve checks 2012-09-03 22:04:51 +01:00
tests Use callsign, not payload in sentence. Also, improve checks 2012-09-03 22:04:51 +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 Fix tests on 32bit and other curl version 2012-08-20 15:08:25 +00:00
README.md Produce rfc3339 times in Uploader 2012-08-21 16:21:59 +01:00

README.md

habitat cpp uploader (see habitat.uploader.Uploader)

Building dependencies

You will need these dependencies:

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

Both build from source fairly easily, but the easiest way to acquire them for Ubuntu is:

Or Debian:

  • libjsoncpp-dev in wheezy and newer (the wheezy package also works fine on squeeze)
  • libcurl4-openssl-dev