websockify/websockify
Michal Srb 867cb21ba0 Add support for inetd.
With the --inetd parameter, websockify doesn't require the source_addr and
source_port paramters and it expects that stdin is already opened and listening
socket.

This way websockify can be used with (x)inetd or as a systemd socket-activated
service.
2017-08-14 16:59:54 +02:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
auth_plugins.py Verify username/password with BasicAuth plugin 2015-10-06 12:09:22 +02:00
token_plugins.py Added support for IPv6 addresses in tokens 2015-09-30 16:04:19 -03:00
websocket.py Handle ping/pong without payload properly 2017-04-19 13:30:10 +02:00
websocketproxy.py Add support for inetd. 2017-08-14 16:59:54 +02:00
websocketserver.py Split out basic WebSocket server template 2017-02-01 08:33:07 +01:00
websockifyserver.py Add support for inetd. 2017-08-14 16:59:54 +02:00