apexys / avr-uip

Automatically exported from code.google.com/p/avr-uip
0 stars 0 forks source link

add ntp time support #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement support for ntp.

Original issue reported on code.google.com by qarc...@gmail.com on 23 May 2011 at 3:08

GoogleCodeExporter commented 9 years ago
So there are two levels of ntp which could be supported.
The low resolution and the high resolution ntp.  That is to say.... 
account for network drift or don't.

Due to code size I plan on NOT supporting network drift correction.

This will result in a ntp client which will work quite well for auto setting a 
real time clock / calendar chip which works at the seconds level of time.

Original comment by qarc...@gmail.com on 29 Sep 2011 at 6:51