/bonjour-websocket

A Bonjour/Zeroconf multicast DNS example using QMdnsEngine and Qt WebSockets

Primary LanguageC++

bonjour-websocket

A Bonjour/Zeroconf multicast DNS example using QMdnsEngine and Qt WebSockets.

Dependencies

sudo apt install qt5-default libqt5websockets5-dev

Sources

git clone https://github.com/WoutProvost/bonjour-websocket

Building

cd bonjour-websocket
mkdir build
cd build
cmake ..
make

Running

./server
./client