#time #protocols #protocal

time-protocol

TIME protocal written in Rust

2 stable releases

1.1.1 Jun 28, 2022
1.0.0 Jun 28, 2022

#479 in #time

MIT license

210KB
175 lines

利用Rust实现TIME协议

设计要求

TIME协议是基于TCP/IP的应用层协议,如果一台PC机希望精确地设置自己的日期和时间,它可以访问网络上运行 TIME SERVER程序的服务器,可参阅RFC868[6-5]. 本次设计要求利用Java实现TIME协议的基本功能.

相关内容

参考书目

  • 基于Windows的TCP/IP编程
  • The Rust Programming Language
  • The Cargo Book

Dependencies

~1MB
~18K SLoC