Reputation: 1260
I need to build a networking application for talking to a Mac from an iOS device.
Basically I'm trying to write a remote-control type of application for my Mac, and will need to send things like mouse-movement and keyboard-events.
But to start with, how do I talk to the Mac over the network, what API's or technologies should I use from the iOS device to do this with?
Upvotes: 1
Views: 297
Reputation: 6353
This tutorial on networking with Bonjour is gonna help you get started.
Upvotes: 3