Micropython-DNSServer-Captive-Portal
Portal
A MicroPython implementation of a captive portal that redirects DNS queries and HTTP requests to a web server.
Micropython WiFi AP Captive Portal with DNS and Web Server
16 stars
4 watching
1 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
carstenblt/micropython-configserver | A captive portal solution providing configuration options and networking management for embedded devices using Python. | 15 |
metachris/micropython-captiveportal | A minimal captive portal implementation for MicroPython-based devices | 24 |
amora-labs/micropython-captive-portal | A MicroPython captive portal demo using an RGB LED. | 50 |
lemariva/upyportal | A custom web interface for MicroPython devices to provide access to the internet. | 40 |
belyalov/tinydns | A simple DNS server for small devices with limited resources. | 32 |
jczic/microdnssrv | A lightweight DNS server designed to respond to A queries from MicroPython-based devices with support for multiple domains and wildcards. | 74 |
vshymanskyy/aiodns | An asynchronous DNS client for MicroPython-based boards | 10 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
larsks/micropython-noggin | A simple web server for MicroPython that allows developers to create and deploy small web applications. | 18 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 652 |
troublegum/micropyserver | A simple HTTP server for MicroPython projects | 126 |
joewez/captivewebserver | A simple web server script for serving websites from a captive portal using MicroPython on an ESP8266 device | 1 |
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 252 |
cpopp/microtelnetserver | A simple telnet server for interacting with the REPL in MicroPython-based systems. | 76 |
wooldoughnut310/micropython-firebase-firestore | A Python library for interacting with Firebase Firestore databases on MicroPython-based devices. | 8 |