Giter Site home page Giter Site logo

woutprovost / bonjour-websocket Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 91 KB

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

Home Page: https://developer.apple.com/bonjour/

CMake 3.57% C++ 96.32% C 0.12%
bonjour mdns qmdnsengine qt qtwebsocket zeroconf

bonjour-websocket's People

Contributors

woutprovost avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

bonjour-websocket's Issues

Some devices need a delay of at least 500 ms to resolve all addresses and resolve again after 1 min

When resolving the addresses inside onServiceAdded.

# Service added
[21:16:27.123] "Test Service" added
[21:16:27.124] "Test Service" resolved to "someIP"
[21:16:27.124] "Test Service" resolved to "someMAC"

# After a full minute
[21:17:27.170] "Test Service" resolved to "someIP"
[21:17:27.170] "Test Service" resolved to "someMAC"
[21:17:27.170] "Test Service" resolved to "someMAC2"

When resolving the addresses after a delay of 500 ms after the call to onServiceAdded.

# Service added
[21:29:24.315] "Test Service" added
[21:29:24.817] "Test Service" resolved to "someIP"
[21:29:24.817] "Test Service" resolved to "someMAC"
[21:29:24.822] "Test Service" resolved to "someMAC2"

# After a full minute
[21:30:24.804] "Test Service" resolved to "someIP"
[21:30:24.803] "Test Service" resolved to "someMAC"

onServiceAdded and onServiceRemoved called right after the first call to onServiceRemoved

# Service added
[21:10:48.734] "Test Service" added
[21:10:48.736] "Test Service" resolved to "someIP"
[21:10:48.737] "Test Service" resolved to "someMAC"

# Service removed
[21:11:03.409] "Test Service" removed
[21:11:03.410] "Test Service" added
[21:11:03.411] "Test Service" resolved to "someIP"
[21:11:03.411] "Test Service" resolved to "someMAC"
[21:11:03.412] "Test Service" resolved to "someIP"
[21:11:03.413] "Test Service" resolved to "someMAC"
[21:11:03.423] "Test Service" removed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.