|
|
2 лет назад | |
|---|---|---|
| docs | 2 лет назад | |
| helpers | 2 лет назад | |
| icons | 2 лет назад | |
| scenes | 2 лет назад | |
| views | 2 лет назад | |
| .clang-format | 2 лет назад | |
| README.md | 2 лет назад | |
| application.fam | 2 лет назад | |
| meal_pager.c | 2 лет назад | |
| meal_pager.h | 2 лет назад | |
| meal_pager_i.h | 2 лет назад |
This app triggers restaurant pagers in a brute force manner, useful to test if devices are still functional.
Means that the SubGhz Code is being generated for the configured range
Means that SubGhz Signals are being sent
This is a Proof-of-Concept. In Theory it could, but I wouldn't recommend trying it. Its annoying for people targeted and it could get you into trouble. Seriously, don't be that person, nobody will like your for it. Appart from that, most pagers support 8191 Stations. Triggering ~30 Pagers per station would easily take a long time. That when only sending each trigger once. It is recommended is to repeat the signal approx 10x (currently not possible, but possible that stations don't react to a single call), so that would already take all day. Also your Flipper Zero will crash in that time, as the generated signals use RAM which is limited in the device. There may be ways to work around this, but I think its better to have such a limitation.
I don't know. It's based on intel collected from other people. The Flipper sends data, I checked that with a second flipper. But if the data actually triggers something is not sure.
Then run the command:
.\fbt launch APPSRC=applications_user/meal_pager
The application will be compiled and copied onto your device.