English 中文(简体)
Which Frameworks are used to access Mac or windows PC from iPhone from a different place or remotley
原标题:
  • 时间:2010-03-03 11:25:20
  •  标签:
  • iphone
  • vnc

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.

问题回答

You have several choices.

Bonjour will allow you to create a localized peer-to-peer network. You can run the web server off the Mac and PC and let the iPhone get information that way. You can use bluetooth functionality in some cases.

See "Getting Started with Networking and Internet" and the "Network" section of the iPhone Application Programming Guide."





相关问题
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" ...

热门标签