NTP client app setting system time and X-NUCLEO-IDW01M1 Wi-Fi board time connecting to internet NTP UTC time server.
Dependencies: NTPClient NetworkSocketAPI X_NUCLEO_IDW01M1v2 mbed
Fork of NTPClient_HelloWorld by
Example of retrieval of current time using an NTP server.
Time is then used to perform a TLS secure connection to https://mbed.org.
The application is meant to be used with mbed OS 2 ("Classic") only (no mbedOS 5 support).
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:c710dd7a4242 | 2017-01-13 | mapellil | Updated Wifi lib |
8:20949c0e7b72 | 2017-01-11 | mapellil | Updated lib link |
7:a33ce4fe1b91 | 2017-01-10 | mapellil | Updated IDW01M1 lib, moved secure connection to mbed.com |
6:96e92bfda33e | 2017-01-03 | mapellil | Used socket connect(SocketAddress addr) to allow DNS resolution |
5:88cece84fb6e | 2017-01-03 | mapellil | minor fix |
4:11f2b556765b | 2017-01-02 | mapellil | Added secure socket connection example exploiting NTP client. Updated libraries. |
3:ca8860f482e0 | 2016-12-15 | mapellil | Replaced Ethernet interface with NetworkSocketAPI, added support to X_NUCLEO_IDWM01M1v2 wifi board |
2:bf7dc5f5bca9 | 2012-08-05 | donatien | Initial commit |
1:d263603373ac | 2012-08-05 | donatien | Public commit |
0:0e0debc29569 | 2012-06-29 | donatien | Initial Commit |