NTP Client for the mbed networking libraries. The small change to this version is that there can be only one cause for the return value zero.
Fork of NTPClient by
History
NTPClient was computing the offset from the server to the client incorrectly (when it was promoting 32 to 64bit values. The result was time-jumps (e.g. from 2016 to 2084) and then back. This was most noticeable with the WiFly interface (extra delays)
2016-01-16, by WiredHome [Sat, 16 Jan 2016 20:47:33 +0000] rev 9
NTPClient was computing the offset from the server to the client incorrectly (when it was promoting 32 to 64bit values. The result was time-jumps (e.g. from 2016 to 2084) and then back. This was most noticeable with the WiFly interface (extra delays)
Update to fix a hang. Applied fix from Koen Kempeneers.
2015-11-26, by WiredHome [Thu, 26 Nov 2015 18:20:56 +0000] rev 8
Update to fix a hang. Applied fix from Koen Kempeneers.
warning reduction.
2015-07-07, by WiredHome [Tue, 07 Jul 2015 17:09:36 +0000] rev 7
warning reduction.
Documentation updates only.
2014-10-11, by WiredHome [Sat, 11 Oct 2014 17:26:43 +0000] rev 6
Documentation updates only.
Revised the return values to ensure no duplicates.
2014-06-22, by WiredHome [Sun, 22 Jun 2014 20:54:44 +0000] rev 5
Revised the return values to ensure no duplicates.
Fixed typo
2012-08-05, by donatien [Sun, 05 Aug 2012 16:10:57 +0000] rev 4
Fixed typo
Fixed blocking mode
2012-08-05, by donatien [Sun, 05 Aug 2012 16:10:33 +0000] rev 3
Fixed blocking mode
Updated to use latest Socket API
2012-08-05, by donatien [Sun, 05 Aug 2012 15:36:47 +0000] rev 2
Updated to use latest Socket API
Initial commit;
2012-07-27, by donatien [Fri, 27 Jul 2012 08:49:34 +0000] rev 1
Initial commit;
Initial Hg Commit
2012-05-25, by donatien [Fri, 25 May 2012 13:48:49 +0000] rev 0
Initial Hg Commit