0

We have an embedded PC that initially starts off life with a link-local IPv4 address, typically 169.254.0.1. It broadcasts its existence using Zeroconf using the python-zeroconf library. These Zeroconf messages are happily received on the Mac, but the ZeroConf broadcast is never received on Windows 10 unless the PC is also on a link-local address too.

Is this a limitation of Windows, or is there a setting that allows Windows to communicate with other link-local addresses on the network even when assigned a static IP address?

2
  • Zeroconf isn't an actual protocol. What exactly is your program actually doing? Commented Aug 12, 2021 at 13:56
  • I cannot ping Link-local addresses on Windows 10 unless the Windows laptop is also on a link local address. The strange thing is that some Windows PCs work, some don't. I'm trying to work out the difference. Commented Aug 13, 2021 at 15:31

1 Answer 1

0

You can install a third-party mDNS resolver such as Bonjour for Windows to enable support in Win32. And check this post.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.