Skip to content
Update User Terminal authored by Jan Janak's avatar Jan Janak
......@@ -325,3 +325,4 @@ Events emitted to the 'state' room carry a JSON object with the boolean attribut
## Time Synchronization State
The socket.io room 'timesync' on the terminal can be used to monitor the state of the NTP subsystem during an ongoing experiment. A NTP client on the user terminal periodically synchronizes the terminal's clock against the master clock on the base station. A 'change' event will be emitted to the room 'timesync' on each synchronization. The event carries a JSON object with two attributes: 'server' and 'offset'. The 'server' attribute contains the IP address of the NTP server (the base station). The attribute 'offset' provides the most recent measured time difference (in seconds) from the NTP server's time.