diff options
author | Stuart Stock <stuart@int08h.com> | 2017-07-05 23:52:10 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2017-07-05 23:52:10 -0500 |
commit | ab92db34774b89146012121ce584a59924562b76 (patch) | |
tree | c2baecf740a6b9c022bfea430755020afac30614 /README.md | |
parent | 7ad2a59b717ef6b2cb63387d7746dfafd31ab554 (diff) | |
download | roughenough-ab92db34774b89146012121ce584a59924562b76.zip |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ # Roughenough -**Roughenough** is a [Roughtime](https://roughtime.googlesource.com/roughtime) secure time -synchronization server implementation in Rust. +**Roughenough** is a Rust [Roughtime](https://roughtime.googlesource.com/roughtime) secure time +synchronization server. It is a **work in progress**. Current status: * Server is functionally complete: it parses requests and generates valid Roughtime responses. * Still TODO: -** Run-time configuration (udp port, listening interface, etc) -** Reading the long-term key -** Better operational ergonomics like logging + * Run-time configuration (udp port, listening interface, etc) + * Reading the long-term key + * Better operational ergonomics like logging ## About the Roughtime Protocol [Roughtime](https://roughtime.googlesource.com/roughtime) is a protocol that aims to achieve rough |