2022-09-16 03:06:12 +02:00
2022-09-16 02:49:32 +02:00
2022-09-16 02:49:32 +02:00
2022-09-16 02:49:32 +02:00
2022-09-16 02:49:32 +02:00
2022-09-16 02:58:48 +02:00
2022-09-16 03:06:12 +02:00

Flipper Zero filesystem driver

This driver allows you to mount the flipper zero over its serial connection and manage it like a regular mass storage.

Installation

git clone --recursive git@github.com:dakhnod/fzfs.git
cd fzfs
python3 -m venv venv
. venv/bin/activate
pip install protobuf fusepy pyserial numpy

Usage

The script takes two arguments, the serial port and the mount point

venv/bin/python3 fzfs.py /dev/ttyACM0 /home/user/flipper-zero

Then you should be able to access your flipper files through file browser of the console in the mountpoint.

Disclaimer

This software is still work in progress and may have errors despite my best efforts, so use with caution.

Description
Flipper Zero filesystem driver
Readme 48 KiB
Languages
Python 100%