vnc

Protocol for data encoding for web<->desktop based application

Hello I'm planning to develop a remote desktop system consisting of: The desktop application that can grab and display the screen The server which establishes peer connections, serves STUN/TURN NAT traversal techniques for peer The web based (either Java applet or Silverlight) application that runs from browser and allows the user to...

Running X11 Server on MacOS X - and connecting from a remote machine

Question now asked on SU. I have a Windows XP laptop, and I can run the Cygwin X11 server on there (script startxwin.bat, IIRC). I also use a remote machine - it happens to be a Solaris 10 SPARC machine, about 1800 miles away - that can be called xclient.subdom2.example.com for the purposes of this question. For better or worse - most...

Crosss platform VNC Client Library?

Does anyone know of a good cross platform VNC client library (the viewer end)? I'm not terribly picky about language, but I would prefer something with C++ or Python. I would need it to work on Linux, Mac, and Windows. ...

VNC server component for .NET

I'm looking for a way to listen on a specific port as a VNC server, then be able to send whatever I want to the connected VNC client. There's a lot of VNC client components, but I've not yet found a .net VNC server component. I intend to use this to allow a client to connect directly to my windows form (and only the form, so they don'...

Export a single application display to VNC

I'm looking for a script/solution to export a single linux application display to VNC. For example : A client browses a web page; it requires authentification (basic username password). After being authentified, he gets a page with different buttons; each button is related to an application. For example; clicking on the 'firefox' b...

Why does the VNCsharp client for a XenServer remote console freezes when screen resolution increases

I'm using the VNCsharp .NET control to attach to remote XenServer sessions using their VNC protocol. This control has been working great except for one when the VM's resolution is increased. For example from 800x600 to 1024x768. The console viewer in XenCenter handles this situation fine! In that case, it appears as if the XenServer ...

VNC server & multiclient in vb.net

I want to create an application that acts as a vnc client which is connected to multiple servers at once. First and foremost, how do I access the VNC protocol in vb.net (make a client/server, output the display etc)? Second, how can a single client connect to multiple servers? Thanks for the help! I take it there are no VncServer or Vnc...

How to generate a VNC password ?

Hi need to generate a vnc password using any script (php preferably but any perl will do). Problem is that 'vncpasswd' needs interactive user action (prompting for password and password verification). Is there a way to generate it without prompting ? ...

Disable showing the mouse movement in VNC server

Here's the scenario: vnc server - Windows XP vnc viewer - Linux When I connect to my vnc server, I am able to see the mouse / keyboard movement at the vnc server from my vnc viewer. For example, when I click on something at the vnc viewer, I see the same thing at the vnc server. Is there a way to disable the mouse / keyboard movement ...

Is there any library that can provide access to a web server running on a device behind firewall?

Hi We have a device with a web server running on it. From a PC, you can access web ui of the device using a web browser. This works fine when the pc and device are under same corporate network. We sell these devices to lots of customers. I am working on a tool that helps our support guys to access the web ui of the device that are runnin...

How to Hide the MenuBar in Tight VNC ??

Hi, I am using TightVNC to establish the connection, by an external program which passes the arguments to TightVNC.exe like, <profiles> <profile name="Home" remoteHost="somewhere.somehost.com" viewerProgram="C:\Program Files\TightVNC\vncviewer.exe" arguments="-compresslevel 9 -quality 6 {H}::{P}" connectionMode="SSH"> <paramet...

Where can i get the source code for VNC in DOtnet c#?

Hi, My requirement is to remove the menu bar of TightVNC Viewer, because i dont want the user to use any of them in menu bar. For which i need the source code of TightVNC, so that i can remove or disable the menu bar in UI Form. Can i get the source code in c# and i want to open the project in Visual studio Dot Net and change the form. O...

Read/Select:Connection reset by peer (10054) during remote logoff in RealVNC

I am using RealVNC 4.5 Enterprise on my Windows 7 client. I use this to connect to a remote system which is also running RealVNC 4.5 (on Windows 7 again). And then i logoff the remote system (server) and all of a sudden the realvnc viewer on the client closes with the message : "Read/Select:Connection reset by peer (10054)" It also ask...

How to access my mac or pc from my iPhone

Hi all, I have to access mac or windows pc from my iPhone. Can any one tell which frameworks or which concepts i have to use to get this. Thank you ...

Which Frameworks are used to access Mac or windows PC from iPhone from a different place or remotley

Hi all, In my project i want to access my Mac remotely through my iPhone. i.e, like we can access other systems by using our system using gotomeeting software like that, in the same way i have to access Mac through iPhone. To achieve this which frameworks or what approach i have to follow. ...

x11vnc with ssl to run virtual display

I want to run a vnc on a virtual display. Using the following command : /usr/local/bin/x11vncssl -display :9999 -rfbport 9999 -svc -geometry 1024x768 -xrandr -shared -create I'm launching the applet that is in the classes directory of the x11vnc package. I'm getting the following error : Unkown RFB rectangle encoding -1 Anyon...

vnc application for iPhone. How to go about building one?

Alright.. I am on a mission to learn iPhone development as much as possible. At my current job they have requested me if I can build a vnc viewer in iPhone.. there are many vnc apps but i want to learn how to build an app like that.. what would be the architecture of this app how should i organize my app? Edit: Specific question: Is ...

My program is getting a false positive from AVG.

My program is getting a false positive from AVG. Its just our companies branded version of Ultra VNC. Its only this one company that's identifying it as a virus and we've been using the same copy of that program for almost a year. I know its possible to tell this Anti Virus program the VNC client is safe, but I can't do that for all of o...

Has anyone had trouble with Intellisense in Visual Studio when using UltraVNC?

Hi, a colleague and I are trying pair programming for the first time. We both remote into a development machine; I'm using RemoteDesktop and my colleague is using UltraVNC. This works great except that he can't see the Intellisense dropdown in Visual Studio 2008. According to online posts, this may be something to do with DirectDraw...

Alternate to control+drag to connect view element with file owner in xCode interface builder?

Working on an iPhone application through a TightVNC connection into a Mac Mini; the control+drag operation in Interface Builder to connect a view element to file owner doesn't work - I don't see the connecting line. It does work when I connect keyboard, mouse and monitor to the Mini and work on it directly, however it is a lot more conv...