Нет описания

Ray 85ed38a55d Update README.md 3 лет назад
LICENSE f86e359d24 Initial commit 3 лет назад
README.md 85ed38a55d Update README.md 3 лет назад
application.fam 582432093e Initial commit 3 лет назад
cli_control.c 582432093e Initial commit 3 лет назад
cli_control.h 582432093e Initial commit 3 лет назад
cligui.png 582432093e Initial commit 3 лет назад
cligui_main.c 582432093e Initial commit 3 лет назад
cligui_main_i.h 582432093e Initial commit 3 лет назад
console_output.c 582432093e Initial commit 3 лет назад
console_output.h 582432093e Initial commit 3 лет назад
events.h 582432093e Initial commit 3 лет назад
text_input.c 582432093e Initial commit 3 лет назад
text_input.h 582432093e Initial commit 3 лет назад

README.md

flipperzero-cli-bridge

Allows CLI control from GUI, giving untethered access to sub-ghz chat, system diagnostics, and more.

Installation

Easy way - get a .fap file from the releases page

Swing by the releases page, and download a pre-built .fap file for the latest flipperzero firmware. MAKE SURE TO UPGRADE FLIPPERZERO FIRMWARE TO NEWEST VERSION BEFORE INSTALLING.

Hard way - building from source

The following commands will (probably) not work on Windows. If you run Windows, use wsl or a linux vm or something.

git clone https://github.com/flipperdevices/flipperzero-firmware
cd ./flipperzero-firmware
git clone https://github.com/ranchordo/flipperzero-cli-bridge ./applications_user/flipperzero-cli-bridge/
./fbt fap_dist APPSRC=applications_user/flipperzero-cli-bridge
# If everything went well, the built .fap file can be found in ./dist/f7-D/apps/apps/Tools/cli_gui.fap

Usage

On the flipperzero, you should be able to find a new application (CLI-GUI Bridge) under Applications->Tools. Opening it will result in a text prompt - the prompt for the command line. Enter a suitable command (quickly pressing the back button will input a space) such as subghz chat [freq in hz, e.g. 310000000], etc, then navigate to and press the SAVE key. You should then see the command window. Use Up and Down to scroll, and use Left or Center to get back to the text input prompt. A quick tap of the back key while viewing the console output sends a Ctrl-C to the console. Holding and then releasing the back key for at least a second or so (long press) will exit the app.
NOTE: USB functionality (qFlipper, normal USB CLI) may not work after running the app, simply restart your flipper and all USB functionality will return to normal.