2025-03-10 11:13:32 -07:00
2025-03-10 11:13:32 -07:00
2025-03-10 11:13:32 -07:00
2025-03-10 11:13:32 -07:00
2025-03-10 11:13:32 -07:00

Overview

cpp-bonjour is meant to be a pure C++ library that one can use on MacOS (iOS not tested). It uses the stdlib <dns_sd.h>.

How to test

  1. Run the broadcaster.
cd broadcaster
clang++ -o broadcaster main.cpp
./broadcaster

You should see output of the service details of the service we are advertising.

  1. Scan for services
cd scanner
clang++ -o scanner main.cpp
./scanner

Having done this, the output should include the resolved service.

S
Description
No description provided
Readme 34 KiB
Languages
C++ 100%