Skip to content

Fault tolerance

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 08:38
· 374 commits to main since this release
  • The client is now fault-tolerant to network failure. It also reconnects when the reMarkable is waking up.
  • There is a kind of UI, you can point to http://localhost:8080/:
    • The content adapts when the screen got resized
    • You can take a screenshot by clicking on the picture

There is a /screenshot endpoint to grab a picture.

ex:

❯ curl -o /tmp/screenshot.png http://localhost:8080/screenshot
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 50730    0 50730    0     0  88226      0 --:--:-- --:--:-- --:--:-- 88072
❯ file /tmp/screenshot.png
/tmp/screenshot.png: PNG image data, 1404 x 1872, 8-bit/color RGBA, non-interlaced