A wrapper class for talking to Axeda from MBED devices. Uses HTTPClient and MbedJSONValue classes.

Dependents:   axeda_wrapper_dev MTS_Axeda_Example

AxedaWrapper simplifies pushing data to Axeda's cloud.

Uses HTTPClient and MbedJSONValue libs:

http://mbed.org/users/donatien/code/HTTPClient/

http://mbed.org/users/samux/code/MbedJSONValue/

History

shorten HTTPClient timeout to 5 seconds default tip

2014-01-04, by mfiore [Sat, 04 Jan 2014 08:00:38 +0000] rev 6

shorten HTTPClient timeout to 5 seconds


added modified HTTPClient library; added MbedJSONValue library

2014-01-04, by mfiore [Sat, 04 Jan 2014 05:07:10 +0000] rev 5

added modified HTTPClient library; added MbedJSONValue library


remove MAX_KVP define in AxedaWrapper.h

2014-01-02, by mfiore [Thu, 02 Jan 2014 18:47:51 +0000] rev 4

remove MAX_KVP define in AxedaWrapper.h


Removed functions that could use implicit parameter conversions

2013-12-27, by sgodinez [Fri, 27 Dec 2013 20:58:22 +0000] rev 3

Removed functions that could use implicit parameter conversions


standardized function names, updated doc; added toString function; added some unit tests; added logging of HTTP error code when sending data fails

2013-12-23, by mfiore [Mon, 23 Dec 2013 19:17:03 +0000] rev 2

standardized function names, updated doc; added toString function; added some unit tests; added logging of HTTP error code when sending data fails


pass std::string to sendBase() instead of MbedJSONValue object; add proper formatting of JSON objects to match what Axeda free backend expects; add HTTPJsonText.h

2013-12-20, by mfiore [Fri, 20 Dec 2013 14:49:01 +0000] rev 1

pass std::string to sendBase() instead of MbedJSONValue object; add proper formatting of JSON objects to match what Axeda free backend expects; add HTTPJsonText.h


initial commit

2013-12-19, by mfiore [Thu, 19 Dec 2013 21:49:05 +0000] rev 0

initial commit