Browse Source

Rename the section to time servers and add PTP/Roughtime tools (#728)

master
Ashith 5 days ago
committed by GitHub
parent
commit
faf506c6d7
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) - [Router](#router)
- [Service Discovery](#service-discovery) - [Service Discovery](#service-discovery)
- [Software Containers](#software-containers) - [Software Containers](#software-containers)
- [Time Servers](#time-servers)
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#troubleshooting)
- [Version control](#version-control) - [Version control](#version-control)
- [Virtualization](#virtualization) - [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` - [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 ### Troubleshooting
**[`^ back to top ^`](#awesome-sysadmin)** **[`^ back to top ^`](#awesome-sysadmin)**

Loading…
Cancel
Save