Click here to Skip to main content
15,884,388 members
Articles / Programming Languages / C#
Article

SNTP Client in C#

Rate me:
Please Sign up or sign in to vote.
4.88/5 (39 votes)
27 Aug 2001CPOL 379.8K   14.7K   96   61
Implementation of the Simple Network Time Protocol (RFC 2030) in C#
  • Download source files - 12 Kb
  • Download demo project - 5 Kb

    Sample Image - ntpclient.jpg

    Introduction

    Though not obvious, time synchronization is sometimes important. The best example is the Kerberos authentication protocol, which requires the resources to be synchronized within minutes or even seconds, but there are other situations as well. The Network Time Protocol (NTP) and its simplified form (SNTP) are widely used to synchronize network resources, due to their simplicity and effectiveness. There are many programs available that synchronize your PC's clock with that of a time server. Dimension 4 is my favorite.

    In case you need time synchronization embedded into your software, here is the C# alternative. It's simple, fast and integrates seamlessly with the .NET platform. There is a Java implementation of a NTP client by Michel Van den Bergh, but I don't have the URL anymore. Maybe Michel reads this and will send me a note.

    There are several time severs on the Internet and the list below contains those operated by NIST. If you need more, use a search engine.

    NameIP AddressLocation
    time-a.nist.gov129.6.15.28NIST, Gaithersburg, Maryland
    time-b.nist.gov129.6.15.29NIST, Gaithersburg, Maryland
    time-a.timefreq.bldrdoc.gov132.163.4.101NIST, Boulder, Colorado
    time-b.timefreq.bldrdoc.gov132.163.4.102NIST, Boulder, Colorado
    time-c.timefreq.bldrdoc.gov132.163.4.103NIST, Boulder, Colorado
    utcnist.colorado.edu128.138.140.44University of Colorado, Boulder
    time.nist.gov192.43.244.18NCAR, Boulder, Colorado
    time-nw.nist.gov131.107.1.10Microsoft, Redmond, Washington
    nist1.datum.com209.0.72.7Datum, San Jose, California
    nist1.dc.certifiedtime.com216.200.93.8Abovnet, Virginia
    nist1.nyc.certifiedtime.com208.184.49.9Abovnet, New York City
    nist1.sjc.certifiedtime.com208.185.146.41Abovnet, San Jose, California

  • License

    This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


    Written By
    Architect
    Romania Romania
    I am a software engineer based in Timișoara, Romania and currently hold the position of software architect for one of the largest companies in the world.

    I invented a dialect of the Forth programming language and implemented the first Forth compiler for the .NET platform. I reverse-engineered the communication protocol of some GPS trackers and wrote from scratch a vehicle tracking system that is currently used to track my two cars. I hold a PhD in computer science and I am the author of several papers and a book chapter. In the 90s I wrote several computer viruses in assembly language for my own research and I was the first to devise a technique to deter heuristic virus scanners. In short, a humble man.

    Comments and Discussions

     
    GeneralRe: hangs if no ip Pin
    wihe200818-Jul-08 19:31
    wihe200818-Jul-08 19:31 
    GeneralRe: hangs if no ip Pin
    wihe200818-Jul-08 20:55
    wihe200818-Jul-08 20:55 
    Generalcommercial use Pin
    harmjonker14-Jul-08 6:19
    harmjonker14-Jul-08 6:19 
    GeneralRe: commercial use Pin
    Valer BOCAN14-Jul-08 22:47
    Valer BOCAN14-Jul-08 22:47 
    QuestionDaylight Time saving Pin
    AlexanderViken6-Apr-08 22:47
    AlexanderViken6-Apr-08 22:47 
    AnswerRe: Daylight Time saving [modified] Pin
    Geoff Low (NZ)5-Jun-08 15:56
    Geoff Low (NZ)5-Jun-08 15:56 
    GeneralThe program block Pin
    NanakiFire2-Apr-08 3:34
    NanakiFire2-Apr-08 3:34 
    GeneralNTP in Compact Framework Pin
    IowaEric8-Jun-07 5:56
    IowaEric8-Jun-07 5:56 
    I think someone has already mentioned this, but to use this in Compact Framework, you'll need to change kernel32 to coredll.dll. Also, I found that Active Sync would block NTP. It took me a while to figure that problem out, so I hope it helps somebody else.
    GeneralRe: NTP in Compact Framework Pin
    IowaEric24-Oct-07 15:51
    IowaEric24-Oct-07 15:51 
    GeneralRe: NTP in Compact Framework Pin
    beimklabautermann3-Jun-10 5:38
    beimklabautermann3-Jun-10 5:38 
    GeneralNIce article Pin
    Vikas Salvi3-Mar-07 2:21
    Vikas Salvi3-Mar-07 2:21 
    AnswerRe: NIce article Pin
    NetDave25-Apr-07 6:48
    NetDave25-Apr-07 6:48 
    GeneralExecution on Pocket PC Emulator Pin
    Rashmi C13-Dec-06 1:16
    Rashmi C13-Dec-06 1:16 
    GeneralGet Server time Pin
    try.kret8-Oct-06 17:14
    try.kret8-Oct-06 17:14 
    AnswerRe: Get Server time Pin
    Valer BOCAN8-Oct-06 17:23
    Valer BOCAN8-Oct-06 17:23 
    GeneralRe: Get Server time Pin
    try.kret8-Oct-06 17:49
    try.kret8-Oct-06 17:49 
    GeneralRe: Get Server time Pin
    try.kret9-Oct-06 15:32
    try.kret9-Oct-06 15:32 
    QuestionUrgent:- Implementation of the Network Time protocol (RFC 13905) in C++ Pin
    Kulkarni Abhijit27-Jul-06 0:49
    Kulkarni Abhijit27-Jul-06 0:49 
    GeneralThanks!! Pin
    Micah Wedemeyer23-Dec-05 4:24
    Micah Wedemeyer23-Dec-05 4:24 
    GeneralUsing IP addresses rather than hostnames Pin
    MrEyes27-May-05 5:46
    MrEyes27-May-05 5:46 
    GeneralNeed urgent Help Pin
    PShweta6-Oct-04 23:59
    PShweta6-Oct-04 23:59 
    GeneralRe: Need urgent Help Pin
    Valer BOCAN7-Oct-04 0:53
    Valer BOCAN7-Oct-04 0:53 
    Generalminor bug : Peer clock precision calculation Pin
    EzekielDA10-Jun-04 11:40
    EzekielDA10-Jun-04 11:40 
    GeneralRe: minor bug : Peer clock precision calculation Pin
    Valer BOCAN14-Jun-04 6:02
    Valer BOCAN14-Jun-04 6:02 
    GeneralDoesn't Run on WinXP Pro Pin
    sandman_max4-May-04 2:36
    sandman_max4-May-04 2:36 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.