Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Files at this revision

API Documentation at this revision

Comitter:
Cumulocity
Date:
Wed Jul 09 09:25:28 2014 +0000
Parent:
37:4a7f58dd03d2
Child:
39:badc47133845
Commit message:
add credentials

Changed in this revision

program.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/program.cpp	Mon Jul 07 15:13:46 2014 +0000
+++ b/program.cpp	Wed Jul 09 09:25:28 2014 +0000
@@ -9,10 +9,9 @@
 
 /************* CONFIGURATION *************/
 
-/* Credentials for device bootstrap authentification.
- * Contact cumulocity to get credentials. */
-#define DEVICEBOOTSTRAP_USERNAME ""
-#define DEVICEBOOTSTRAP_PASSWORD ""
+/* Credentials for device bootstrap authentification. */
+#define DEVICEBOOTSTRAP_USERNAME "management/devicebootstrap"
+#define DEVICEBOOTSTRAP_PASSWORD "Fhdt1bb1f"
 
 /* Uncomment and fill in credentials to turn off device bootstrapping. */
 //#define CREDENTIALS_USERNAME ""