Usage example, Xively with wolfSSL

Dependencies:   EthernetInterface HTTPClient SDFileSystem mbed-rtos mbed wolfSSL

Fork of SimpleXively by wolf SSL

Revision:
1:60e6225ef3e5
Parent:
0:a6ee4ada0d57
Child:
2:74161080023f
--- a/main.cpp	Mon Dec 08 12:15:57 2014 +0000
+++ b/main.cpp	Sat Feb 07 19:29:59 2015 +0000
@@ -23,7 +23,7 @@
 #include "EthernetInterface.h"
 #include "HTTPClient.h"
 
-#define KEYS "https://192.168.49.57/574d76fcb/keys.txt"
+#define KEYS "https://SERVER_IP/574d76fcb/keys.txt"
 
 #define BUFFSIZE (50+1)