mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-04-20 12:26:21 +05:30
Rename the section to time servers and add PTP/Roughtime tools (#728)
This commit is contained in:
parent
a95f5b79f0
commit
faf506c6d7
1 changed files with 14 additions and 0 deletions
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). ([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)**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue