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.

mbed_app.json

Committer:
mbed_official
Date:
2017-09-28
Revision:
26:c94c5cf0001a
Parent:
5:3e952c60d705
Child:
40:afef93b6d854

File content as of revision 26:c94c5cf0001a:

{
    "target_overrides": {
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has_remove": ["EMAC"]
        }
    }
}