WiFi example for mbed OS, fork from https://github.com/ARMmbed/mbed-os-example-wifi
This is an example of a Wi-Fi application using the Wi-Fi and network socket APIs that Mbed OS provides.
The program brings up the Wi-Fi and the underlying network interface and uses it to scan available networks, connects to a network, prints interface and connection details and performs an HTTP operation.
For more information about Wi-Fi APIs, please visit the Mbed OS Wi-Fi documentation.
This example has been used on the following platforms
History
Delete unnecessary files
2018-12-12, by 1050186 [Wed, 12 Dec 2018 05:42:30 +0000] rev 7
Delete unnecessary files
Update jenkinsfile to follow the fork original.
2018-12-12, by TomoYamanaka [Wed, 12 Dec 2018 14:31:41 +0900] rev 6
Update jenkinsfile to follow the fork original.
Update each library to follow the official sample that is the fork original.
2018-12-12, by 1050186 [Wed, 12 Dec 2018 05:22:58 +0000] rev 5
Update each library to follow the official sample that is the fork original.
Import libraries again
2018-02-22, by dkato [Thu, 22 Feb 2018 09:22:32 +0000] rev 4
Import libraries again
Delete libraries (for work)
2018-02-22, by dkato [Thu, 22 Feb 2018 09:18:43 +0000] rev 3
Delete libraries (for work)
Replacing libraries
2018-02-22, by dkato [Thu, 22 Feb 2018 09:11:22 +0000] rev 2
Replacing libraries
Update main.cpp / mbed_app.json
2018-02-22, by dkato [Thu, 22 Feb 2018 08:32:38 +0000] rev 1
Update main.cpp / mbed_app.json
Initial commit
2018-02-22, by group-Renesas-Electronics-Corp [Thu, 22 Feb 2018 05:44:51 +0000] rev 0
Initial commit