Awesome
Pipes and Rust
Now also works with reMarkable 1!
A small program that runs on your reMarkable 1 and 2 that allows you to draw on a tiny website hosted on the tablet itself. No need to install anything else.
Usage
- Install the software with one of the methods below.
- Connect to http://remarkable (or device IP) (optionally with port)
- Done!
Requirements
- SSH access to the reMarkable 2 for installation (passwordless ssh-key recommended)
- (when building from source) Rust
- (when building from source) Cross
Installation (from Binary)
- Download the latest release
- Set IP or hostname and port in
install.sh
- Run
install.sh
as normal user
Installation (from Source)
- Install Rust
- Install Cross to build for armv7
- Set hostname in
build_push_run.sh
- Execute
build_push_run.sh
Uninstallation
- Set IP or hostname in
uninstall.sh
- Run
uninstall.sh
as normal user
Credits
This work is based on pipes-and-paper by Joe Wass and uses his code to read the stylus coordinates.
Thank you to MarkPash for adding the eraser function.
Thank you to Philipp Marmet for making the port adjustable and implementing support for the reMarkable 1.
License
MIT-License