├── README.md ├── f0xtr0t.html ├── f0xtr0t.py ├── f0xtr0t.yml └── fox.png /README.md: -------------------------------------------------------------------------------- 1 | # f0xtr0t - pwnagotchi plugin 2 | 3 | Based on the original webgpsmap plugin, f0xtr0t is an enhanced version that gives you an interfaced optimized for wardriving. With a fully responsive design, you can easily view on your phone, tablet, or even a 4.5 inch pi touchscreen. For the best experience, it's recommended that you have your pwnagotchi tethered (BT/Wifi/Ethernet) to an Internet connection with a GPSD compatible device running. 4 | 5 | 6 | # Config 7 | - main.plugins.f0xtr0t.enabled = true 8 | - main.plugins.f0xtr0t.gpsprovider = "gpsd" or "pawgps" 9 | - main.plugins.f0xtr0t.gpsdhost = "127.0.0.1" 10 | - main.plugins.f0xtr0t.gpsdport = 2947 11 | - main.plugins.f0xtr0t.pawgpshost = "http://192.168.44.1:8080/gps.xhtml" 12 | -------------------------------------------------------------------------------- /f0xtr0t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |365 | Sweet! 366 |
367 |368 | f0xtr0t loaded. 369 |
370 |520 | Update now to get the latest version. 521 |
522 |