Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
dec18611
Commit
dec18611
authored
Mar 29, 2011
by
Joel Martin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git@github.com:kanaka/noVNC
parents
f8990704
e9155818
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
img2js.py
utils/img2js.py
+1
-1
launch.sh
utils/launch.sh
+1
-1
web.py
utils/web.py
+1
-1
websocket.py
utils/websocket.py
+1
-1
websockify
utils/websockify
+1
-1
No files found.
utils/img2js.py
View file @
dec18611
#!/usr/bin/python
#!/usr/bin/
env
python
#
#
# Convert image to Javascript compatible base64 Data URI
# Convert image to Javascript compatible base64 Data URI
...
...
utils/launch.sh
View file @
dec18611
#!/
bin/
bash
#!/
usr/bin/env
bash
usage
()
{
usage
()
{
if
[
"
$*
"
]
;
then
if
[
"
$*
"
]
;
then
...
...
utils/web.py
View file @
dec18611
#!/usr/bin/python
#!/usr/bin/
env
python
'''
'''
A super simple HTTP/HTTPS webserver for python. Automatically detect
A super simple HTTP/HTTPS webserver for python. Automatically detect
...
...
utils/websocket.py
View file @
dec18611
#!/usr/bin/python
#!/usr/bin/
env
python
'''
'''
Python WebSocket library with support for "wss://" encryption.
Python WebSocket library with support for "wss://" encryption.
...
...
utils/websockify
View file @
dec18611
#!/usr/bin/python
#!/usr/bin/
env
python
'''
'''
A WebSocket to TCP socket proxy with support for "wss://" encryption.
A WebSocket to TCP socket proxy with support for "wss://" encryption.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment