A qrpr player that can be server localy from your esp32 device running MicroPython!
- install micropython on your esp32 device
- run
./flash.sh
, first flash can take several minutes to complete - connect to the
QRGames Player
WiFi - enter any http:// URL
- get redirected to the http://qrpr.eu
- profit
The esp32 acts as a captive portal by rewriting all DNS requests to its own IP address and then serves locally cached copy of the website.
DNS rewriting mechanism was originally made by amora-labs and licensed under MIT.