xlar54 / ultimateii-dos-lib

cc65 library for accessing the DOS and network functions of the Ultimate II+ cartridge and Ultimate 64 motherboard
GNU General Public License v3.0
59 stars 13 forks source link

UDP and GET_TIME #50

Closed MaxPlap closed 3 years ago

MaxPlap commented 3 years ago

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

MaxPlap commented 3 years ago

Added a test repo for both UDP packets and Time functions

xlar54 commented 3 years ago
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. 
sblendorio commented 3 years ago

Merged into main repo. Thanks!

MaxPlap commented 3 years ago

it works flawlessy now!