<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/index.php?title=CELF_Project_Proposal/Suppress_Xvnc_dependency_on_C%2B%2B&amp;feed=atom&amp;action=history</id>
		<title>CELF Project Proposal/Suppress Xvnc dependency on C++ - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=CELF_Project_Proposal/Suppress_Xvnc_dependency_on_C%2B%2B&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=CELF_Project_Proposal/Suppress_Xvnc_dependency_on_C%2B%2B&amp;action=history"/>
		<updated>2013-05-24T07:48:50Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21alpha</generator>

	<entry>
		<id>http://elinux.org/index.php?title=CELF_Project_Proposal/Suppress_Xvnc_dependency_on_C%2B%2B&amp;diff=15891&amp;oldid=prev</id>
		<title>Tim Bird: add proposal</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=CELF_Project_Proposal/Suppress_Xvnc_dependency_on_C%2B%2B&amp;diff=15891&amp;oldid=prev"/>
				<updated>2009-12-22T00:58:48Z</updated>
		
		<summary type="html">&lt;p&gt;add proposal&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;; Summary : Suppress Xvnc dependency on C++&lt;br /&gt;
&lt;br /&gt;
; Proposer : Philippe De Muyter&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Vnc is a useful protocol to connect a thin-client to a server, or in the&lt;br /&gt;
case of embedded systems to connect a gui client to a display-less embedded&lt;br /&gt;
system.  Xvnc is the combination of a X11 server able to run all the known&lt;br /&gt;
X11 applications, and of a vnc server offering a thin-client interface to&lt;br /&gt;
a remote user.  It offers the advantage over http that it can show spontaneous&lt;br /&gt;
events at the server side without polling from the user side, and that it&lt;br /&gt;
can use every X11 existing application to build the interface.  For video&lt;br /&gt;
applications it also offers for free zero-delay streaming.&lt;br /&gt;
&lt;br /&gt;
Although the Xorg server is written exclusively in C, the Xvnc part is written&lt;br /&gt;
in C++.  That makes its footprint unnecessarily larger, and limits its&lt;br /&gt;
availability to platforms for which a working C++ (cross-)compiler exists.&lt;br /&gt;
This is not always the case, even if the C compiler works.&lt;br /&gt;
&lt;br /&gt;
Here are IIRC the c++ files :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./pvnc-1.0.5/vnc_unix/xc/programs/Xserver/vnc/Xvnc/xvnc.cc&lt;br /&gt;
./pvnc-1.0.5/vnc_unix/xc/programs/Xserver/vnc/vncHooks.cc&lt;br /&gt;
./pvnc-1.0.5/vnc_unix/xc/programs/Xserver/vnc/xf86vncModule.cc&lt;br /&gt;
./pvnc-1.0.5/vnc_unix/xc/programs/Xserver/vnc/module/XserverDesktop.cc&lt;br /&gt;
./pvnc-1.0.5/vnc_unix/xc/programs/Xserver/vnc/module/vncExtInit.cc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Scope : This should take less than 2 weeks of development and test.&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Project proposals]]&lt;/div&gt;</summary>
		<author><name>Tim Bird</name></author>	</entry>

	</feed>