Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface HTTPClient mbed-rtos mbed wolfSSL
Fork of SimpleHTTPSClient by
Diff: main.cpp
- Revision:
- 1:54bce95d1d97
- Parent:
- 0:dadab10758d2
- Child:
- 2:071a8275fa40
diff -r dadab10758d2 -r 54bce95d1d97 main.cpp --- a/main.cpp Mon Dec 08 12:08:05 2014 +0000 +++ b/main.cpp Mon Dec 08 12:40:31 2014 +0000 @@ -2,8 +2,8 @@ #include "EthernetInterface.h" #include "HTTPClient.h" -#define SERVER_URL "http://192.168.1.12/574d76fcb/keys.txt" -#define SERVER_URL_SSL "https://192.168.1.12/574d76fcb/keys.txt" +#define SERVER_URL "http://192.168.49.57/574d76fcb/keys.txt" +#define SERVER_URL_SSL "https://192.168.49.57/574d76fcb/keys.txt" EthernetInterface eth; HTTPClient http;