rien / reStream

Stream your reMarkable screen over SSH.
MIT License
749 stars 58 forks source link

Version for paper pro? #107

Open agheorghiu opened 1 month ago

agheorghiu commented 1 month ago

Hi! Any chance we can get a version of reStream for the paper pro? Thanks!

rien commented 1 month ago

If the system architecture doesn't differ too much, it might be possible to use reStream with the paper pro as well. Unfortunately I don't have one so I cannot test it.

Some changes will need to be done to the underlying libraries first. I guess those devs will already be trying to make things work 😁

I'll keep you updated through this issue.

Eeems commented 1 month ago

If the system architecture doesn't differ too much, it might be possible to use reStream with the paper pro as well. Unfortunately I don't have one so I cannot test it.

Some changes will need to be done to the underlying libraries first. I guess those devs will already be trying to make things work 😁

I'll keep you updated through this issue.

There is no framebuffer device on the rM Paper Pro, so you'd need to hook into xochitl to find where it's storing the display in memory. There is a /dev/dri/card0 device, but I don't know enough about it to know what is possible to pull from it.