A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

MbedSmartRest.cpp

Committer:
vwochnik
Date:
2014-05-26
Revision:
18:f76f9ae79195
Parent:
13:e76920d5e1ec

File content as of revision 18:f76f9ae79195:

 #include "MbedSmartRest.h"

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)
{
}