Search found 1 match
- Wed Jul 15, 2020 7:00 pm
- Forum: Programs, Libraries and Tools
- Topic: slimDNS: a pure Python mDNS implementation
- Replies: 2
- Views: 9694
Re: slimDNS: a pure Python mDNS implementation
Thanks @nickovs for the slimDNS library. I was looking for a DNS lookup library and couldn't find any until I found this. I am using it on the ESP8266 board and it does give out the MemoryError : memory allocation failed, allocating 256 byte. Instead of baking this on to the MicroPython core, I have...