An open API service indexing awesome lists of open source software.

https://github.com/dagnazty/flipperusb

A web-based file manager for Flipper devices. Easily browse, edit, and manage files on your Flipper device through your browser.
https://github.com/dagnazty/flipperusb

bad-usb file-editor file-manager file-upload flipper-zero web-interface

Last synced: 2 months ago
JSON representation

A web-based file manager for Flipper devices. Easily browse, edit, and manage files on your Flipper device through your browser.

Awesome Lists containing this project

README

        

# FlipperUSB

FlipperUSB is a web-based file manager for Flipper devices. It allows users to easily browse, edit, and manage files on their Flipper devices through a user-friendly web interface.

## Features
- Connect and disconnect from Flipper devices.
- Upload files to the device.
- Create new files directly from the interface.
- Edit files with a built-in text editor.
- View console output for debugging.

## Usage
1. Open the `index.html` file in your web browser.
2. Click the "Connect to Flipper" button to establish a connection with your device.
3. Use the file explorer to navigate through your files.
4. Upload files or create new ones as needed.
5. Select a file to edit, make your changes, and click "Save" to save your edits.

## Building Locally
To build and run the project locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/yourusername/flipperusb.git
cd flipperusb
```

2. Open `index.html` in your preferred web browser.

3. Ensure you have the necessary files in the `assets`, `css`, and `js` directories.

4. For any additional setup, refer to the documentation provided in the project.

## Creator
Created by [dag nazty](https://linktr.ee/dagnazty).