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.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Dec 20 14:30:05 2017 +0000
Parent:
32:a0a31c65de19
Child:
34:7e82e610bbb9
Commit message:
Merge remote-tracking branch 'origin/mbed-os-5.7.0-oob'

* origin/mbed-os-5.7.0-oob:
Updating mbed-os to mbed-os-5.7.0-rc3
Updating mbed-os to mbed-os-5.7.0-rc2
Update README.md
Update README.md
Update README.md
Updating mbed-os to mbed-os-5.7.0-rc1

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

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
--- 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.
--- a/mbed-os.lib	Mon Dec 04 14:15:04 2017 +0000
+++ b/mbed-os.lib	Wed Dec 20 14:30:05 2017 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#5f6572179d66ce4c09d6517b659ac51133cc980d
+https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03