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.
- Host: GitHub
- URL: https://github.com/robertvazan/guerrillantp
- Owner: robertvazan
- License: apache-2.0
- Created: 2018-01-17T05:49:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T20:43:57.000Z (about 2 years ago)
- Last Synced: 2025-03-24T01:11:42.252Z (about 1 year ago)
- Topics: clock, csharp-library, ntp, ntp-client, sntp, time
- Language: C#
- Homepage: https://guerrillantp.machinezoo.com/
- Size: 230 KB
- Stars: 69
- Watchers: 5
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# GuerrillaNtp
[](https://www.nuget.org/packages/GuerrillaNtp/)
[](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).