From 19a86407112496674b4d00d68fe05498fe07daa5 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 26 Mar 2008 22:25:48 +0000 Subject: [PATCH] Add SNTP implementation to ideas list; we are hosting this idea as part of Google Summer of Code for the NTP project. --- en/projects/ideas/ideas.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index e5d6f6a4e9..467b1fc900 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $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 $ @@ -2190,5 +2190,32 @@ SMP features.

+ + SNTP + +

Technical contact: Harlan Stenn (NTP Project)

+ +

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.

+ +

Related topics: draft-ietf-ntp-ntpv4-proto-09.txt

+ +

Requirements:

+
    +
  • Good C skills
  • +
+
+
+