goMarkableStream
goMarkableStream copied to clipboard
A utility to stream (and record) from a Remarkable2 without hack or third party dependencies
I made a script that triggers the server as a daemon on the tablet: https://github.com/owulveryck/goMarkableStream/blob/main/service/goMarkableStream.service I had to make an ugly `sleep` because the server needs to xochitl process to...
As discussed in #19 it should be straightforward to implement a support for RM1. I will not do it as I do not have a RM1 for testing, but I...
Thank you for your hard work. Do you think, would it be possible to have some button in remarkable to start or stop service? Or it has to be implemented...
Looks like reMarkable changed something between 3.9.5.2026 and 3.10.2.2063 ... the image that gMS v0.18 sends in the stream looks like it's being de-interlaced incorrectly. I see the same thing...
Currently, the "web client" part of goMarkableStream automatically resizes the streamed image to fit the browser window. Re-sizing the browser window will change the size of the streamed image, which...
In Presentation Mode (so accessing `10.11.99.1:2001/?present=`) it seems that the eraser and other events that would normally clear the screen buffer are ignored? For example, when I am in Presentation...
BusyBox v1.35.0 provide wget on the device, unfortuantley it does not handle TLS certificates well, so when running the following command: ``` wget https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest ``` It errors with the following:...
When connected via USB it doesn't make a whole lot of sense to ask for a password.
Hello goMarkableStream Users, I initially developed goMarkableStream primarily for my own needs. However, I've been delighted to see that others have found value in it too. With the intention of...
Hi there when I try to run the: `export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}') wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf...