Giter VIP home page Giter VIP logo

Comments (3)

pauluap avatar pauluap commented on August 9, 2024

I bumped into the same issue with aiocoap 0.3 and implemented essentially the same workaround.

However, when I look at the code in master, it seems that the multicast request method has been removed. Does that mean that the project is dropping multicast request support?

from aiocoap.

chrysn avatar chrysn commented on August 9, 2024

Multicast was removed because it didn't actually work -- but if it does for you, I'll have to re-evaluate that.

(The current state of multicast in the 0.4 pre-releases is that it works server-side, but client-side you can only do pseudo-anycast, meaning you send a request to a multicast address, but only receive the first response as "the" response).

I'll have a closer look at this (also to reinstate multicast -- how well does it work for you in 0.3? Do you reliably get all the expected answers?), but can't promise when exactly at the moment.

from aiocoap.

pauluap avatar pauluap commented on August 9, 2024

Thanks for continuing to maintain this project, I appreciate it!

Rather than what the OP did, I wrote asyncio.get_running_loop().run_until_complete(self.responses.finish()) but that amounts to the same thing. Doing that does get things going for me.

I'm not sure what you mean by 'reliably' - it's udp multicast after all, but on my small quiet network with a small number of servers, I'm able to see responses from all of my servers every time I make a multicast request.

I'll eventually need DTLS support, so I took a hack at trying to implement multicast support in master. I'll make up a pull request for that soon. I expect that I made a grievous error somewhere so a code review would be appreciated.

from aiocoap.

Related Issues (20)

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.