deb-novnc/utils
Joel Martin d5b33278ea Add logo, favicon.
Thanks to Michael Sersen for creating images/Logo.svg.

- Add images directory with original SVG logo, favicon, and some
  derivative PNGs of the logo for different purpose.

- Note that license on images/* is CC BY-SA.

- Add utils/img2js.py to take an image and generate a base64 encoded
  data URI string.

- Add base64 encoded data URI screen logo to display in canvas when
  disconnected.
2011-02-03 11:04:32 -06:00
..
Makefile Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00
README.md Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00
img2js.py Add logo, favicon. 2011-02-03 11:04:32 -06:00
launch.sh wsproxy, wstelnet: wrap command, WS telnet client. 2011-01-12 13:15:11 -06:00
rebind wsproxy, wstelnet: wrap command, WS telnet client. 2011-01-12 13:15:11 -06:00
rebind.c wsproxy, wstelnet: wrap command, WS telnet client. 2011-01-12 13:15:11 -06:00
web.py set socket option SO_REUSEADDR to prevent "Address already in use" error 2010-12-21 23:31:46 +08:00
websocket.py Better reaper, catch occasional bad WS header line. 2011-02-01 10:47:45 -06:00
websockify Pull websockify: zombie reap, ignore unready clients. 2011-01-31 12:13:30 -06:00
wsproxy.py Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00

README.md

WebSockets Proxy

wsproxy has become websockify. A copy of the python version of websockify (named wsproxy.py) is kept here for ease of use. The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify.

For more detailed description and usage information please refer to the websockify README.