C++ MacOS include Bonjour

With little knowledge on C++, but help from ChatGPT, I am trying to write a plugin for OBS. I would like to include a bonjour service in the plugin. I assume that the framework is already present on every Mac, but I don't know where it resides, and how to #include it.

Anyone can help me here?

Thanks in advance

https://developer.apple.com/forums/thread/735862?login=true

Answered by DTS Engineer in 816242022

Bonjour is an Apple term for three industry-standard protocols:

Apple systems have multiple Bonjour APIs. Which one you should use depends on your specific circumstances. TN3151 Choosing the right networking API has a Bonjour section that explains this in more detail.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Bonjour is an Apple term for three industry-standard protocols:

Apple systems have multiple Bonjour APIs. Which one you should use depends on your specific circumstances. TN3151 Choosing the right networking API has a Bonjour section that explains this in more detail.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

C++ MacOS include Bonjour
 
 
Q