arduino / nina-fw

Firmware for u-blox NINA W102 WiFi/BT module
135 stars 117 forks source link

Enhancement - add NetBIOS form lwIP #86

Open AndyW999 opened 1 year ago

AndyW999 commented 1 year ago

NetBIOS is an easy was to get the IP Address from hostname as most home routers do not to reverse DNS lookup.

I would like to add this as I have this working in STM32 - making the responder work is easy, I have written the code to do the outgoing inquiry too and modified the responder to parse it..

Please could somebody tell me an easy way to import the project into ESP-IDE/

Thanks

Andy.