Add SNTP implementation to ideas list; we are hosting this idea as part of
Google Summer of Code for the NTP project.
This commit is contained in:
parent
8fb6d3c383
commit
19a8640711
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31749
1 changed files with 28 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.77 2008/03/25 06:19:38 joel Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.78 2008/03/25 06:24:56 joel Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -2190,5 +2190,32 @@ SMP features.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea class="soc" id="sntp">
|
||||
<title>SNTP</title>
|
||||
|
||||
<desc><p><strong>Technical contact</strong>: <a
|
||||
href="mailto:stenn@ntp.org">Harlan Stenn</a> (NTP Project)</p>
|
||||
|
||||
<p>This task is to create an SNTP implementation; this program will
|
||||
be a "reference" implementation of SNTP, based on the latest
|
||||
NTPv4 document. SNTP is first and foremost a lightweight NTP
|
||||
client. It will use GNU AutoGen (like the rest of the NTP
|
||||
programs) for its options processing. While an SNTP
|
||||
implementation may talk directly to a reference clock, the core
|
||||
requirement for this effort is to be a simple client
|
||||
implementation. We have an existing implementation based on an
|
||||
older specification. It contains functionality that is obsolete.
|
||||
You could write a ground-up implementation or take the existing
|
||||
one and hack it in to shape, or some combination of the two.</p>
|
||||
|
||||
<p>Related topics: <a href="http://www.ietf.org/internet-drafts/draft-ietf-ntp-ntpv4-proto-09.txt">draft-ietf-ntp-ntpv4-proto-09.txt</a></p>
|
||||
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Good C skills</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
</category>
|
||||
</ideas>
|
||||
|
|
Loading…
Reference in a new issue