vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

Communication between 2 Devives

Open akashnagpalofficial opened this issue 1 year ago • 1 comments

Hey there,

I'm currently working with two devices:

  1. QNX OS with vSomeIp v3.1.20.3
  2. Pi OS with vSomeIp v3.4.10

I've been experimenting with subscribe-sample.cpp and notify-sample.cpp on both terminals. Although there are no visible errors in either terminal, it seems the communication isn't functioning.

Has anyone successfully managed to make this work with the mentioned device combination? Oddly enough, I can execute the code flawlessly on the same node.

Any insights, suggestions, or experiences shared regarding this issue would be incredibly helpful. Thanks in advance for your assistance!

Best regards, Akash Nagpal

akashnagpalofficial avatar Dec 15 '23 16:12 akashnagpalofficial

Hello @akashnagpalofficial

There are a lot of things that could be wrong and you are not providing enough information. I could suggest to use a network packet analyzer in one side like wireshark/tshark/tcpdump and check what you see

Have you create the route?, I mean you have a service discovery which sends messages by a multicast IP. Assuming that you are running the service discovery in both devices.

What is you .json communication?

Check this: Communication between two devices

reymor avatar Jan 02 '24 21:01 reymor