rtiddsping

2 posts / 0 new
Last post
Offline
Last seen: 5 years 3 months ago
Joined: 02/16/2017
Posts: 1
softball question: rtiddsping "on_rquested_incompatible_qos"

 

Using rtiddsping  (DDS version 5.3.1) like so  :

machine1>  ./rtiddsping -domainId 12 -transport 1 -reliable -subscriber

machine2> ./rtiddsping -domainId 12 -transport 1

^^^ does NOT work : message is "DataListener::on_rquested_incompatible_qos   Incompatible policies: [2, ];"

 

but if i do this:

machine1> ./rtiddsping -domainId 12 -transport 1

machine2> ./rtiddsping -domainId 12 -transport 1 -reliable -subscriber

 

it works. 

Keywords:
4 posts / 0 new
Last post
Offline
Last seen: 7 years 2 weeks ago
Joined: 03/11/2017
Posts: 2
rtiddsping discovery w/o data

Hello--

I'm trying to establish DDS connectvity between two hosts, which are now directly connected with 10GB fiber to hopefully simplify the testing as previously there was a 10GB switch involved.

After following advice across several posts on this forum, I've brought the experiment all the way down to these two directly connected hosts and am using only the rtiddsping application with no special arguments or QoS settings, including verifying that the environment is clean and the process is not reading any QoS files.

Organization:
Keywords:
6 posts / 0 new
Last post
Offline
Last seen: 10 years 5 months ago
Joined: 02/05/2013
Posts: 16
Using rtiddsping

Hello-

I am attempting to use rtiddsping to diagnose an issue in communications where publication occurs on a VxWorks box and subscription occurs on a Windows machine.

To learn the tool, I’m presently just running some tests across two Windows machines.

Subscribe to RSS - rtiddsping