Browse Source

Rename the section to time servers and add PTP/Roughtime tools

pull/728/head
Ashith 1 week ago
committed by GitHub
parent
commit
993b543eb4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      README.md

14
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).
- [NTPsec](https://www.ntpsec.org/) - A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic.
- [OpenNTPD](https://www.openntpd.org/) - A FREE, easy to use implementation of the Network Time Protocol.
- [Roughenough](https://github.com/int08h/roughenough) - A Roughtime secure time synchronization client and server.
- [Statime](https://github.com/pendulum-project/statime) - A Precision Time Protocol (PTP) implementation in Rust.
### Troubleshooting
**[`^ back to top ^`](#awesome-sysadmin)**

Loading…
Cancel
Save