0

If i am publishing a NSNetService in (Bonjour based NetWork) Iphone Application,which net Work will use in my application

Musthafa P P
  • 645
  • 3
  • 7
  • 21

1 Answers1

0

If you use the high-level NSNetService methods, (on both OS X and iOS) the NSNetService will be published through any network interface that supports multicast packet transport. Since bluetooth supports this, you should be able to broadcast mDNS data over a PAN, although service advertising and discovery may be slower than on a normal IP network. Have a read through this for more information.

Chris Mowforth
  • 6,689
  • 2
  • 26
  • 36