README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. README for PTPd
  2. - Introduction -
  3. This is the source code for the PTP daemon (PTPd) implementing the
  4. Precision Time Protocol (PTP) version 2 as defined by 'IEEE Std 1588-2008'. PTP
  5. provides precise time coordination of Ethernet LAN connected computers. It
  6. was designed primarily for instrumentation and control systems.
  7. - Use -
  8. PTPd can coordinate the clocks of a group of LAN connected computers with each
  9. other. It has been shown to achieve microsecond level coordination, even on
  10. limited platforms.
  11. The 'ptpd' program can be built from the included source code; see the release
  12. notes about platform compatibility. To use the program, run 'ptpd' on a group of
  13. LAN connected computers. Compile with 'PTPD_DBG' defined and run with the '-c'
  14. argument to watch what's going on.
  15. If you are just looking for software to update the time on your desktop, you
  16. probably want something that implements the Network Time Protocol. It can
  17. coordinate computer clocks with an absolute time reference such as UTC.
  18. - Legal notice -
  19. PTPd was written by using only information contained within 'IEEE Std
  20. 1588-2008'. IEEE 1588 may contain patented technology, the use of which is not
  21. under the control of the authors of PTPd. Users of IEEE 1588 may need to obtain
  22. a license for the patented technology in the protocol. Contact the IEEE for
  23. licensing information.
  24. PTPd comes with absolutely no warranty.