I'm having a hard time figuring this one out. It could be that I don't know much about UDP, though I did manage to write a simple chat program a while ago.
The only information I've been able to find is that the NTP server uses UDP Port 123. What I can't seem to find is how to actually get the information from the server (I'll worry about decoding it later).

I was able to easily use the old TIME servers, connecting on TCP port 37, and automatically getting the data back, but not having so much luck here.
I did try sending some random data ("Test" or something), hoping that would trigger some data to come back at me, but no luck.

:s
Thanks for reading and hopefully helping