time-protocol

Crates.iotime-protocol
lib.rstime-protocol
version1.1.1
sourcesrc
created_at2022-06-28 03:33:59.554712
updated_at2022-06-28 03:55:19.094376
descriptionTIME protocal written in Rust
homepage
repositoryhttps://github.com/ggssh/time-protocol
max_upload_size
id614533
size261,339
Yizhe Yuan (ggssh)

documentation

README

利用Rust实现TIME协议

设计要求

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

相关内容

参考书目

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

cargo fmt