sandy
sandy

Reputation: 2157

Calculate Network Time Protocol (offset) in objective C

I would like to calculate NTP offset in Objective-C. Are there any APIs available to accomplish the same in objective-C?

Upvotes: 3

Views: 1236

Answers (1)

Chris Gregg
Chris Gregg

Reputation: 2382

Check out the ios-ntp project; hopefully you'll be able to see how the author of the project is accessing the NTP servers.

Upvotes: 4

Related Questions