habitat cpp uploader
 
 
 
Go to file
Daniel Richman b641981709 Make not initialised its own error to help dl-fldigi 2012-09-03 21:42:57 +01:00
src Make not initialised its own error to help dl-fldigi 2012-09-03 21:42:57 +01:00
tests Make not initialised its own error to help dl-fldigi 2012-09-03 21:42:57 +01:00
.gitignore
LICENSE
Makefile
README.md

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