I'm trying to write a NTP interrogation tool. To achieve that I added the UDP support to this library.
I also noticed in network_target.h there is no discrimination on TCP vs UDP methods towards sockets, except for creating them.
I added: uii_udpconnect, uii_get_time and refactored method names to mirror network_target.h in my fork.
Excellent, thanks for your contribution! From: MaxPlapSent: Thursday, January 21, 2021 12:51 PMTo: xlar54/ultimateii-dos-libCc: SubscribedSubject: Re: [xlar54/ultimateii-dos-lib] UDP and GET_TIME (#50) Added a test repo for both UDP packets and Time functions—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
I'm trying to write a NTP interrogation tool. To achieve that I added the UDP support to this library. I also noticed in network_target.h there is no discrimination on TCP vs UDP methods towards sockets, except for creating them. I added:
uii_udpconnect
,uii_get_time
and refactored method names to mirror network_target.h in my fork.I hope I have been helpful