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.
Revisions of X_NUCLEO_IDW01M1v2.lib
Revision | Date | Message | Actions |
---|---|---|---|
9:b54448c7f712 | 2017-01-13 | Added HTTPS example | File Diff Annotate |
8:1b5c28fe5e94 | 2016-11-17 | Added NSAPITests lib for a more extensive test | File Diff Annotate |
7:c6414658b701 | 2016-11-08 | update lib | File Diff Annotate |
6:bc2507b7b0de | 2016-11-08 | update lib | File Diff Annotate |
5:526c0df8cbff | 2016-11-08 | fixed tests | File Diff Annotate |
4:cb85da8d6927 | 2016-11-07 | first committ | File Diff Annotate |
3:6e7a93483c12 | 2016-11-07 | first beta committ | File Diff Annotate |