HTTP/HTTPS client Hello World application running with X-NUCLEO-IDW01M1v2 wifi board.
Dependencies: HTTPClient NetworkSocketAPI X_NUCLEO_IDW01M1v2 mbed
Fork of HTTPClient_HelloWorld by
Example of HTTP and HTTPS connections using X-NUCLEO-IDW01M1 Wi-Fi expansion board.
The application is meant to be used with mbed OS 2 ("Classic") only (no mbedOS 5 support).
For HTTPS connection it uses the TLS/SSL feature provided natively by the Wi-Fi module and performs secure connection to the server also verifying the server identity.
To avoid expired CA certificates, system time (in epoch) must be manually entered (e..g. using http://www.epochconverter.com/ ) .
Retrieval of current time from an NTP server is shown by this example.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
12:4ae87c278a63 | 2017-01-16 | nikapov | Update libs. |
11:225ab4865c6b | 2017-01-16 | nikapov | Update lib. |
10:b3fbc83d5f9b | 2017-01-16 | mapellil | Updated HTTP Client lib |
9:b54448c7f712 | 2017-01-13 | mapellil | Added HTTPS example |
8:1b5c28fe5e94 | 2016-11-17 | mapellil | Added NSAPITests lib for a more extensive test |
7:c6414658b701 | 2016-11-08 | mapellil | update lib |
6:bc2507b7b0de | 2016-11-08 | mapellil | update lib |
5:526c0df8cbff | 2016-11-08 | mapellil | fixed tests |
4:cb85da8d6927 | 2016-11-07 | mapellil | first committ |
3:6e7a93483c12 | 2016-11-07 | mapellil | first beta committ |
2:270e2d0bb85a | 2012-08-30 | donatien | Updated library with fix, added example for PUT & DELETE requests |
1:d263603373ac | 2012-08-05 | donatien | Public commit |
0:0e0debc29569 | 2012-06-29 | donatien | Initial Commit |