I\'m starting to implement some sort of remote screencasting (VNC-alike) client/server software in C++ (Windows platform), which just transmits the screen updates (image tiles) over the network.
The default Mac-to-Mac screen sharing uses VNC but obviously not the 开发者_如何学Pythonvanilla flavor as it uses both user+pass authentication (as opposed to password-only for regular VNC) as well as
What I want to do is开发者_开发百科 suppose open 10 windows of paint application on a Windows 7 computer. I would like to show these 10 different windows on 10 different touch enabled devices. I am pl
I know I can use video camera sources for further processing with Quartz Composer. (For example you can use the iSight\'s video feed to do something with that.)
I developed an iPhone app which I now have to present an audience. For that purpose, I\'m creating a presentation with Apple Keynote to show some facts — and after that, I also would like to hold a \
How does VNC send REPAINT messages to windows even when a user is not active? I would like to implement this in C sharp - I\'ve had a look at the PrintWindow, SendMessage methods and none of them ach
I\'m porting Chicken of VNC Mac application into iphone application I am having source code of Chicken of VNC Mac application which take vnc of any LAN connected mac. I have to 开发者_如何学编程do sa
I have download开发者_StackOverflowed VNCsharp sample form here. I run the sample on my own machine and another instance of it on a remote machine then try to connect to remote host but it throws an e
I\'m looking around to see if there\'s a library for building my own roll 开发者_高级运维of VNC for iPhone/iPad ... from what i saw now; the only library that \'could\' meet my needs is \'Chicken\' (a
How can I forward packets using C# to another TCPClient running on another port. I am new to Sockets programming in .Net. I am trying to make a VNC Repeater much like this perl script: http://snipt.o