views:

32

answers:

1

Hi,

I'd like to write an app that has the ability to sync an iPhone with a Mac over a local area network (wireless or otherwise). It's sort of like what Pastebot Sync does: http://tapbots.com/software/pastebot/#sync

Basically, I'll have to write two programs. One for the iPhone and another for the Mac. These two programs will have to be able to detect each other and send data to each other over a local area network. I would also want the Mac to be able to sync with multiple devices.

So, any idea on where I should start? Thanks.

A: 

check this article

It's a good start over "Bonjour" and local network connections

VdesmedT