Open frillip opened 11 years ago
I shall bring it on caturday. Please send text to remind this evening.
Turns out le ethernet controller is just an ethernet controller. No IP stack.
It is a Microchip ENC28J60, rather than a Wiznet W5100.
I shall have to implement ARP/IP/UDP/DHCP/NTP myself, or find a suitable library.
Requires an IP stack and ethernet controller.
Apparently @naggie has an all in one thing I can have.
NTP protocol is fairly simple. Both client and server implementations would be useful.
Similar projects: http://www.scss.com.au/family/andrew/gps/ntp/ http://mbed.org/users/ejbfly/notebook/gps-based-ntp-server/
Ties in nicely with #8