Simple Xively access example with HTTPS

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
wolfSSL
Date:
Sat Feb 07 19:29:59 2015 +0000
Parent:
0:a6ee4ada0d57
Commit message:
Program Name changed

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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)