<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/ptpd/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Jan 2017 22:05:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ptpd/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/ptpd/wiki/Home/?limit=25#f09a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From this reading, it looks like the LinuxPTP project implements the PTP client. Does it also implement PTP master code? If not, what are the goods source for PTP master code? Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siheng Huang</dc:creator><pubDate>Thu, 26 Jan 2017 22:05:15 -0000</pubDate><guid>https://sourceforge.netc66516f480347a710c4f836ddfe90eef51b65326</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Debian package is maintained independently. The latest version of ptpd is always the recommended version - currently 2.3.1. Anything older should be upgraded.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wojciech Owczarek</dc:creator><pubDate>Mon, 31 Aug 2015 10:46:55 -0000</pubDate><guid>https://sourceforge.netfa9eb2edc6add62a1174a28b16082a07f2b9c737</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;suggestion on the debian package - it works fine, but it lacks a .conf file to start from: &lt;a href="https://packages.debian.org/sid/i386/ptpd/filelist" rel="nofollow"&gt;https://packages.debian.org/sid/i386/ptpd/filelist&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;the ptp2.conf files from  &lt;a href="https://sourceforge.net/p/ptpd/code/HEAD/tree/trunk/src/"&gt;https://sourceforge.net/p/ptpd/code/HEAD/tree/trunk/src/&lt;/a&gt; would make it simpler to get going&lt;/p&gt;
&lt;p&gt;I lifted my ptpd.conf from there, had to disable some options because they were not supported in the deb version&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Haberler</dc:creator><pubDate>Mon, 31 Aug 2015 10:23:38 -0000</pubDate><guid>https://sourceforge.netad44ee7852a92bd5e33d24a46a17afd872598745</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Wojciech - thanks - that was it!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Haberler</dc:creator><pubDate>Mon, 31 Aug 2015 10:20:31 -0000</pubDate><guid>https://sourceforge.net727804c100c93922d71d998641a3c558932ed96a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PTPd populates the esterror field of the timex structure with the current offset from master. Any application can read it with ntp_gettime() or adjtimex(). You can also periodically read ptpd's status file and get the offset from there. As to the value of the threshold, well, there is no recipe for that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wojciech Owczarek</dc:creator><pubDate>Mon, 31 Aug 2015 09:47:27 -0000</pubDate><guid>https://sourceforge.netcfbfa8765513f067a0b373c55f6d633534b775b1</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;re API: in my application I would need access to the clock (I assume clock_gettime(..REALTIME) then) as well as an indication of the maximum time drift relative to the current master, with the intent to cause an emergency stop of the application if the clocks drift apart more than a certain threshold&lt;/p&gt;
&lt;p&gt;how would I go about detecting this limit?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Haberler</dc:creator><pubDate>Mon, 31 Aug 2015 08:56:45 -0000</pubDate><guid>https://sourceforge.netab7a415738f28e11482f3d629ef9bf2cead52417</guid></item><item><title>Home modified by George Neville-Neil</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,6 +1,5 @@
 The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the IEEE 1588 standard. PTP was developed to provide very precise time coordination of LAN connected computers.

-[[project_admins]]
 [[members]]
 [[download_button]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George Neville-Neil</dc:creator><pubDate>Wed, 12 Jun 2013 18:56:57 -0000</pubDate><guid>https://sourceforge.netd2eee12cb9cd22bfed6c6cb7af61c116a1902015</guid></item><item><title>Home modified by George Neville-Neil</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,6 +1,7 @@
 The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the IEEE 1588 standard. PTP was developed to provide very precise time coordination of LAN connected computers.
-[[project_screenshots]]
+
 [[project_admins]]
+[[members]]
 [[download_button]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George Neville-Neil</dc:creator><pubDate>Wed, 12 Jun 2013 18:56:36 -0000</pubDate><guid>https://sourceforge.neta8d6a9635858069e62e3040046b9293300de326d</guid></item><item><title>Home modified by George Neville-Neil</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -67,3 +67,7 @@
 [Meinberg](http://www.meinbergglobal.com)
 [Spectracom](http://www.spectracomcorp.com)
 [Symmetricom](http://www.symmetricom.com)
+
+* What are you planning for upcoming releases?
+
+[DevelopmentPlans]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George Neville-Neil</dc:creator><pubDate>Wed, 12 Jun 2013 18:54:26 -0000</pubDate><guid>https://sourceforge.net45ca4c7d8e01b342bcfcd62378dc4ac4e7595f92</guid></item><item><title>Home modified by George Neville-Neil</title><link>https://sourceforge.net/p/ptpd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -66,4 +66,4 @@
 [EndRun](http://www.endruntechnologies.com)
 [Meinberg](http://www.meinbergglobal.com)
 [Spectracom](http://www.spectracomcorp.com)
-[Symmetricom](http://www.spectracomcorp.com)
+[Symmetricom](http://www.symmetricom.com)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George Neville-Neil</dc:creator><pubDate>Wed, 03 Apr 2013 14:38:09 -0000</pubDate><guid>https://sourceforge.netb8b025f404383c033b3135d9e4ed57cfb17e1200</guid></item></channel></rss>