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).
History
Updated Wifi lib
2017-01-13, by mapellil [Fri, 13 Jan 2017 15:39:45 +0000] rev 9
Updated Wifi lib
Updated lib link
2017-01-11, by mapellil [Wed, 11 Jan 2017 09:20:45 +0000] rev 8
Updated lib link
Updated IDW01M1 lib, moved secure connection to mbed.com
2017-01-10, by mapellil [Tue, 10 Jan 2017 11:10:11 +0000] rev 7
Updated IDW01M1 lib, moved secure connection to mbed.com
Used socket connect(SocketAddress addr) to allow DNS resolution
2017-01-03, by mapellil [Tue, 03 Jan 2017 16:26:45 +0000] rev 6
Used socket connect(SocketAddress addr) to allow DNS resolution
minor fix
2017-01-03, by mapellil [Tue, 03 Jan 2017 13:02:14 +0000] rev 5
minor fix
Added secure socket connection example exploiting NTP client. Updated libraries.
2017-01-02, by mapellil [Mon, 02 Jan 2017 15:46:54 +0000] rev 4
Added secure socket connection example exploiting NTP client. Updated libraries.
Replaced Ethernet interface with NetworkSocketAPI, added support to X_NUCLEO_IDWM01M1v2 wifi board
2016-12-15, by mapellil [Thu, 15 Dec 2016 10:09:47 +0000] rev 3
Replaced Ethernet interface with NetworkSocketAPI, added support to X_NUCLEO_IDWM01M1v2 wifi board
Initial commit
2012-08-05, by donatien [Sun, 05 Aug 2012 16:17:31 +0000] rev 2
Initial commit
Public commit
2012-08-05, by donatien [Sun, 05 Aug 2012 16:12:30 +0000] rev 1
Public commit
Initial Commit
2012-06-29, by donatien [Fri, 29 Jun 2012 11:07:21 +0000] rev 0
Initial Commit