public
Description: Precision Time Protocol - temporary fork with support for hardware timestamping
Homepage: http://sourceforge.net/forum/forum.php?thread_id=1781065&forum_id=469207
Clone URL: git://github.com/pohly/ptpd.git
ptpd /
name age message
file COPYRIGHT Sat Aug 09 16:31:08 -0700 2008 update to the ISC license git-svn-id: http://p... [kendall_c]
file Doxyfile Wed Oct 15 05:59:05 -0700 2008 configuration file for doxygen [Patrick Ohly]
file INSTALL Mon Feb 09 07:05:56 -0800 2009 added basic compilation instructions [Patrick Ohly]
file README Tue Mar 27 15:14:20 -0700 2007 restructuring git-svn-id: http://ptpd.svn.sour... [kendall_c]
file RELEASE_NOTES Sat Aug 09 16:51:39 -0700 2008 update release notes for 1.0 release git-svn-i... [kendall_c]
directory doc/ Tue Mar 27 15:14:20 -0700 2007 restructuring git-svn-id: http://ptpd.svn.sour... [kendall_c]
directory extras/ Tue Jan 13 23:56:27 -0800 2009 timertest: ping-pong test which measures clock ... [Patrick Ohly]
directory src/ Mon Feb 09 07:04:39 -0800 2009 Linux HW time stamping: define fallbacks no lon... [Patrick Ohly]
directory tools/ Tue Mar 27 15:14:20 -0700 2007 restructuring git-svn-id: http://ptpd.svn.sour... [kendall_c]
README
README for PTPd


- Introduction -

This is the source code for the PTP daemon (PTPd). PTPd implements the
Precision Time Protocol (PTP) as defined by 'IEEE Std 1588-2002'. PTP
provides precise time coordination of Ethernet LAN connected computers. It
was designed primarily for instrumentation and control systems.


- Use -

PTPd can coordinate the clocks of a group of LAN connected computers with each
other. It has been shown to achieve microsecond level coordination, even on
limited platforms.

The 'ptpd' program can be built from the included source code; see the release
notes about platform compatibility. To use the program, run 'ptpd' on a group of
LAN connected computers. Compile with 'PTPD_DBG' defined and run with the '-c'
argument to watch what's going on.

If you are just looking for software to update the time on your desktop, you
probably want something that implements the Network Time Protocol. It can
coordinate computer clocks with an absolute time reference such as UTC.


- Legal notice -

PTPd was written by using only information contained within 'IEEE Std
1588-2002'. IEEE 1588 may contain patented technology, the use of which is not
under the control of the authors of PTPd. Users of IEEE 1588 may need to obtain
a license for the patented technology in the protocol. Contact the IEEE for
licensing information.

PTPd comes with absolutely no warranty.