Simple Xively access example with HTTPS

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Revision:
1:60e6225ef3e5
Parent:
0:a6ee4ada0d57
--- 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)