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.
- Host: GitHub
- URL: https://github.com/dagnazty/flipperusb
- Owner: dagnazty
- License: mit
- Created: 2025-02-17T10:35:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T10:53:34.000Z (3 months ago)
- Last Synced: 2025-02-17T11:34:21.011Z (3 months ago)
- Topics: bad-usb, file-editor, file-manager, file-upload, flipper-zero, web-interface
- Language: JavaScript
- Homepage: http://flipperusb.lol/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).