This package allows to interact with a ReMarkable (2) device on various levels, trying to provide all functionality currently available in various projects within one package. A
NOTE: This package is currently work in progress. Interfaces and implementation are subject to change.
- Access to framebuffer / screen data
- Screenshot
- Low latency, live stream (via client application) with low power consumption (using input detection)
- Low-overhead "broadcast" functionality supporting multiple clients at the same time
go get -u github.com/fako1024/go-remarkable
cd cmd/rm-agent && GOOS=linux GOARCH=arm GOARM=7 go build