earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.01k stars 418 forks source link

Add AsyncUDP and simple NetBIOS name lookup server #2234

Closed earlephilhower closed 3 months ago

earlephilhower commented 3 months ago

Thankse to @me-no-dev's code. Lets Windows look up the Pico by name using NBNS and neds much less memory and code then mDNS.

AsyncUDP ported from the old ESP8266 version, only minimal changes. Will probably only be valid in IPv4 environments and may not match current ESP32 AsyncUDP interfaces.