domain

3 posts / 0 new
Last post
Offline
Last seen: 1 year 2 months ago
Joined: 06/13/2020
Posts: 5
RTI does not display any domain topic

Dear everyone,

Recently, I've tried to use RTI DDS to visualize the domain topic in the "RTI Administration Console". However, the console doesn't display any topic when the program is running:

Keywords:
4 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Detecting Leaving Domains

Hi everybody,

I have written a simple application which discover all domains with the help of dds::topic::ParticipantBuiltinTopicData. When a domain joins my LAN network, my program detects it but it cannot detect leaving domains. Is there any way to detect leaving domains? 

I bring some of my application code below for further uses:

2 posts / 0 new
Last post
Offline
Last seen: 7 years 11 months ago
Joined: 03/22/2016
Posts: 6
Mapping into Topics and Domains

Hi all,

some background info first:

9 posts / 0 new
Last post
fps
fps's picture
Offline
Last seen: 6 years 2 months ago
Joined: 01/17/2013
Posts: 16
domain filtering

Hi,

There is a computer on the network publishing a topic on domain 2. When I start my computer and listen to the same topic on domain 1, I see my network traffic increase dramatically (even though I quite rightly cannot see the messages).

Is it correct to assume that the domain filtering is being done on my computer (the subscriber)?

Is is possible to change it so that the domain filtering is performed by the publisher instead? (so that it doesn't bother sending me its samples)

We are using udp multicast.

Thank you,

Fidel

Keywords:
6 posts / 0 new
Last post
Offline
Last seen: 10 years 1 week ago
Joined: 11/09/2013
Posts: 3
Corruption between two domains

Hi!

I think I have a problem of sample delivery leakage between different domains.
The system is setup like below...

- PC1: A process of domain #2
- PC2: A process of domain #2
- PC3: 5 processes of domain #10

Under this setup, the samples from domain #10 are delivered to the processes of #2.
This problem is shown rarely, but once it occurs, the processes from #10 keep sending samples to #2.
Each process has only one domain participant for the corresponding domain.

Organization:
Keywords:
Subscribe to RSS - domain