文件名称:NTP协议Demo程序
文件大小:16KB
文件格式:RAR
更新时间:2014-12-02 13:49:01
NTP Base64
1,本Demo程序模拟NTP协议,实现从客户端向服务端发送NTP请求,进行时钟同步的操作。 2,使用了Base64编解码对NTP消息包进行打包,解包。 3,在VC2005环境下测试通过。
【文件预览】:
NTPDemo
----NTPDemo.sln(1KB)
----NTPServer()
--------stdafx.h(378B)
--------ReadMe.txt(962B)
--------NTPServer.vcproj(4KB)
--------stdafx.cpp(214B)
--------NTPServer.vcproj.DAHUATECH.12481.user(1KB)
--------NTPServer.vcproj.PC-201109261906.che.user(1KB)
--------NTPServer.cpp(2KB)
----Include()
--------NTP.h(2KB)
--------Base64.h(3KB)
----NTPDemo.suo(22KB)
----NTPClient()
--------stdafx.h(378B)
--------NTPClient.vcproj.DAHUATECH.12481.user(1KB)
--------ReadMe.txt(962B)
--------stdafx.cpp(214B)
--------NTPClient.vcproj(4KB)
--------NTPClient.vcproj.PC-201109261906.che.user(1KB)
--------NTPClient.cpp(4KB)