Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amora-labs/micropython-captive-portal
A captive portal demo for MicroPython
https://github.com/amora-labs/micropython-captive-portal
Last synced: 3 months ago
JSON representation
A captive portal demo for MicroPython
- Host: GitHub
- URL: https://github.com/amora-labs/micropython-captive-portal
- Owner: amora-labs
- Created: 2016-09-13T08:21:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:51:19.000Z (over 6 years ago)
- Last Synced: 2024-04-29T11:33:45.500Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 50
- Watchers: 7
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - micropython-captive-portal - A captive portal demo for MicroPython. (Libraries / Communications)
README
# Captive Portal Demo
This is a simple captive portal demo for [MicroPython](http://micropython.org) using NodeMCU/ESP8266.## Requirements
Needs RGB LED connected to ports 5, 4, 0 (These are ESP8266 port numbers not the NodeMCU ones)## How to use it
```
import captive
captive.start()
```## Video demo
# License
Consider this software MIT Licensed. Use it at your own risk.