repositorypackage
0.0.0-20230509132005-09b491cddd15
Repository: https://github.com/fako1024/go-remarkable.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Tooling for the ReMarkable (2) Paper Tablet (in Go)
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.
Features
- 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
Installation
go get -u github.com/fako1024/go-remarkable
cd cmd/rm-agent && GOOS=linux GOARCH=arm GOARM=7 go build