INtime SDK Help
chronos.rta

The INtime PTP implementation. Two applications are provided:

chronos.rta - the standard PTP stack

chronosd.rta - the PTP stack with additional logging output for debugging

chronos[d].rta [command] [options]

Commands

Run Chronos:

chronos[d].rta -r [options]
chronos[d].rta --run [options]
 
Option Description
-c, --config <file>|<nic> The configuration either as file OR as default with just the nic
-l, --license

The license file

-p, --ports Periodically show the port states
-t, --time Periodically print time sync data
-n, --notify [o|v] Select notification type to log: [all|fault|msg|sync|events]
-o, --output Write the notification output to a <file>
-v, --verbose Write notification output to the console

Generate a new configuration file:

chronos[d].rta -g [options]
chronos[d].rta --generate [options]
 
Option Description
-c, --config <file> The configuration file
-t, --type <type>

The configuration file type; <type>: [json, ini]

-n --nic <nic> The adapter's mac address, e.g. 00-11-22-33-44-55
-p, --profile <type> The profile type; : [e2e, p2p, lxi, 8021as, tsep]

Show the help message:

chronos[d].rta -h
chronos[d].rta --help
 

Examples

chronos.rta -r -l <file> -c <file> -t -n all -o notification.log 
 
chronos.rta -r -n all -v -o notification.log -c <path>
 
chronos -g myconfig -f json -n 00-11-22-33-44-55 -p tsep