Home

Awesome

Captive Web Server

Simple MicroPython web server for serving a website from a captive portal (Generally meant for an ESP8266 Device)

<p> >>> import wifi <br /> >>> wifi.access_point('tester', 'password', dns=True) <br /> >>> import captive_http() <br /> </p>

DNS Server code culled from: https://github.com/amora-labs/micropython-captive-portal