compatibility websocket server / add non ssl echo_server which does not run into the ssl error (#140)

This commit is contained in:
Benjamin Sergeant
2020-01-12 10:34:33 -08:00
parent 9651f3823d
commit a01584ad9d
6 changed files with 1448 additions and 7 deletions

View File

@ -2,9 +2,9 @@
case $MODE in
echo_server)
./echo_server.py
python /usr/bin/echo_server.py
;;
ssl)
echo_server_ssl)
python /usr/bin/echo_server_ssl.py
;;
esac