26 releases (4 stable)

1.1.2 Feb 1, 2024
1.1.1-alpha.20231221 Dec 21, 2023
1.1.0-alpha.20231123 Nov 23, 2023
0.3.7 Aug 23, 2023
0.1.1 Mar 29, 2020

#89 in Network programming

Download history 14/week @ 2024-01-19 4/week @ 2024-01-26 1/week @ 2024-02-02 4/week @ 2024-02-09 248/week @ 2024-02-16 28/week @ 2024-02-23 61/week @ 2024-03-01 6/week @ 2024-03-08 2/week @ 2024-03-15 96/week @ 2024-03-29 28/week @ 2024-04-05

130 downloads per month

Apache-2.0 OR MIT

1.5MB
23K SLoC

checks codecov Crates.io Docs OpenSSF Best Practices OpenSSF Scorecard

ntpd-rs

nptd-rs is a tool for synchronizing your computer's clock, implementing the NTP and NTS protocols. It is written in Rust, with a focus on security and stability. It includes both client and server support.

If a feature you need is missing please let us know by opening an issue.

Documentation

Be sure to check out the documentation website as it includes guides on getting started, installation and migration, as well as a high-level overview of the code structure.

Usage

You can install the packages from the releases page. These packages configure ntpd-rs to synchronize your computers clock to servers from the NTP pool. After installation, check the status of the ntpd-rs daemon with

$ sudo systemctl status ntpd-rs

If ntpd-rs was not started automatically, you can do so now with

$ sudo systemctl start ntpd-rs

You should now be able to check the synchronization status with

$ ntp-ctl status
Synchronization status:
Dispersion: 0.000299s, Delay: 0.007637s
Desired poll interval: 16s
Stratum: 4

Sources:
ntpd-rs.pool.ntp.org:123/77.171.247.180:123 (1): +0.000024±0.000137(±0.016886)s
    poll interval: 16s, missing polls: 0
    root dispersion: 0.005905s, root delay:0.016190s
ntpd-rs.pool.ntp.org:123/45.137.101.154:123 (2): +0.000022±0.000081(±0.007414)s
    poll interval: 16s, missing polls: 0
    root dispersion: 0.004517s, root delay:0.005051s
ntpd-rs.pool.ntp.org:123/178.215.228.24:123 (3): +0.000117±0.000091(±0.009162)s
    poll interval: 16s, missing polls: 0
    root dispersion: 0.000549s, root delay:0.004318s
ntpd-rs.pool.ntp.org:123/162.159.200.123:123 (4): +0.000111±0.000076(±0.004066)s
    poll interval: 16s, missing polls: 0
    root dispersion: 0.000351s, root delay:0.003571s

Servers:

The top part shows the overal quality of the time synchronization, and the time sources section shows which servers are used as well as offsets and uncertainties of those individual servers.

For more details on how to install and use ntpd-rs, see our documentation website.

Roadmap

In Q1 2023 we completed our work on NTS. Our implementation is now full-featured, it supports NTP client and server with NTS.

Our roadmap for 2023-2024:

  • Q3 2023: Stable release
  • Q4 2023: Experimental features, NTS pool, NTPv5
  • Q4 2023 / Q1 2024: Packaging for Linux distributions
  • Q1-Q4 2024: Packaging and industry adoption, maintenance & community work

We seek sponsorship for features and maintenance to continue our work. Contact us via pendulum@tweedegolf.com if you are interested!

History

2022

The project originates from ISRG's project Prossimo, as part of their mission to achieve memory safety for the Internet's most critical infrastructure.

Prossimo

Prossimo funded the initial development of the NTP client and server, and NTS support. The NTP initiative page on Prossimo's website tells the story.

2023

After completion of the initial development, the project's ownership moved from Prossimo to Tweede golf in April 2023. See the NTP announcement for more information.

Tweede golf is the long-term maintainer of ntpd-rs, that is now part of Tweede golf's Project Pendulum. Pendulum is building modern, open-source implementations of the Network Time Protocol (ntpd-rs) and the Precision Time Protocol (Statime).

In July of 2023 the Sovereign Tech Fund invested in Pendulum, securing ntpd-rs development and maintenance in 2023, and maintenance and adoption work in 2024.

STF

Dependencies

~13–25MB
~422K SLoC