jhelovuo / RustDDS

Rust implementation of Data Distribution Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of IPs to DDS domain

fgadaleta opened this issue · comments

commented

In DomainParticipantInner::new(...) it is hardcoded the multicast address 0.0.0.0 and the Ipv4Addr 239.255.0.1
I believe that defining the participants by IP would not be possible. Or am I missing something?
Is there a feature to add participants manually by a list of IPs in the roadmap?