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

https://github.com/p-x9/flipper-plugin-control-ui

Flipper plug-in that can send TouchEvent and Keyboard events from PC to iPhone.(Desktop)
https://github.com/p-x9/flipper-plugin-control-ui

flipper flipper-plugin flipper-plugins

Last synced: 10 months ago
JSON representation

Flipper plug-in that can send TouchEvent and Keyboard events from PC to iPhone.(Desktop)

Awesome Lists containing this project

README

          

# flipper-plugin-control-ui
Flipper plug-in that can send TouchEvent and Keyboard events from PC to iPhone. (Desktop)

[![Github issues](https://img.shields.io/github/issues/p-x9/flipper-plugin-control-ui)](https://github.com/p-x9/flipper-plugin-control-ui/issues)
[![Github forks](https://img.shields.io/github/forks/p-x9/flipper-plugin-control-ui)](https://github.com/p-x9/flipper-plugin-control-ui/network/members)
[![Github stars](https://img.shields.io/github/stars/p-x9/flipper-plugin-control-ui)](https://github.com/p-x9/flipper-plugin-control-ui/stargazers)
[![Github top language](https://img.shields.io/github/languages/top/p-x9/flipper-plugin-control-ui)](https://github.com/p-x9/flipper-plugin-control-ui/)

Desktop

## Installation
Download .tgz file from [Release Page](https://github.com/p-x9/flipper-plugin-control-ui/releases) and Install from the Flipper app's plugin manager.

## Usage
To use this plugin, the plugin must also be configured on the mobile app side.
Currently only supported on iOS.

- [Plugin for iOS](https://github.com/p-x9/FlipperControlUIPlugin-iOS)

## Build
```bash
yarn
yarn flipper-pkg pack # create .tgz file
```

## License
flipper-plugin-control-ui is released under the MIT License. See [LICENSE](./LICENSE)