Skip to content

QRGameStudio/esp-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP-Player

A qrpr player that can be server localy from your esp32 device running MicroPython!

Using

  1. install micropython on your esp32 device
  2. run ./flash.sh, first flash can take several minutes to complete
  3. connect to the QRGames Player WiFi
  4. enter any http:// URL
  5. get redirected to the http://qrpr.eu
  6. profit

How it works?

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.

Origins

DNS rewriting mechanism was originally made by amora-labs and licensed under MIT.

About

A portable transceiver of QRGames player

Resources

License

Stars

Watchers

Forks

Languages

  • Python 85.4%
  • Shell 14.6%