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
e9155818
Commit
e9155818
authored
Mar 25, 2011
by
Phil Phillips
Committed by
Joel Martin
Mar 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make scripts more compatible across OSes
parent
0b6292b8
Changes
5
Hide 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 @
e9155818
#!/usr/bin/python
#!/usr/bin/
env
python
#
# Convert image to Javascript compatible base64 Data URI
...
...
utils/launch.sh
View file @
e9155818
#!/
bin/
bash
#!/
usr/bin/env
bash
usage
()
{
if
[
"
$*
"
]
;
then
...
...
utils/web.py
View file @
e9155818
#!/usr/bin/python
#!/usr/bin/
env
python
'''
A super simple HTTP/HTTPS webserver for python. Automatically detect
...
...
utils/websocket.py
View file @
e9155818
#!/usr/bin/python
#!/usr/bin/
env
python
'''
Python WebSocket library with support for "wss://" encryption.
...
...
utils/websockify
View file @
e9155818
#!/usr/bin/python
#!/usr/bin/
env
python
'''
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