amitbet / vncproxy

An RFB proxy, written in go that can save and replay FBS files
Other
206 stars 45 forks source link

reMarkable 2.10 authentication support #27

Open rosmo opened 2 years ago

rosmo commented 2 years ago

reMarkable 2.10 adds a Screen Sharing feature which uses VNC protocol (only 16-bit color + ZRLE). The authentication works via UDP broadcast and the requires the connecting device to send a correct response to a challenge. This adds support in VNC proxy to perform that function, so one can use a standard VNC client to connect (through the proxy).