Documentation for RPC protocol

I’d like to control my Flipper over Bluetooth (or USB) from a RaspberryPI. I see there’s an RPC protocol that both the mobile app and qFlipper use to communicate.

Is there any documentation for this?

Specifically I’d like to trigger a Sub-GHz recording.

subghz
Usage:
subghz
Cmd list:
chat <frequency:in Hz> - Chat with other Flippers
tx <3 byte Key: in hex> <frequency: in Hz> <repeat: count> - Transmitting key
rx <frequency:in Hz> - Reception key

This is the usage I found.

1 Like

Working on it, will be published soon.

2 Likes

Yes please.

yes! the rpc call interface also need a method for listing available commands

I have command line interface based protobuf RBC calls, and i could really use info on the app calling methods