Simple Xively access example with HTTPS
Dependencies: EthernetInterface HTTPClient mbed-rtos mbed
Revision 1:60e6225ef3e5, committed 2015-02-07
- 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 |
diff -r a6ee4ada0d57 -r 60e6225ef3e5 main.cpp --- 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)