This example codes uses the wolfssl library to get hastags from Twitter by using the FRDM-K64F board from Freescale

Dependencies:   EthernetInterface-FRDM HTTPClient mbed-rtos mbed wolfSSL WDT_K64F

Fork of SimpleHTTPSClient by wolf SSL

Revision:
1:54bce95d1d97
Parent:
0:dadab10758d2
Child:
2:071a8275fa40
--- 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;