Przemek
Przemek

Reputation: 11

How can an iPhone access another non-iPhone device over wireless(Bonjour)

i go device(my own construction with openwrt on it) that is configurated as infrastructure of my local network. I want to see that device from application on Iphone and after that send to it some data(simple short string) and recive. I read something about Bonjour but my device doesn't have that and i don't know if (and how)i can install it on my device. Any help or suggestion?

Upvotes: 0

Views: 288

Answers (1)

Alex
Alex

Reputation: 8991

You would need to write your own Bonjour implementation on this other device. It's not too difficult, and Apple provide some good documentation on Bonjour here.

Upvotes: 1

Related Questions