reMarkable 2 emulator with access to the USB Web Interface
- Shell 58.7%
- Dockerfile 23.4%
- C++ 12.9%
- Makefile 5%
| bin | ||
| extension | ||
| Dockerfile | ||
| LICENSE | ||
| make_rootfs.sh | ||
| README.md | ||
rM WebUI
A reMarkable 2 emulator with access to the USB Web Interface,
which can be used for rendering the reMarkable document format
(import as .rmdoc, export as .pdf, ssh in and delete the document files).
Usage
Build:
docker build --tag rm-webui https://f.bm90.dev/rm/webui.git
Run:
docker run --rm -p 2222:22 -p 8081:81 -it rm-webui
Note that it takes a few minutes to startup.
Access the USB Web Interface on 127.0.0.1:8081.
SSH in:
ssh -p 2222 root@localhost
Password is codex.
References
Emulator is based on rM-docker.
The webui extension is based on webserver-remote.
Uses: