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/
Revision 6:aa0594410aa9, committed 2014-01-04
- Comitter:
- mfiore
- Date:
- Sat Jan 04 08:00:38 2014 +0000
- Parent:
- 5:dd1e00e3eba5
- Commit message:
- shorten HTTPClient timeout to 5 seconds
Changed in this revision
HTTPClient/HTTPClient.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r dd1e00e3eba5 -r aa0594410aa9 HTTPClient/HTTPClient.h --- a/HTTPClient/HTTPClient.h Sat Jan 04 05:07:10 2014 +0000 +++ b/HTTPClient/HTTPClient.h Sat Jan 04 08:00:38 2014 +0000 @@ -26,7 +26,7 @@ #include "TCPSocketConnection.h" -#define HTTP_CLIENT_DEFAULT_TIMEOUT 15000 +#define HTTP_CLIENT_DEFAULT_TIMEOUT 5000 class HTTPData;