Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 424 Bytes

File metadata and controls

15 lines (15 loc) · 424 Bytes

clockd

About

This is a simple time synchronization solution between hosts on a LAN. It implements RFC 868 on the TCP side.

Usage

The client and server live in the same binary.

./clockd -[Sc:s]
	-S 	allow client mode to set the clock
	-c 	run in client mode
	-s	run in server mode (must run as root)

Configuration

/etc/clockd.txt should contain the hostname of the clockd server on your network.