advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Bonjour Programming on the iPhone, Part I

Bonjour is Apple's implementation of the Zeroconf protocol, which enables the automatic discovery of computers, devices and services on an IP network. 


advertisement
Bonjour is Apple's implementation of the Zeroconf protocol, which enables the automatic discovery of computers, devices and services on an IP network. In this article, you will learn how to implement Bonjour on the iPhone by using the NSNetService class to publish a service. You will also use the NSNetServiceBrowser class to discover services that have been published. In the next article, you will learn how to communicate with another device that you have discovered using TCP/IP.

Creating the Project


It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement