Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 956 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 956 Bytes

Tstest - TimeStamp Testing

A tool to test the functionalities required by Linuxptp in a controlled manner. Rather than running the complex daemons you can use tstest to try out one functionality at a time. Great for debugging purposes.

Features

  • tstest pkt can send and receive individual packets with timestamps.
  • tstest delay can perform basic peer delay measurement.
  • tstest extts can listen to EXTTS events from the kernel.

TODO

  • Add PPS configuration
  • Add E2E delay
  • Idea: tstest check mode that takes a config file of actions it should check (send, receive, verify values). Should be run with a looped cable, else it would require two instances (which might be an option too).

Credit

A lot of the code is directly taken from the Linuxptp project and the Linux kernel and simplified/modified.