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
5f409eee
Commit
5f409eee
authored
Sep 08, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
License header cleanup.
parent
2a6018df
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
10 deletions
+13
-10
LICENSE.txt
LICENSE.txt
+2
-1
README.md
README.md
+2
-4
canvas.js
include/canvas.js
+1
-1
default_controls.js
include/default_controls.js
+1
-1
rfb.js
include/rfb.js
+1
-1
util.js
include/util.js
+1
-1
vnc.js
include/vnc.js
+1
-1
vnc.html
vnc.html
+2
-0
vnc_auto.html
vnc_auto.html
+2
-0
No files found.
LICENSE.txt
View file @
5f409eee
...
...
@@ -5,5 +5,6 @@ docs/LICENSE.LGPL-3) with the following exceptions:
incluee/des.js : Various BSD style licenses
include/web-socket-js/ : New BSD license
include/web-socket-js/ : New BSD license. Source code at
http://github.com/gimite/web-socket-js
README.md
View file @
5f409eee
...
...
@@ -5,15 +5,13 @@
noVNC is a VNC client implemented using HTML5 technologies,
specifically Canvas and WebSockets (supports 'wss://' encryption).
noVNC is licensed under the
[
LGPLv3
](
http://www.gnu.org/licenses/lgpl.html
)
.
For browsers that do not have builtin WebSockets support, the project
includes
[
web-socket-js
](
http://github.com/gimite/web-socket-js
)
,
a WebSockets emulator using Adobe Flash .
In addition,
[
as3crypto
](
http://github.com/lyokato/as3crypto_patched
)
has been added to web-socket-js to implement WebSockets SSL/TLS
encryption, i.e. the "wss://" URI scheme.
Special thanks to
[
Sentry Data Systems
](
http://www.sentryds.com
)
for
sponsoring ongoing development of this project (and for employing me).
...
...
include/canvas.js
View file @
5f409eee
/*
* noVNC: HTML5 VNC client
* Copyright (C) 2010 Joel Martin
* Licensed under LGPL-3 (see LICENSE.
LGPL-3
)
* Licensed under LGPL-3 (see LICENSE.
txt
)
*
* See README.md for usage and integration instructions.
*/
...
...
include/default_controls.js
View file @
5f409eee
/*
* noVNC: HTML5 VNC client
* Copyright (C) 2010 Joel Martin
* Licensed under LGPL-3 (see LICENSE.
LGPL-3
)
* Licensed under LGPL-3 (see LICENSE.
txt
)
*
* See README.md for usage and integration instructions.
*/
...
...
include/rfb.js
View file @
5f409eee
/*
* noVNC: HTML5 VNC client
* Copyright (C) 2010 Joel Martin
* Licensed under LGPL-3 (see LICENSE.
LGPL-3
)
* Licensed under LGPL-3 (see LICENSE.
txt
)
*
* See README.md for usage and integration instructions.
*/
...
...
include/util.js
View file @
5f409eee
/*
* noVNC: HTML5 VNC client
* Copyright (C) 2010 Joel Martin
* Licensed under LGPL-3 (see LICENSE.
LGPL-3
)
* Licensed under LGPL-3 (see LICENSE.
txt
)
*
* See README.md for usage and integration instructions.
*/
...
...
include/vnc.js
View file @
5f409eee
/*
* noVNC: HTML5 VNC client
* Copyright (C) 2010 Joel Martin
* Licensed under LGPL-3 (see LICENSE.
LGPL-3
)
* Licensed under LGPL-3 (see LICENSE.
txt
)
*
* See README.md for usage and integration instructions.
*/
...
...
vnc.html
View file @
5f409eee
<html>
<!--
noVNC example: simple example using default controls
Copyright (C) 2010 Joel Martin
Licensed under LGPL-3 (see LICENSE.txt)
-->
<head>
<title>
VNC Client
</title>
...
...
vnc_auto.html
View file @
5f409eee
<html>
<!--
noVNC Example: Automatically connect on page load.
Copyright (C) 2010 Joel Martin
Licensed under LGPL-3 (see LICENSE.txt)
Connect parameters are provided in query string:
http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
...
...
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