Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
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
libvncserver
Commits
c880fd33
Commit
c880fd33
authored
Sep 20, 2001
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed README at last
parent
8c599f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
+29
-2
README
README
+29
-2
No files found.
README
View file @
c880fd33
OSXvnc: a VNC server for Mac OS X
LibVNCServer: a library for easy implementation of a RDP/VNC server.
Copyright (C) 2001 Dan McGuirk
Copyright (C) 2001 Johannes E. Schindelin
There are two examples included:
- example, a shared scribble sheet
- pnmshow, a program to show PNMs (pictures) over the net.
The examples are not too well documented, but easy straight forward and a
good starting point.
How to use
----------
To make a server, you just have to initialise a server structure using the
function rfbDefaultScreenInit.
You then can set hooks and io functions.
You can use a blocking event loop, a background (pthread based) event loop,
or implement your own using the processEvents function.
History
-------
LibVNCServer is based on Tridia VNC and OSXvnc, which in turn are based on
the original code from ORL/AT&T.
License
-------
This program is free software; you can redistribute it and/or
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
modify it under the terms of the GNU General Public License
...
...
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