Receiving Messages From Other Multicast Topics on NIC

8 posts / 0 new
Last post
Offline
Last seen: 4 years 4 months ago
Joined: 07/02/2019
Posts: 5
Communication between Windows DDS Micro and Embedded Board

Hi all,

It will be really great if someone could answer my questions, because I have been trying to get the communication working successfully between my Windows PC and Embedded Board using Connext DDS Micro 3.0.0.

Any kind of help will be more than appreciated to get the communication working between my Embedded Board(Publisher) and my Windows PC(Subscriber) for HelloWorld_dpde example in C.

I am using Connext DDS Micro 3.0.0 and trying to communicate between Windows 7 machine and an ARM based Real Time Architecture microcontroller board with FreeRTOS and lwIP.

8 posts / 0 new
Last post
Offline
Last seen: 4 years 4 weeks ago
Joined: 06/10/2015
Posts: 9
Receiving Messages From Other Multicast Topics on NIC

Hi,

We are using multicast to send and receive messages between applications on two separate topics.  If we publish messages on a single topic (TOPIC_A) and have separate listener applications (APP_A and APP_B) listening on two separate topics (TOPIC_A and TOPIC_B) respectively, we can see through Windows Resource Monitor that both applications are receiving the traffic from TOPIC_A.  However only APP_A is receiving messages on TOPIC_A.  We've configured all applications to use the same multicast address:  

Subscribe to RSS - Receiving Messages From Other Multicast Topics on NIC