Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Loopback mode

...

Code Block
languagetext
titletprtrig
Generate 1Hz triggers on output 0 with a width of 54 nanoseconds.

    $ tprtrig -t a -c 0 -o 1 -d 1 -w 10 -r 6

Testing

Loopback Mode

In loopback mode no encoder or IOC is required, as the DRP sends and receives simulated data via localhost.

Run drp_udpencoder with the -L <loopback_port> flag to enable loopback mode.  For example, "-L 5007" loops back on localhost port 5007.

Monitoring UDP packets with netcat

...