arduino-libraries / Arduino_10BASE_T1S

Arduino library to provide network access to modern multi-drop capable Ethernet.
Mozilla Public License 2.0
1 stars 0 forks source link

Implement packed based receive API for UDP packets. #14

Closed aentinger closed 1 month ago

aentinger commented 1 month ago

Following the conventions of Arduino's UDP API (outlined in ArduinoCore-API/api/Udp.h) we are offering to our users a packet based API. Reading a packet is started by parsePacket and finished by flush.

aentinger commented 1 month ago

Ciao @facchinm :coffee: :wave: You've self-requested this review faster than I did assign it to you :wink: - will proceed with merge then.