Simple mbed OS sockets example for mbed OS5 & W5500 SPI Ethernet controller. 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.

Dependencies:   W5500Interface easy-connect

Fork of mbed-os-example-mbed5-sockets by mbed-os-examples

Result

  • Serial Terminal Log

/media/uploads/Bongjun/img021.png

Revision:
33:d470701728e6
Parent:
24:0449435e2ef2
Child:
40:afef93b6d854
--- a/README.md	Mon Dec 04 14:15:04 2017 +0000
+++ b/README.md	Wed Dec 20 14:30:05 2017 +0000
@@ -1,7 +1,7 @@
 ### Getting started with the network-socket API ###
 
 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](github.com/armmbed/mbed-os).
+[network-socket API](https://os.mbed.com/docs/latest/reference/network-socket.html) that [Mbed OS](https://github.com/ARMmbed/mbed-os) provides.
 
 The program brings up an underlying network interface, and uses it to perform an HTTP
 transaction over a TCPSocket.
@@ -27,3 +27,7 @@
 ### Documentation ###
 
 More information on the network-socket API can be found in the [mbed handbook](https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/communication/network_sockets/).
+
+## Troubleshooting
+
+If you have problems, you can review the [documentation](https://os.mbed.com/docs/latest/tutorials/debugging.html) for suggestions on what could be wrong and how to fix it.