sibson / vncdotool

A command line VNC client and python library
Other
451 stars 120 forks source link

Improve RFB protocol handling #250

Closed pmhahn closed 1 year ago

pmhahn commented 1 year ago
  1. Improve handling of initial handshake #110
  2. Force transport to loose connection on protocol errors due to the lack of framing
  3. Basic handling of SetColourMapEntries (only handle the message, but adding support for palette formats should be done in the future)
  4. Initialize all values in __init__().
sibson commented 1 year ago

needs an update to resolve conflicts

pmhahn commented 1 year ago

needs an update to resolve conflicts

I rebased my branch and force-pushed it.