lapestand / network-time-protocol-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-time-protocol-java

network-time-protocol-java is Java program which simulates network time protocol.

Installation

Clone the repository to install.

git clone https://github.com/lapestand/network-time-protocol-java.git

Usage

Server

java -cp . networkTimeProtocol.Server <port number>

Client

For localhost

java -cp . networkTimeProtocol.Client <offset value> <ip address>:<port number>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About


Languages

Language:Java 100.0%