Hi!
Very quick question:
What separates DDS from other publish-subscribe middleware? What makes it unique from other publish-subscribe middleware?
Thanks,
Kaleem
Hi!
Very quick question:
What separates DDS from other publish-subscribe middleware? What makes it unique from other publish-subscribe middleware?
Thanks,
Kaleem
I am having trouble getting a subscriber to receive data from a publisher. Both entities are on the same machine and my firewall is off.
* Subscriber has a listener with StatusMask as all().
* set NDDS_DISCOVERY_PEERS=4@shmem://
* Using HighThroughput profile.
I guess the more unusual thing about this app is that there are two domain participants with a pub on one and a subscriber on the other. Yet, they are both on the same domain's id, 0. I assume that's ok.
Hello,
I've started my research project by Rti DDS Connext,
I have 2 kind of data types :
struct bite_msg_t {
string<128> color; //@key
long x;
long y;
};
struct bite_iam_reply_t {
string<128> color; //@key
short a;
short b;
};