deb-novnc/utils
Solly Ross 87de9690c7 Follow symbolic links in launch.sh
Previously, in launch.sh, `$HERE` was the directory of `$0`.
However, if `$0` was actually a symlink, `$HERE` would be
wherever the symlink was, which could cause issues (for
example, the script wouldn't be able to local `$WEB` or
`$WEBSOCKIFY` properly).

Now, `$HERE` looks at whatever `$0` points at instead.

Closes #447.
2015-03-26 16:57:17 -04:00
..
img2js.py Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
json2graph.py Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
launch.sh Follow symbolic links in launch.sh 2015-03-26 16:57:17 -04:00
parse.js Keyboard Handling [1/8]: Parse keysymdef.h to produce Unicode -> keysym mappings table 2013-12-05 12:24:20 -05:00
README.md Remove last bits of websockify cruft 2015-02-17 23:15:51 -05:00
u2x11 utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00

WebSockets Proxy/Bridge

Websockify has been forked out into its own project. launch.sh wil automatically download it here if it is not already present and not installed as system-wide.

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

The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify. Websockify was formerly named wsproxy.