[go: nahoru, domu]

Skip to content

Portable NuGet library/package for communicating with ntp-server(s).

License

Notifications You must be signed in to change notification settings

WichardRiezebos/ntp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NtpClient

Portable NuGet library/package for communicating with ntp-server(s).

Build Build status
NuGet NuGet
Gitter Join the chat at https://gitter.im/ntp-client/Lobby

Installation

Install the NuGet package using the command below,

Install-Package NtpClient

. . . or search for NtpClient in the NuGet index.

Getting started

The code below is an example how to use the library.

using NtpClient;

var connection = new NtpConnection("pool.ntp.org");
var utcNow = connection.GetUtc(); 

About

Portable NuGet library/package for communicating with ntp-server(s).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages