I am using Apple's mDNSResponder. It works in single network. Is there a way to make it work even if there is router between computer that browses for services and computer that is service provider?
I am not good in networking, but it seems to me that usually multicast packets don't go through router.
So, i have two possible options in mind:
- There might be some key in some network protocol that forces router to retranslate multicast packet to other network.
- There's some program you can install on router to do that (if no, is it even possible to write one?).