timeflux.core.sync


timeflux.core.sync: time synchronisation based on NTP

sync

class timeflux.core.sync.Server(host='', port=12300, now=time.perf_counter)[source]
start()[source]
stop()[source]
class timeflux.core.sync.Client(host='localhost', port=12300, rounds=600, timeout=1, now=time.perf_counter)[source]
sync()[source]
stop()[source]