Python3写的SNTP/NTP协议的客户端实现 上传者:芬锅•﹏•~ 2018-12-08 11:30:49上传 其他文件 500kb 热度 51次 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 码姐姐匿名网友 2018-12-08 11:30:49 python3.4运行,没问题 码姐姐匿名网友 2018-12-08 11:30:49 在3下完全可以使用,太好了 码姐姐匿名网友 2018-12-08 11:30:49 好东西呀,可以用,但是没参数好像 Accozeal 2025-01-06 22:40:59 仅一个文件sntpclient.py。还没来得及试用,但可做参考。程序内说明如下: SNTPClient is a class designed to connect to time servers on the Internet and fetch the current date and time. The implementation the the protocol is based on the RFC 2030. anxinyantao 2025-01-02 04:18:33 python3确实可以用,但是转python2不好整啊,最后另找了个更简单的同步方法 发表评论
python3.4运行,没问题
在3下完全可以使用,太好了
好东西呀,可以用,但是没参数好像
仅一个文件sntpclient.py。还没来得及试用,但可做参考。程序内说明如下: SNTPClient is a class designed to connect to time servers on the Internet and fetch the current date and time. The implementation the the protocol is based on the RFC 2030.
python3确实可以用,但是转python2不好整啊,最后另找了个更简单的同步方法