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

https://github.com/DonJulve/Flipper-Zero-PC-Monitor-USB

Flipper Application for monitoring PC resources via USB (Virtual COM Port).
https://github.com/DonJulve/Flipper-Zero-PC-Monitor-USB

Last synced: about 2 months ago
JSON representation

Flipper Application for monitoring PC resources via USB (Virtual COM Port).

Awesome Lists containing this project

README

          

# PC Monitor (USB Version)
Flipper Application for monitoring PC resources via USB (Virtual COM Port).

**[A backend running on your PC is required.](https://github.com/DonJulve/Flipper-Zero-PC-Monitor-USB-Backend)**

This is a ported version of the original [PC Monitor](https://github.com/TheSainEyereg/flipper-pc-monitor) application to work over USB instead of Bluetooth.

## How to use
1. Install the `.fap` application on your Flipper Zero.
2. Launch the application.
3. Connect your Flipper Zero to your PC via USB.
4. Run the accompanying Rust backend on your PC.

## Credits & Acknowledgments
- **Original Author**: [TheSainEyereg](https://github.com/TheSainEyereg)
- **BLE Implementation**: [Willy-JL](https://github.com/Willy-JL)
- **USB Port & Backend Transformation**: [DonJulve](https://github.com/DonJulve)