Click to See Complete Forum and Search --> : Streaming Time


diwana
10-19-2003, 06:23 PM
Hey

I was wondering if anyone knows where I could find some form of a streaming clock? The time zone doesnt really matter, but I just wanted to know if one existed. I want to be able to read that time using C++. If anyone can provide URLs that would be great!

Thanks

PeOfEo
10-19-2003, 06:25 PM
why stream it? You could rig up a video stream or something but what would be the point? Why not just use server time or a client side clock.

diwana
10-20-2003, 08:49 PM
the reason is because I'm going to be running this from an embedded linux board, which will be displaying the time on an LCD.

How would I go about reading a sever side clock?

PeOfEo
10-20-2003, 09:32 PM
wait so your board won't have a bios clock on it?