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/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:aa0594410aa9 | 2014-01-04 | mfiore | shorten HTTPClient timeout to 5 seconds |
5:dd1e00e3eba5 | 2014-01-04 | mfiore | added modified HTTPClient library; added MbedJSONValue library |
4:76c124f0a842 | 2014-01-02 | mfiore | remove MAX_KVP define in AxedaWrapper.h |
3:134410324a6a | 2013-12-27 | sgodinez | Removed functions that could use implicit parameter conversions |
2:99baa98f84a3 | 2013-12-23 | mfiore | standardized function names, updated doc; added toString function; added some unit tests; added logging of HTTP error code when sending data fails |
1:d42aaf6f2e19 | 2013-12-20 | mfiore | 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 |
0:d472df0659a9 | 2013-12-19 | mfiore | initial commit |