<string>
: The URL of the master clock server, which is used to send requests for synchronization. This is defined as a constant in the code, which is currently https://ptp.peaq.xyz. This server is a central time source that fetches the timestamp from the network at regular block intervals using real-time updates and is responsible for synchronizing the clocks of connected systems to ensure accurate and consistent timekeeping.
<number>
: Periodically synchronizes the clock at a fixed rate. Recorded in milliseconds, defaults to 1000.
offset = ((local timestamp after sync - server timestamp) - (local timestamp before delay - delay)) / 2
synchronized time = local timestamp after sync + offset