This is a quick example of a simple HTTP client program using the network-socket API that is provided as a part of mbed-os. The program brings up an underlying network interface, and uses it to perform an HTTP transaction over a TCPSocket.

Committer:
mbed_official
Date:
Thu Nov 09 11:30:06 2017 +0000
Revision:
31:1f098ac0985e
Parent:
5:3e952c60d705
Child:
40:afef93b6d854
Merge branch 'adbridge-master'

* adbridge-master:
Updating mbed-os to mbed-os-5.6.4

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-sockets

Who changed what in which revision?

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