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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:ab1ae55ec482 | 2018-12-12 | 1050186 | Delete unnecessary files |
6:09f1e7ff743c | 2018-12-12 | TomoYamanaka |
Update jenkinsfile to follow the fork original. |
5:01be82512f7a | 2018-12-12 | 1050186 | Update each library to follow the official sample that is the fork original. |
4:ab67a75bb61e | 2018-02-22 | dkato | Import libraries again |
3:faf3d90ed709 | 2018-02-22 | dkato | Delete libraries (for work) |
2:73e246fd7537 | 2018-02-22 | dkato | Replacing libraries |
1:67275d54581f | 2018-02-22 | dkato | Update main.cpp / mbed_app.json |
0:0593b97dec0b | 2018-02-22 | group-Renesas-Electronics-Corp | Initial commit |