Hi,
I wanted to use the Arduino time library (Arduino Playground - Time) to connect to NTP webserver and get real time.
I encountered some problems, apparently this library needs some other UDP library (https://bitbucket.org/bjoern/arduino_osc/src/14667490521f/libraries/Ethernet/).
The problem is that this UDP library uses, other libraries, specifically it points us to here (http://trac.mlalonde.net/cral/browser).
I don´t know how old this libraries are and 2 of this (W5100.h and socket.h) are repeated in the Arduino IDE libraries folder (inside ethernet).
Can anyone that has used the NTP library help me on this?
Which should i use?
Cheers