Author: Not specified | Language: xml |
Description: Not specified | Timestamp: 2018-04-20 14:42:26 +0000 |
View raw paste | Reply |
<?xml version="1.0" encoding="UTF-8"?>
<bootstrap>
<root>/rtcp:3</root> <!-- Optional. Defaults to /rtcp:3 -->
<bin_root>/rtcp:3/bin</bin_root> <!-- Optional. Defaults to ROOT/bin -->
<config_root>/rtcp:3/config</config_root> <!-- Optional. Defaults to ROOT/config -->
<system_settings_root>/rtcp:3/system_settings</system_settings_root> <!-- Optional. Defaults to ROOT/system_settings -->
<lib_root>/rtcp:3/bin</lib_root> <!-- Optional. Defaults to ROOT/lib -->
<working_directory>/rtcp:3/bin</working_directory> <!-- Optional. Defaults to BIN_ROOT -->
<rtp_config> <!-- Required -->
<file_name>puc_loader.vxe</file_name> <!-- Required -->
<priority>220</priority> <!-- Optional. Default value 220 -->
<rtp_stack_size>65536</rtp_stack_size> <!-- Optional. Default value 65536 -->
<path>/rtcp:2/puc</path> <!-- Optional. Default is empty -->
<lib_path>/rtcp:3/bin</lib_path> <!-- Optional. Default is empty -->
</rtp_config>
<sync_tick> <!-- Required. Must contain exactly 1 of the shown entries -->
<hpet>8000</hpet> <!-- Use internal HPET for sync tick. Specify frequency -->
<gpio/> <!-- Use external GPIO pin to trigger sync tick. -->
<ptp> <!-- Trigger sync tick from HW clock on PTP sync'd NIC. -->
<interface>gei0</interface> <!-- Required. Interface to use -->
<frequency>8000</frequency> <!-- Required. Frequency to tick at -->
</ptp>
</sync_tick>
<network> <!-- Optional. -->
<interface>
<name>gei1</name> <!-- Required -->
<ip>192.168.2.1</ip> <!-- Required -->
</interface>
<interface>
<name>gei2</name> <!-- Required -->
<ip>192.168.3.1</ip> <!-- Required -->
</interface>
</network>
<ptp> <!-- Optional, may have one clock per interface -->
<clock>
<interface>gei0</interface> <!-- Required -->
<transport_layer>2</transport_layer> <!-- Optional. Default 2 -->
<master_mode>0</master_mode> <!-- Optional. Default 0. 0=slave,1=master,2=BMCA -->
<delay_mechanism>1</delay_mechanism> <!-- Optional. Default 1. 0=E2E,1=P2P -->
<one_step_mode>0</one_step_mode> <!-- Optional. Default 0. 0=FALSE,1=TRUE -->
<priority>128</priority> <!-- Optional. Default 128 -->
<pdelay_req_interval>0</pdelay_req_interval> <!-- Optional. Default 0. (1 ~ -4) means (0.5PPS ~ 16PPS) -->
<profile>1</profile> <!-- Optional. Default 1. 0=PTP_DEFAULT_PROFILE,1=PTP_802_1AS_PROFILE -->
<debug_level>0</debug_level> <!-- Optional. Default 0. Debug output level 0~6 -->
</clock>
</ptp>
</bootstrap>
<bootstrap>
<root>/rtcp:3</root> <!-- Optional. Defaults to /rtcp:3 -->
<bin_root>/rtcp:3/bin</bin_root> <!-- Optional. Defaults to ROOT/bin -->
<config_root>/rtcp:3/config</config_root> <!-- Optional. Defaults to ROOT/config -->
<system_settings_root>/rtcp:3/system_settings</system_settings_root> <!-- Optional. Defaults to ROOT/system_settings -->
<lib_root>/rtcp:3/bin</lib_root> <!-- Optional. Defaults to ROOT/lib -->
<working_directory>/rtcp:3/bin</working_directory> <!-- Optional. Defaults to BIN_ROOT -->
<rtp_config> <!-- Required -->
<file_name>puc_loader.vxe</file_name> <!-- Required -->
<priority>220</priority> <!-- Optional. Default value 220 -->
<rtp_stack_size>65536</rtp_stack_size> <!-- Optional. Default value 65536 -->
<path>/rtcp:2/puc</path> <!-- Optional. Default is empty -->
<lib_path>/rtcp:3/bin</lib_path> <!-- Optional. Default is empty -->
</rtp_config>
<sync_tick> <!-- Required. Must contain exactly 1 of the shown entries -->
<hpet>8000</hpet> <!-- Use internal HPET for sync tick. Specify frequency -->
<gpio/> <!-- Use external GPIO pin to trigger sync tick. -->
<ptp> <!-- Trigger sync tick from HW clock on PTP sync'd NIC. -->
<interface>gei0</interface> <!-- Required. Interface to use -->
<frequency>8000</frequency> <!-- Required. Frequency to tick at -->
</ptp>
</sync_tick>
<network> <!-- Optional. -->
<interface>
<name>gei1</name> <!-- Required -->
<ip>192.168.2.1</ip> <!-- Required -->
</interface>
<interface>
<name>gei2</name> <!-- Required -->
<ip>192.168.3.1</ip> <!-- Required -->
</interface>
</network>
<ptp> <!-- Optional, may have one clock per interface -->
<clock>
<interface>gei0</interface> <!-- Required -->
<transport_layer>2</transport_layer> <!-- Optional. Default 2 -->
<master_mode>0</master_mode> <!-- Optional. Default 0. 0=slave,1=master,2=BMCA -->
<delay_mechanism>1</delay_mechanism> <!-- Optional. Default 1. 0=E2E,1=P2P -->
<one_step_mode>0</one_step_mode> <!-- Optional. Default 0. 0=FALSE,1=TRUE -->
<priority>128</priority> <!-- Optional. Default 128 -->
<pdelay_req_interval>0</pdelay_req_interval> <!-- Optional. Default 0. (1 ~ -4) means (0.5PPS ~ 16PPS) -->
<profile>1</profile> <!-- Optional. Default 1. 0=PTP_DEFAULT_PROFILE,1=PTP_802_1AS_PROFILE -->
<debug_level>0</debug_level> <!-- Optional. Default 0. Debug output level 0~6 -->
</clock>
</ptp>
</bootstrap>
View raw paste | Reply |