Skip to content

A mirrored example snippet from mbed-os-examples-docs_only

Notifications You must be signed in to change notification settings

ARMmbed/mbed-os-snippet-TCPSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

TCPSocket Example

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.

Note: The current example is limited to the ethernet interface on supported devices. To use the example with a different interface, you will need to modify main.cpp and replace the EthernetInterface class with the appropriate interface.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.

About

A mirrored example snippet from mbed-os-examples-docs_only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages