文件名称:Qt:利用ntp服务器获取网络时间
文件大小:349KB
文件格式:RAR
更新时间:2014-11-06 11:01:00
获取网络时间
利用ntp服务器格式获取网络时间 下面是ntp数据包的格式 NTP packet = NTP header + Four TimeStamps = 48byte NTP header : 16byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |LI | VN |Mode | Stratum | Poll | Precision | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- LeapYearIndicator : 2bit VersionNumber : 3bit Stratum : 8bit Mode : 3 bit PollInterval : 8 bit Percision : 8bit | Root Delay | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Root delay : 32bit | Root Dispersion | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Root Dispersion : 32bit | Reference Identifier | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Reference Identifier : 32bit Four TimeStamps : 32byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- | Reference Timestamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Reference Timestamp : 64bit | Originate Timestamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Originate Timestamp : 64bit | Receive Timestamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Receive Timestamp : 64bit | Transmit Timestamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Transmit Timestamp : 64bit | Authenticator (optional) (96) |
【文件预览】:
QTime
----Makefile.Debug(6KB)
----QTime.pro.user(14KB)
----QTime.pro(340B)
----Makefile.Release(6KB)
----ui_mainwindow.h(3KB)
----main.cpp(189B)
----mainwindow.ui(2KB)
----debug()
--------moc_mainwindow.cpp(3KB)
--------moc_mainwindow.o(127KB)
--------QTime.exe(825KB)
--------mainwindow.o(263KB)
--------main.o(115KB)
----mainwindow.cpp(3KB)
----mainwindow.h(484B)
----Makefile(6KB)
----release()