HS NTP C Source Library free download HS NTP is a software library in C (supplied with full source code) implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows to synchronise system time to NTP server time HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time. First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user. To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use. HS NTP library then resolves the server name, formats download   
 Example: BearShare • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > Development Tools > Components & Libraries > download now HS NTP C Source Library

  Popular:
AV Music Morpher 4.0.68 new!
Morpher changes singer's voice, add beats, add effects…
ScreenSpy 2.2
Screen-Spy freeware records a screenshot every 30 seconds…
Report Maker Pro 1.20
Browse databases, run SQL queries, or build reports…
PIMOne 2.1
PIMOne is an easy-to-use personal information…
Servers Alive 6.1.2004
Servers Alive automatically monitors critical server…
2Png 5.2
2PNG is a reliable batch graphics converter allowing you to…
spamBat 10166
spamBat is the low cost spam solution eliminating it before…
InferenceTrade 1.6.2
InferenceTrade is a stock market charting, analysis, and…
Cashflow Plan Lite 1.31
For preparing comprehensive monthly cash flow projections…
Shut Up And Reboot 2006
Shut Up And Reboot! is an affordable, easy to use…
Best 1000
  TOP-10:
Hows it going? 4
Multi-project planning, tracking and documentation tool…
Detective 2.1e
Detective examines computer activity BACKWARDS, detects…
IIPwr Package 2.00
Professional surveillance software that lets you spy on…
eSTOP 3.30
eSTOP! was developed as a security product to view and…
Gestionale XP 3.6
Software gestionale con bollettazione e fatturazione…
Ad Muncher 4.72
Ad Muncher is a powerful advert and popup blocking system…
Safe n Sec Pro 3470
Safe’n’Sec Pro contains info about hundreds of popular…
RasterVect 13.9 new!
Vectorizer. Transforms raster images into a vector format…
EZStreet 3.0
Multi-user timesheet, expense reporting, billing and…
Present-iT 1.3
Create powerful multi-slide presentations for on-line or…
  Sponsored links 
  New:
OrgScheduler Pro 4.3
A complete calendar/scheduling system, enables to browse…
MyUSBOnly 4.14
Lock the Bad Guys out of your USB ports with MyUSBOnly…
1 Mil Shield 6.4
Mil Shield 6.4 erases all tracks from your computer…
MagiTime 3.1 b21
A tool to add date/time to digital photos (JPG), date…
RasterVect 13.9
Vectorizer. Transforms raster images into a vector format…
Privacy Control 2008.10.1.2
Allow Privacy Control's cutting-edge technology to…
ScrumDesk 3.6.0.1
Manage agile teams using SCRUM intuitive way. Manage…
Undelete Wizard 1.10.3
Deleted a file? Lost an important document? All files are…
WebAllow 3.15
WebAllow is a parental control software. WebAllow…
iNet Protector 3.5
With iNet Protector you can restrict Internet access or…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities
Active-X
Delphi
Components & Libraries
Java
Javascript
Visual Basic
dotNET
Databases
Perl, php, cgi
Source Editors
Installers
Bug Trackers
HTML
XML
ASP

HS NTP C Source Library 1.1  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
HS NTP is a software library in C (supplied with full source code) implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows to synchronise system time to NTP server time

Updated Mar 12, 2008 19:44:22
Size68 kb
LicenceDemo
StatusMajor Update
LanguagesEnglish
TagsNTP, RFC1769, RFC1305, C Source Code, Protocol Module
OSWindows 95, Windows 98, Windows ME, Windows 2000, Windows XP, Windows 2003
Homepagehillstone-software.com
Emailinfo@hillstone-software.com
AuthorAlex Maekivi
HS NTP C Source Library free download HS NTP is a software library in C (supplied with full source code) implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows to synchronise system time to NTP server time HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time.

First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user.

To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use.

HS NTP library then resolves the server name, formats  download

 Zoom click for full size
Other author's software:
  • HS SMTP Lite 1.2 — HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Supports transfer of text and file attachments.
  • HS GSM SMS C Source Library 1.3 — HS GSM SMS is a C source library. It provides a PC based user application with access to a mobile phone's Short Message Service (SMS) function, according to ETSI standards: GSM 07.05 (ETS 300 585) (use of DTE for SMS), GSM 03.40 (SMS)
Show all author's software

Description:
   HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time.

   First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user.

   To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use.

   HS NTP library then resolves the server name, formats and sends NTP time request packet according to RFC1305 and RFC1769 standard. Once HS NTP has received NTP time reply from NTP server it analyses the reply and reports the resulting time difference to user application via callback function. The parameters to this event callback contain the offset value in seconds necessary to apply to local clock in order to synchronize it to the time at remote NTP server.

   Modular design makes it easy to port HS NTP protocol module to any environment. HS NTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services. User application need not worry about Winsock - HS NTP does all transmission, reception and event handling over socket layer.
Short tags:
NTP, RFC1769, RFC1305, C Source Code, Protocol Module
System Requirements:
Win98/NT/XP/2000
Change Info:
HS NTP Library now supports millisecond resolution
      Freeware alternatives HS NTP C Source Library 1.1
Free Download now  Free Download HS NTP C Source Library 1.1 from hillstone-software.com

Similar software shotlights:
  • HS Crypto C Source Library 1.0 — HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Table translation, XOR, MD5 HS Crypto is a…
  • HS FTP Library 1.2.0 — HS FTP is a software library which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959 HS FTP is a software library written in C which implements the…
Find all software similar on HS NTP C Source Library 1.1

Similar news:
Find all news similar on HS NTP C Source Library 1.1

Similar smart reviews:
  • GNCutter32 1.1. Let a Professional Library Do It — Some obvious tasks in the area of «practical algorithms» seem to be easy at the first glance, but as you try to complete them, you more and more tend to think you can’t do it! A good example of that is a frequent material-cutting planning task, which is completely solved by the GNCutter32 library. The library’s most outstanding feature…
  • Active Multimedia SFX Library — Three common types of media create digital content: text, image, and sound. They are similar as they can have various origins and various means, be used for various purposes and in various amounts. But the difference between the three types of content is the ease of production. As for text — anybody can write text, with any computer (or even without it), texts are easy to compile and…
  • HS CleanDisk Pro 5.73.7, Keep the System Clean — HS CleanDisk Pro is an ultimate system cleanup and tweaking software (it will give you much more than just a clean DISK). All the features are clean and simple, easy to understand for any user; but the overall feature count exceeds several dozens! First, HS CleanDisk Pro, of course, can make your disk clean. That means deleting all kinds of temporary and garbage files, which otherwise would pile…
  • HS WinPerfect 5.73, Make Your System A Perfect One! — Many of us can feel that as time goes by, our Windows operating system becomes slower and slower. The disks are filled up with the garbage; some weird applications are being run without our intention, and so on. Unfortunately, Windows’ tools for analyzing the system and providing user with the necessary information are very poor. And even worse, the information that does reach user’s attention…
  • AntiPlagiarist 1.8, Where's Your Sources? — Digital century and digital style of work bring new possibilities to all of us, but they also bring new problems. And new ways to solve those new problems; and new unwanted effects of those ways… And one of the most general possibilities (and a source of the problems) is *possibility to copy*. Scientific works and home works, magazine articles and blogposts, even entire chapters…
  • Dis# 3.1.1, Back To Sources — The great feature of bytecode-based languages, and, namely, .NET assemblies, is a possibility to «return to source code» at any time. Assembly decompilation is a great tool to understand «how something works», either some general algorithms and data structures, or internal logics of some software or components. Unfortunately, simple decompilation tools give…
  • Virtual Music Composer 3.0 PRO, A Source For Inspiration — Regardless of how «intellectual» you think your computer is, you can’t disagree that today’s software programmers have many smart ideas, useful for the most of us. In the area of music writing, conservative musicians tend to see the computer as a smart keyboard (sometimes way too smart); modern musicians tend to see it as a cutting table for samples…
  • PSpad, Code Looks Natural — Have you ever tried editing any programming code in the Windows’ standard notepad program? Wasn’t that easy and fun? I bet it was NOT. Although Notepad is light and easy to use, you can hardly recognize your even own code in it: no syntax highlighting or line numbering, and some important characters may even fail to appear. Is there a way to edit a code block…
  • Country Codes 2.7, Data at Fingertips — In today’s vague times of «common» unlimited broadband Internet connection (which is not so common, really) and «modern cool» web-services it is thought that one doesn’t have to store on one’s computer information one can find on web. People with such thoughts typically don’t take into account the amount of time they waste when…
Find all smart reviews similar on HS NTP C Source Library 1.1


Home > Software > Development Tools > Components & Libraries > download now HS NTP C Source Library

See software by tags:
Vista
Graphing tangent
Nokia download
see also:
WinASO Registry Optimizer
iPod Movie/Video Converter
Youtube to MPEG Software
See software by tags:
Weazel
Groop
Stealth military jets

Copyright © 2001—2008 3d2f
Concept:
Advertisement.