[zeromq-dev] Trouble with EPGM/multicast pub/sub
Jim Melton
jim at melton.space
Tue Jun 21 06:17:35 CEST 2022
Are you experienced with multicast protocols?
I’ve never used epgm, but I can’t imagine that binding to “epgm://mesh0;*:5555” will work. For TCP, “*” has special meaning “bind to every interface” listening for connections. With multicast, the group memberships are explicit and there is no way to wildcard it.
https://stackoverflow.com/questions/33489552/zeromq-using-epgm-transport
--
Jim Melton
> On Jun 20, 2022, at 4:13 PM, Eric Lockman <eric at xealstudios.com> wrote:
>
> I'm having issues with epgm and the pub/sub pattern.
> I've found very few examples of epgm online, and I suspect I just need clarification on the endpoints.
> The trouble I am running into is best documented here:
> https://github.com/zeromq/czmq/issues/2227 <https://github.com/zeromq/czmq/issues/2227>
>
> Kind Regards,
> Eric
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20220620/56714a92/attachment.htm>
More information about the zeromq-dev
mailing list