This repository has been archived on 2025-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
2025-08-31 15:10:41 -07:00
2025-08-31 15:10:41 -07:00
2025-08-31 15:10:37 -07:00
2025-08-31 15:10:37 -07:00

Rogue AP Detector

Overview

https://charlesreid1.com/wiki/Flipper_Zero/Rogue_AP_Detector

Uploading Instructions

Install the universal flipper build tool with pip:

pip3 install -r requirements.txt

Update the build tool:

ufbt update

Create the app project:

ufbt create APPID=rogue_ap_detector

(Organizing everything under src/ because the .c and manifest files need to be kept separate from the readme, virtual environment, and other files.)

Build the app:

ufbt

Launch the app on the flipper:

ufbt launch
Description
No description provided
Readme 60 KiB
Languages
C 100%