/libthingspeak

ThingSpeak C library (libthingspeak)

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ThingSpeak C library (libthingspeak)

Beta Release Notes

The goals of the design had been focused on supporting unix platforms and providing simple wrapper methods that will enable users to implement a very functional ThingSpeak agent application on an platform that supports BSD sockets.

This library is still in early development stage, then do not expect too much from it, but it's being improved as far as my needs go - and maybe yours (just let me know or send a pull request :D ).

Get started

Run this from the shell:

  git clone  https://github.com/gabrield/libthingspeak
  cd libthingspeak
  make all

Contributing

I use GitHub fork/pull-request model and encourage users to contribute changes back. The general guideline is to submit no more then one feature in a single pull-request and each individual commit should contain only related changes.