Skip to content

fako1024/go-remarkable

Repository files navigation

Tooling for the ReMarkable (2) Paper Tablet (in Go)

Github Release GoDoc Go Report Card Build/Test Status

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

About

Tooling for the ReMarkable Paper Tablet (in Go)

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages