A client for the SmartREST protocol from Cumulocity.
Fork of MbedSmartRest by
MbedSmartRest.cpp@18:f76f9ae79195, 2014-05-26 (annotated)
- Committer:
- vwochnik
- Date:
- Mon May 26 08:25:44 2014 +0000
- Revision:
- 18:f76f9ae79195
- Parent:
- 13:e76920d5e1ec
fix for bootstrapping
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
vwochnik | 7:26524a6a04a1 | 1 | #include "MbedSmartRest.h" |
vwochnik | 7:26524a6a04a1 | 2 | |
vwochnik | 13:e76920d5e1ec | 3 | MbedSmartRest::MbedSmartRest(const char* host, uint16_t port, const char* username, const char* password, const char* identifier) : SmartRest(_client, identifier), _client(host, port, username, password) |
vwochnik | 7:26524a6a04a1 | 4 | { |
vwochnik | 7:26524a6a04a1 | 5 | } |