noVNC/include
Joel Martin 5d8e7ec068 Add web-socket-js support with packet re-ordering.
- 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.*
2010-04-17 17:24:14 -05:00
..
web-socket-js Import web-socket-js: a0fb3933ce5c824bcb882f5a1cf87e46de773ea8 2010-04-17 17:23:31 -05:00
base64.js Add web-socket-js support with packet re-ordering. 2010-04-17 17:24:14 -05:00
des.js Clarify DES code origination. 2010-04-15 11:14:42 -05:00
mootools-1.2.4-core-comp.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
mootools-1.2.4-core.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
mootools.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
util.js Switch to much faster console.log and separate utils into util.js. 2010-04-13 09:28:53 -05:00