Simple usage example HTTPClient with wolfSSL

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed wolfSSL

Fork of SimpleHTTPSClient by wolf SSL

Files at this revision

API Documentation at this revision

Comitter:
wolfSSL
Date:
Mon Dec 08 12:40:31 2014 +0000
Parent:
0:dadab10758d2
Child:
2:071a8275fa40
Commit message:
updated IP address

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: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;