noVNC/utils
Alon Bar-Lev 095b752c8e websocket: use python logging module
WebSocketServer is a library module, as such, it cannot assume it can
write output to process stdout.

Python logging module is designed in order to allow subscribers to
handle the output out of modules. It is simple and generic mechanism to
separate between data producer and data handling.

Python logging API also has the nature of log level, so the verbose
parameter can probably be obsoleted in favor of logging level. And of
course the logging API has built in support for exception tracebacks, no
need for manual format.

The msg and vmsg were left for backward compatibility and to keep the
prefix of message, need to consider to drop these in favor of extra
parameter of python logging API.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2013-06-01 01:38:47 +03:00
..
Makefile Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00
README.md Remove references to wsproxy. 2013-04-15 12:22:34 -05: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 Remove references to wsproxy. 2013-04-15 12:22:34 -05:00
nova-novncproxy Remove references to wsproxy. 2013-04-15 12:22:34 -05:00
rebind utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
rebind.c Remove references to wsproxy. 2013-04-15 12:22:34 -05: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 websocket: use python logging module 2013-06-01 01:38:47 +03:00
websockify websocket: use python logging module 2013-06-01 01:38:47 +03: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/Bridge

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.