quano
quano

Reputation: 19112

iPhone - Browsing iPhone files through computer

I want to be able to send files from an iPhone app to a computer. What would be the easiest way of doing this?

I've made simple server client programs before, but in those, the client has always needed to connect to the server before being able to receive messages from it. There is an app for the iPhone called iSimulate, where you put a server on a Mac (the iPhone simulator), and then you use the iSimulate app of an iTouch or iPhone to send touch events to the server. This app does not require you to type in an ip-address. Instead it presents a list of available computers that have this server up and running.

How exactly is this being done? Can a server broadcast a message over a network, w/o anyone being connected to the server? How does that work? How does a client listen for that broadcast?

Here's a video of the app I'm talking about: http://www.youtube.com/watch?v=N3Qpd1ycZh4

alt text http://a1.phobos.apple.com/us/r1000/051/Purple/7b/07/70/mzl.mvwjifyc.320x480-75.jpg

Upvotes: 1

Views: 220

Answers (2)

Paul Kelly
Paul Kelly

Reputation: 4019

I've seen similar apps use a peer-to-peer Bluetooth connection to exchange files between a iPhone and a desktop.

Upvotes: 0

Kristopher Johnson
Kristopher Johnson

Reputation: 82535

That app may be using Bonjour.

Upvotes: 1

Related Questions