From faf506c6d73c2657a2d64aaf89e209ca0e1df380 Mon Sep 17 00:00:00 2001 From: Ashith <203875103+Ashith04@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:44:05 +0530 Subject: [PATCH] Rename the section to time servers and add PTP/Roughtime tools (#728) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b3656e0..7e2373a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ - [Router](#router) - [Service Discovery](#service-discovery) - [Software Containers](#software-containers) + - [Time Servers](#time-servers) - [Troubleshooting](#troubleshooting) - [Version control](#version-control) - [Virtualization](#virtualization) @@ -656,6 +657,19 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput - [systemd-nspawn](https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html) - Lightweight, chroot-like, environment to run an OS or command directly under systemd. ([Source Code](https://github.com/systemd/systemd)) `GPL-2.0` `C` +### Time Servers + +**[`^ back to top ^`](#awesome-sysadmin)** + +Time synchronization servers and clients (NTP, PTP, Roughtime). + +- [Chrony](https://chrony-project.org/) - A versatile implementation of the Network Time Protocol (NTP). ([Source Code](https://gitlab.com/chrony/chrony)) `GPL-2.0` `C` +- [NTPsec](https://www.ntpsec.org/) - A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic. ([Source Code](https://gitlab.com/NTPsec/ntpsec)) `BSD-2-Clause/Custom` `C` +- [OpenNTPD](https://www.openntpd.org/) - A FREE, easy to use implementation of the Network Time Protocol. ([Source Code](https://github.com/openntpd-portable/openntpd-openbsd/)) `ISC` `C` +- [Roughenough](https://github.com/int08h/roughenough) - A Roughtime secure time synchronization client and server. `MIT/Apache-2.0` `Rust` +- [Statime](https://github.com/pendulum-project/statime) - A Precision Time Protocol (PTP) implementation in Rust. `MIT/Apache-2.0` `Rust` + + ### Troubleshooting **[`^ back to top ^`](#awesome-sysadmin)**