An open API service indexing awesome lists of open source software.

https://github.com/robertvazan/guerrillantp

Simple NTP (SNTP) client library providing .NET applications with accurate network time.
https://github.com/robertvazan/guerrillantp

clock csharp-library ntp ntp-client sntp time

Last synced: about 1 year ago
JSON representation

Simple NTP (SNTP) client library providing .NET applications with accurate network time.

Awesome Lists containing this project

README

          

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# GuerrillaNtp

[![Nuget](https://img.shields.io/nuget/v/GuerrillaNtp)](https://www.nuget.org/packages/GuerrillaNtp/)
[![Build status](https://github.com/robertvazan/guerrillantp/workflows/build/badge.svg)](https://github.com/robertvazan/guerrillantp/actions/workflows/build.yml)

GuerrillaNtp is a [RFC4330](https://tools.ietf.org/html/rfc4330) SNTP/NTP client written in C# that can be embedded in .NET applications
to provide them with accurate network time even when the system clock is unsynchronized.

More on [homepage](https://guerrillantp.machinezoo.com/).

## Status

Stable and maintained.

## Getting started

See [homepage](https://guerrillantp.machinezoo.com/).

## Documentation

* [Homepage](https://guerrillantp.machinezoo.com/)
* [XML doc comments](https://github.com/robertvazan/guerrillantp/tree/master/GuerrillaNtp)
* [CLI demo](https://guerrillantp.machinezoo.com/cli)

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](https://github.com/robertvazan/guerrillantp/blob/master/CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](https://github.com/robertvazan/guerrillantp/blob/master/LICENSE).