BEL

2 posts / 0 new
Last post
Offline
Last seen: 6 years 10 months ago
Joined: 06/16/2017
Posts: 2
Wireshark Analysis of DDS Packets

Hi,

I am trying to find the packets which been sent by the RTI DDS over the  network. I am capturing packets for Shape Demo with wireshark. I need help in the analysis part. I am attaching pcap file also with this topic.

I am trying to find the DATA which is been sent from publisher to the subscriber in the DATA Submessage, but i didn't find readable values of data (x, y, color etc) of the topic available in this sub message.

Can anyone help in figuring out that.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 7 years 8 months ago
Joined: 08/19/2016
Posts: 1
durable writer problem

Two are two durable data writers namely, A & B of keyed topic.
Instance z is written by A and then disposed by B.
Data is still being provided to later joiner reader by writer A (due to data being available at cache of A).
Plz suggest the method so that data is not provided to late joiner.

Organization:
1 post / 0 new
Offline
Last seen: 7 years 11 months ago
Joined: 11/28/2015
Posts: 8
Transient local topics not retreived on partition change
Hi Suppose I have published some transient local topics in SIMULATE partition. Then I switch over to COMBAT partition and publish some topics. Then I switch over to SIMULATE partition, I am not getting transient local topics on on_data_on_readers. on_data_on_readers is not called on partition change. I want to know what exactly happens on partition change to the readers cache and writers cache.
Organization:
1 post / 0 new
Offline
Last seen: 1 year 5 months ago
Joined: 09/13/2015
Posts: 3
Problem in registering topics and publishing

While running my program using DDS RTI Connext, I face following probelms.

1. It takes time to register topics. Sometimes 5 minutes and sometimes more.

2. So while running my program, I get follwing output:

Organization:
Subscribe to RSS - BEL