Hey would like some help/advice on starting this time server program. I am trying to write a program that connects to a time server such as "time-a.nist.gov" and return the date as a string. Any help would be appreciated. thanks.
Hey would like some help/advice on starting this time server program. I am trying to write a program that connects to a time server such as "time-a.nist.gov" and return the date as a string. Any help would be appreciated. thanks.
what language? a simple way if you can do http requests is to google time, and parse the time that it shows there.