fork noVNC, rename to websockify, cleanup.

Split of wsproxy from noVNC and rename it websockify.
This commit is contained in:
Joel Martin
2011-01-12 18:09:54 -06:00
parent 932e7318b9
commit 6d1e216115
63 changed files with 1821 additions and 5780 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from base64 import b64encode, b64decode
from codecs import utf_8_encode, utf_8_decode
from select import select
sys.path.insert(0,os.path.dirname(__file__) + "/../utils/")
sys.path.insert(0,os.path.dirname(__file__) + "/../")
from websocket import *
buffer_size = 65536