Code Monkey home page Code Monkey logo

Comments (7)

huin avatar huin commented on June 1, 2024

The Wireshark captures would be particularly useful. Specifically comparing the working tool does versus what goupnp does.

from goupnp.

smares avatar smares commented on June 1, 2024

Great, now I cannot reproduce the issue after a PC reboot. 😅

By the way, device.go has RequestSCDP(). Shouldn't this be RequestSCPD()?

from goupnp.

huin avatar huin commented on June 1, 2024

Dang, that's a pain. I was vaguely wondering if it's a lack of IPv6 support in the library.

And yes, looks like that's a typo. I guess I should alias that (but retain old for compatibility). Thanks for spotting it :)

from goupnp.

smares avatar smares commented on June 1, 2024

Hmm, not sure if it's an IPv6 problem. Wouldn't that mean that it should never find the devices?

Do you have experience with Wireshark? What should I be looking for? Even though I turned off all services and programs that connect to the Internet, as soon as I start recording, I get lots of entries. I thought UPnP is mostly UDP at least when it comes to discovery, but that SDK I mentioned seems to be doing several TCP requests to my intranet as well.

from goupnp.

huin avatar huin commented on June 1, 2024

The IPv6 theory is based on a couple of things: one is that this library hasn't been updated to support IPv6, and the other is pondering if the appearance and disappearance of the problem you experienced was maybe an IPv4 DHCP lease expiring and not being renewed (where IPv6's own auto configuration would probably survive). But the latter being a cause is a complete guess.

I've used Wireshark, although a bit rusty. What might work best is to apply a filter for UDP packets that have port 1900 as either source or destination. That should cut out most of the noise.

from goupnp.

smares avatar smares commented on June 1, 2024

Closing as I really cannot reproduce. In case I can, I'll be back with Wireshark dumps. :)

from goupnp.

huin avatar huin commented on June 1, 2024

Thanks, and please do :)

from goupnp.

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.