noVNC/utils
Marco Leogrande cf068be2d8 Fix grep pattern when searching for listening sockets
The current grep pattern matches also port numbers that match only
partially the given $PORT number; e.g., if $PORT is 6080, 60800 will
match as well.

While TCP listening sockets in the 60000-65535 range are rare, they
need to be handled as well. The problem is also present if the user
selects a shorter PORT value with the --listen command line argument.

By adding a space, the pattern is fixed.
2012-08-27 22:19:51 -07: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 Make scripts more compatible across OSes 2011-03-27 04:18:08 +08:00
json2graph.py util/json2graph.py: new location for json2graph.py. 2011-04-06 11:19:02 -05:00
launch.sh Fix grep pattern when searching for listening sockets 2012-08-27 22:19:51 -07:00
nova-novncproxy Fixes nova rpc package. 2012-06-21 21:38:52 -04:00
rebind utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
rebind.c wsproxy, wstelnet: wrap command, WS telnet client. 2011-01-12 13:15:11 -06:00
u2x11 utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
web.py Make scripts more compatible across OSes 2011-03-27 04:18:08 +08:00
websocket.py Revert "Pull in latest websockify." 2012-08-15 13:48:03 -05:00
websockify Revert "Pull in latest websockify." 2012-08-15 13:48:03 -05:00
websockify.py Add websockify.py symlink for Windows. 2012-01-05 11:55:56 -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.