Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metachris/micropython-captiveportal
Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions)
https://github.com/metachris/micropython-captiveportal
captive-portal micropython
Last synced: 3 months ago
JSON representation
Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions)
- Host: GitHub
- URL: https://github.com/metachris/micropython-captiveportal
- Owner: metachris
- Created: 2020-12-03T16:07:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T16:14:35.000Z (about 4 years ago)
- Last Synced: 2024-05-01T12:17:05.637Z (9 months ago)
- Topics: captive-portal, micropython
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - micropython-captiveportal - Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions). (Libraries / Communications)
README
# Minimal MicroPython Captive Portal
This code is tested on ESP32. It creates a wifi access point, and once connected to it a captive portal is opened (served from `index.html`).
* Works with uasyncio v3 (MicroPython 1.13+)
* Fallback for earlier versions of uasyncio/MicroPython
* Code: [main.py](https://github.com/metachris/micropython-captiveportal/blob/master/main.py)---
Notes
* License: MIT
* Author: Chris Hager / https://twitter.com/metachris
* Repository: https://github.com/metachris/micropython-captiveportalBuilt upon
- https://github.com/p-doyle/Micropython-DNSServer-Captive-Portal
References
- http://docs.micropython.org/en/latest/library/uasyncio.html
- https://github.com/peterhinch/micropython-async/blob/master/v3/README.md
- https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md
- https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5