https://github.com/arjo129/remote_tablet
A super simple remote tablet for use on linux. Allows one to use the apple pencil on linux without any app needed.
https://github.com/arjo129/remote_tablet
apple-pencil rust
Last synced: about 2 months ago
JSON representation
A super simple remote tablet for use on linux. Allows one to use the apple pencil on linux without any app needed.
- Host: GitHub
- URL: https://github.com/arjo129/remote_tablet
- Owner: arjo129
- Created: 2020-05-12T04:27:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T08:41:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T12:40:17.525Z (4 months ago)
- Topics: apple-pencil, rust
- Language: Rust
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Remote Tablet
This repo contains a minimal example of how to use your ipad as a remote tablet for linux. There is no need to install anything on the ipad.
## Requirements
For linux the following requirements need to be met.
* rustr
* libgtk-dev
* xdotool## Usage
Start the app. Scan the QR code with your ipad. And you're set.## Security Concerns
This implementation had a lot of security problems as the data is sent unencrypted and unauthenticated over a local network. If you can't trust your local network don't use it.