You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
evan 06e4141268 combine libev/pynput solutions, add --evdev arg 6 years ago
remarkable_mouse combine libev/pynput solutions, add --evdev arg 6 years ago
.gitignore add photo, ssh connection message 7 years ago
README.md Update README.md 7 years ago
photo.jpg add photo, ssh connection message 7 years ago
setup.py Send events to a virtual input device 6 years ago

README.md

remarkable_mouse

Use your reMarkable as a graphics tablet.

Special thanks to canselcik and LinusCDE for inspiration.

Usage

pip install remarkable-mouse
remouse

By default, 10.11.99.1 is used as the address. Seems to work pretty well wirelessly, too.

Examples

# specify address, monitor, orientation, password
remouse --address 192.168.1.1 --orientation right --monitor 1 --password foobar

# pubkey login
ssh-keygen -f ~/.ssh/remarkable -N ''
ssh-copy-id -i ~/.ssh/remarkable.pub root@10.11.99.1
remouse --key ~/.ssh/remarkable