19 lines
470 B
INI
19 lines
470 B
INI
|
#
|
||
|
# This example uses a PPS signal from a GPS receiver as an input to
|
||
|
# the SDP0 pin of an Intel i210 card. The pulse from the receiver has
|
||
|
# a width of 100 milliseconds.
|
||
|
#
|
||
|
# Important! The polarity is set to "both" because the i210 always
|
||
|
# time stamps both the rising and the falling edges of the input
|
||
|
# signal.
|
||
|
#
|
||
|
[global]
|
||
|
use_syslog 0
|
||
|
verbose 1
|
||
|
logging_level 6
|
||
|
ts2phc.pulsewidth 100000000
|
||
|
[eth6]
|
||
|
ts2phc.channel 0
|
||
|
ts2phc.extts_polarity both
|
||
|
ts2phc.pin_index 0
|