Got a question on how i can create a clock for a program i am writing and then sync it to the clock on this website: Grand Prix Racing Online
Will be working on .net 4.0 and C#. I know the basics already but i want help with the syncing bit especially. The intention of syncing is to do certain actions on that site at very precise (within 1 second) intervals.
Given that any time server should report the same time (after all, time is globally the same consistently!), it doesn’t matter which time server you are targeting.
See this CodeProject article for an example.