Chrony TimeSync configuration

ifdr_timesync_{get, set}

Time synchronization between the IFDR10 and RCP8 is essential to modeling the antenna location within the IFDR10. This model accounts for the lower availability rate of the antenna pointing information and time latency to then correctly tag each pulse with the correct location. IFDR10 uses Chrony as the synchronization tool.

The configurable parameters in the json table are described in the following table.

Configurable parameters for time synchronization configuration
Name Type Description
useNtp Boolean Defines whether NTP may be used as a time source.
ntpservers array List of strings, each of which is an NTP server address. Addresses may be either DNS names or IPV4  addresses
useGps Boolean Defines whether GPS may be used as a time source.
useGps is not supported in this release.
{ 
  "_schema": "TimeSynchronizationConfiguration", 
  "_schemaVersion": 1, 
  "_serial": 1, 
  "ntpServers": [ 
    "10.0.2.2", 
    “ntp.vaisala.com’ 
  ], 
  "useGps": false, 
  "useNtp": true 
}