robertvazan / guerrillantp

Simple NTP (SNTP) client library providing .NET applications with accurate network time.
https://guerrillantp.machinezoo.com/
Apache License 2.0
67 stars 17 forks source link

[Question] Burst and iBurst available? #4

Closed morph13nd closed 2 years ago

morph13nd commented 3 years ago

Is there burst or iburst support as of now or in the development pipeline? I love this project thus far. Thank you.

robertvazan commented 3 years ago

Not implemented and not planned yet. Seems useful, so if you have a patch, send in a pull request.

morph13nd commented 3 years ago

I will leave this to a more capable programmer. Thank you for the response!

DamianMorozov commented 2 years ago

I will leave this to a more capable programmer. Thank you for the response! It is not the NtpClient's issue. Just your's.

robertvazan commented 2 years ago

GuerrillaNtp is a minimal embeddable SNTP client. Built-in burst functionality is not a good fit for it. Every application using the library is likely to have different synchronization strategy. If you need burst in your application, you can implement it in a few lines using current GuerrillaNtp API.