MicroDNSSrv
DNS server
A lightweight DNS server designed to respond to A queries from MicroPython-based devices with support for multiple domains and wildcards.
A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules & ESP32)
73 stars
4 watching
21 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
captive-portaldnsdns-serveresp32hc2hostiplookuplopymicropythonnameserverpycomrecordresolvewildcardwipy
Related projects:
Repository | Description | Stars |
---|---|---|
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 654 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
belyalov/tinydns | A simple DNS server for small devices with limited resources. | 32 |
jczic/microwebcli | A micro HTTP Web client for MicroPython | 56 |
jczic/microrestcli | A micro HTTP JSON REST client library for MicroPython-based devices | 29 |
vshymanskyy/aiodns | A small async DNS client for MicroPython | 13 |
p-doyle/micropython-dnsserver-captive-portal | A MicroPython implementation of a captive portal that redirects DNS queries and HTTP requests to a web server. | 16 |
yschaeff/icantbelieveitsnotdns | An implementation of an authoritative DNS server for the ESP8266 | 19 |
socketry/rubydns | A high-performance DNS server built with Ruby that provides a simple and flexible way to handle name resolution. | 717 |
analogj/lexicon | A tool for managing DNS records across multiple providers in a standardized way | 1,501 |
hashicorp/mdns | A Golang library for peer-to-peer service discovery on local networks using multicast DNS | 1,204 |
posicks/mdnsjava | A Java library implementing Multicast DNS and DNS-Based Service Discovery protocols | 111 |
rockcavera/nim-ndns | A pure Nim implementation of the Domain Name System (DNS) client protocol | 22 |
jczic/micromlp | A lightweight implementation of a multilayer perceptron neural network for use in embedded systems and microcontrollers | 183 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |