Please sign in to access this page
Flipper Zero Remote Procedure Call Library (RPC) β A Rust π¦ library enabling apps to remotely control a Flipper Zero device, similar to qFlipper. Built using the official Flipper Zero protobuf definitions.
Resources
Andrew
Check their project out: Maze Game
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Adds some general perf improvements. Almost stable 1.0.0!
TAR support has been enhanced.
fs_extract_tgz
to fs_extract_tar
as that function does
not handle gzipped data.Woah! 0.8.0! (wern't we just at 0.6.x?? Nevermind, I put alot of updates out lol)
This fixes a few things. Larger files are now supported by fs-write, using the unorthodox send a ping every so and so strategy taken from qFlipper to keep the connection alive.
You can now create_dir while the dir already exists, this just does nothing now.
You can now extract flipper-side .tgz to extract files, used in flippy to read firmware updates and send them faster.
MPSC Channels now take Options, so you dont HAVE to track progress when fs-progress-mpsc is enabled.
Bout it!
Most of these updates relate to firmware in flippy.
CHANGELOG
FIXES:
Havenβt published anything but I want my 11mins
In all seriousness I added more logging, not enough for a 0.6.4, expect it soon!