Multicast

2 posts / 0 new
Last post
Offline
Last seen: 2 years 2 weeks ago
Joined: 08/09/2017
Posts: 3
Disabling multicast after setting it from reading xml qos file

Is it possible turn off multicast after reading in a qos file that has it set? I am reading in a qos file using this:

 

 retcode = dds_factory->get_participant_qos_from_profile(interfaceDomainParticipantQos, "Definitions", "common");

 

where this profile has it set. But then try to unset multicast_enable:

 

retcode = DDSPropertyQosPolicyHelper::add_property( interfaceDomainParticipantQos.property,
"dds.transport.UDPv4.builtin.multicast_enabled", "0",
DDS_BOOLEAN_FALSE);

 

Keywords:
4 posts / 0 new
Last post
Offline
Last seen: 2 years 7 months ago
Joined: 09/13/2021
Posts: 2
Topics, identified by name, transported on specific multicast groups.

Hi.
I’m hoping someone will be able to give me a bit of advice.
In code I’m trying to set up a QoS policy that sets specific topic names to be transported on particular multicast groups. For example, Topic1 is transported on 239.255.100.101 and topic2 on 239.255.100.102.
I’d like to be able to define common code that generates a policy that includes the multicast group to topic names for a number of topics to allow us to do a bit of code reuse.
From doing a bit of reading online it looks like it can be done but I’m just not entirely sure how.

4 posts / 0 new
Last post
Offline
Last seen: 4 years 3 months ago
Joined: 07/22/2019
Posts: 11
Error with multicast using FlatData and Zero Copy

I'm sending images using a docker. I created a publisher and subscriber which sends a simple image. And I want to use the recording service to log info from this images. 

I created this xml, based on the example in the RTI_RecordingService_UsersManual.pdf page 27.

 

<?xml version="1.0" encoding="UTF-8"?>

 

 

 

5 posts / 0 new
Last post
Offline
Last seen: 6 years 5 months ago
Joined: 09/17/2015
Posts: 53
Some processes not publishing when NOT using multicast

Hello all,

First, in here (https://community.rti.com/comment/reply/2592) you need to add that you have to allow unknow peers for udp loopback.

You have also a duplicate, worse article which you should merge with the above one and delete: https://community.rti.com/kb/how-do-i-configure-rti-data-distribution-service-not-use-multicast

Keywords:
5 posts / 0 new
Last post
Offline
Last seen: 9 years 10 months ago
Joined: 06/19/2014
Posts: 2
Can I disable DDS unicast traffic entirely?

I have four hosts called A, B, C, D.

A has IP Address 192.168.0.97.
B has IP Address 192.168.0.99.
C has IP Address 192.168.0.98.
D has IP Address 192.168.0.99.

A and B are connected to each other through an ethernet switch S1.
C and D are connected to each other through an ethernet switch S2.
S1 and S2 are not connected to one another.

11 posts / 0 new
Last post
Offline
Last seen: 9 years 11 months ago
Joined: 05/08/2014
Posts: 7
Multicast TTL setting not being passed or set

Hi,


We need DDS to be picked up over multiple subnets. I know that the default Multicast TTL setting is 1, which won't alllow this. I found the article here:

http://community.rti.com/kb/how-do-i-change-multicast-time-live-ttl

1 post / 0 new
Offline
Last seen: 9 years 9 months ago
Joined: 01/16/2014
Posts: 4
Multicast Communication between Connext Micro and Connext Pro

Hello RTI Community,

I'm having trouble getting multicast communications working between a connext micro and connext pro application. 

Keywords:
Subscribe to RSS - Multicast