arduino-pico/libraries/NetBIOS
Earle F. Philhower, III 7df8c35e81
Use built-in LWIP call to determine NetBIOS IP (#2235)
Instead of manually iterating over netifs to find the one a packet came
in over for NetBIOS name lookup, use a built-in LWIP macro that's
available for udp_recv callbacks.  Shrinks and simplifies NetBIOS code.
2024-06-18 13:42:23 -07:00
..
examples/PicoW_NetBIOS Add AsyncUDP and simple NetBIOS name lookup server (#2234) 2024-06-17 17:46:53 -07:00
src Use built-in LWIP call to determine NetBIOS IP (#2235) 2024-06-18 13:42:23 -07:00
keywords.txt Add AsyncUDP and simple NetBIOS name lookup server (#2234) 2024-06-17 17:46:53 -07:00
library.properties Add AsyncUDP and simple NetBIOS name lookup server (#2234) 2024-06-17 17:46:53 -07:00