modified to get more signal info
Dependencies: easy-connect mbed-http
Fork of http-example-wnc-modified by
Diff: README.md
- Revision:
- 15:e96b74243a80
- Parent:
- 11:72c089200302
--- a/README.md Thu Mar 30 15:15:47 2017 +0200
+++ b/README.md Wed Apr 19 01:05:49 2017 +0000
@@ -2,7 +2,7 @@
This application demonstrates how to make HTTP and HTTPS requests and parse the response from mbed OS 5.
-It consists of four demo's, which you can select in ``source/select-demo.h``.
+It consists of five demo's, which you can select in ``source/select-demo.h``.
* HTTP demo:
* Does a GET request to http://httpbin.org/status/418.
@@ -12,6 +12,7 @@
* Does a POST request to https://httpbin.org/post.
* HTTP demo with socket re-use.
* HTTPS demo with socket re-use.
+# HTTP & HTTPS demo with socket re-use and chunked call-backs
Response parsing is done through [nodejs/http-parser](https://github.com/nodejs/http-parser).
@@ -30,3 +31,4 @@
* K64F with Ethernet.
* NUCLEO_F411RE with ESP8266.
+* AT&T Cellular IoT Starter Kit with WNC M14A2A Cellular Data Module
