Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 435 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 435 Bytes

Time Protocol

This project implements a Time protocol server based on RFC 868, utilizing the TCP protocol.

Overview

The Time protocol, defined in RFC 868, allows clients to retrieve the current time from a server over a TCP or UDP connection. This project provides a server implementation that adheres to this protocol, enabling clients to query and receive accurate time information.