Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.

Home Page:http://yortw.github.io/RSSDP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listen for SSDP on Multiple NICs

Steve0212a opened this issue · comments

I read your FAQ and saw the sample for selecting one NIC (ip address) to listen on. However, I want to listen on multiple NICs simultaneously. Is that possible? I think I would just have to create one SsdpCommunicationsServer for each IP Address on the multiple NICs.

What would be the recommended approach to do this?

Thanks.

Hi,

Yes, at the moment you need to create a separate publisher or device locator, using a separate SsdpCommunicationsServer, for each IP.

Finding an alternate solution for this has been on the list for a while, but there are numerous challenges and I do not know if or when I will be able to implement a solution. In the mean time, creating a separate instance for each IP is the only solution I have for you.

ok - thanks