Florik
Florik

Reputation: 1260

iOS app talking to a Mac

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

Answers (1)

Iñigo Beitia
Iñigo Beitia

Reputation: 6353

This tutorial on networking with Bonjour is gonna help you get started.

Upvotes: 3

Related Questions