oreparaz / vroughtime

compact roughtime client implementation in C for embedded use
Apache License 2.0
4 stars 1 forks source link

embed a compact fault-tolerant interval intersection implementation #14

Open oreparaz opened 1 year ago

oreparaz commented 1 year ago

roughtime normally is used in conjunction with an interval intersection algorithm to establish an agreement over current time. Would be nice to embed this functionality in vroughtime.

oreparaz commented 1 year ago

There is a compact implementation here, we probably want to move it here: https://github.com/OnlyRubyFans/overclock/pull/7