Calculate Network Time Protocol (offset) in objective C
I would like to calculate NTP offset in Objective-C. Are there any APIs ava开发者_运维技巧ilable to accomplish the same in objective-C?
Check out the ios-ntp project; hopefully you'll be able to see how the author of the project is accessing the NTP servers.
精彩评论