mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 20:39:39 +00:00
- web-socket-js is from http://github.com/gimite/web-socket-js. It is a flash object that emultates WebSockets. Unfortunately, events (or packets) from the web-socket-js object can get re-ordered so we need to know the packet order. - So wsproxy.py prepends the sequence number of the packet when sending. - If the client receives packets out of order it queues them up and scans the queue for the sequence number it's looking for until things are back on track. Gross, but hey: It works! - Also, add packet sequence checking to wstest.*
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
- Make packet sequence number optional based on WebSockets 'path'.
|
|
|
|
- Better status and error feedback.
|
|
|
|
- Add WSS/https/SSL support to page and wsproxy.py
|
|
|
|
- Make C version of wsproxy.py
|
|
|
|
- Implement UI option for shared.
|
|
|
|
- Upgrade to protocol 3.8
|
|
- implement ZRLE encoding
|