summaryrefslogtreecommitdiff
path: root/third_party/ptpd-1.1.0/README
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
commita6163888f3c56123b1db313743c6147ba498732c (patch)
treeff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/ptpd-1.1.0/README
parentc3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff)
Add third_party libs
Diffstat (limited to 'third_party/ptpd-1.1.0/README')
-rw-r--r--third_party/ptpd-1.1.0/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/third_party/ptpd-1.1.0/README b/third_party/ptpd-1.1.0/README
new file mode 100644
index 0000000..8261176
--- /dev/null
+++ b/third_party/ptpd-1.1.0/README
@@ -0,0 +1,37 @@
+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.
+