Alternative TCPSocket example using an HTTP GET to read a short "helloworld" text web page using a different server

Fork of ARMs demo HTTP socket demo. ARM's server was redirected and the demo was no longer working. An alternative server was setup and the code was modified to display the web page text in addition to just "200 OK". Only works for a very short web page - buffer only 400 characters but RAM is running out on the LPC1768 in the demo! Data read from the web page is read and parsed to control the mbed's 4 LEDs for a basic IoT demo.

Committer:
4180_1
Date:
Wed Feb 17 18:55:05 2021 +0000
Revision:
6:9cf6630fa25d
Parent:
0:6b383744246e
ver 1.2 Added Basic IoT demo controlling LEDs from web page data

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mab5449 0:6b383744246e 1 {
mab5449 0:6b383744246e 2 "target_overrides": {
mab5449 0:6b383744246e 3 "UBLOX_EVK_ODIN_W2": {
mab5449 0:6b383744246e 4 "target.device_has_remove": ["EMAC"]
mab5449 0:6b383744246e 5 }
mab5449 0:6b383744246e 6 }
mab5449 0:6b383744246e 7 }