English 中文(简体)
vnc application for iPhone. How to go about building one?
原标题:
  • 时间:2010-03-29 15:06:40
  •  标签:
  • iphone
  • vnc

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 VNC the best (or the only) opensource protocol to do remote desktop connections?
  • What security precautions should one consider when building the client?

Any thoughts? comments?

问题回答

John,

To help you out. Here s an open source VNC client for Mac OSX. By studying this code you should be able to build yourself a version that compiles using Xcode on iPhone (both use Cocoa).

Good Luck.

http://sourceforge.net/project/shownotes.php?release_id=386447&group_id=64347

VNC is not only the protocol to do remote desktop connections.

There is RDP and it s have open source freerdp at github. https://github.com/FreeRDP/FreeRDP

There s iOS client source code as well, and also for VNC, you can use this;

https://github.com/leonliu/NPDesktop

this may be a little late, but if you want, you can study the code of VNsee

look at existing apps that use the vnc protocol and distill a feature set from those, then get familiar with the vnc protocol.





相关问题
How does UltraVNC achieve "Server Monitor Blanking"

UltraVNC is able to blank the monitor of the computer being remotely accessed. My question is, how is this possible? In my understanding, due to the nature of the Windows OS, remote desktop ...

Implementing VNC in Qt

I am trying to create a simple application for watching a screen in Qt. I have written my own server and client. At the moment the client simply sends a screenshot of the entire screen to the server ...

i can t see a context menu of WPF windows app through VNC

I can open a context menu but cannot see the opened menu list through VNC. (I know that i can open the context menu by checking the vnc server machine directly) I tested on different vnc servers / ...

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 ...

How to Hide the MenuBar in Tight VNC?

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" ...

热门标签