You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the info provided on #272, I have created PR #350 to avoid the need of patching asio to enable multicast. That should solve the problem you are having on QNX.
Hi guys:
I have compiled FAST-RTPS for QNX , The step can find at:
https://github.com/eProsima/Fast-RTPS/issues/new
But In one machine which run on qnx system, I compiled a HelloWorld example to test FAST-RTPS.
The HelloWorld example can be found at
https://github.com/eProsima/Fast-RTPS/tree/master/examples/C%2B%2B/HelloWorldExample
I did not change anything in the example code.
In one console I run
./HelloWorldExample publisher
In another console I run
./HelloWorldExample Subscriber
But very sad. Nothing happened. They did not communicate with each other.
In my qnx machine , system info is
ifconfig
`root@# ifconfig
lo0: flags=ffff8049<UP,LOOPBACK,RUNNING,MULTICAST,IP6FORWARDING,ACCEPTRTADV,SHIM> mtu 33136
`
route show
` root@# route show
Routing tables
netstat
` root@:~# netstat
netstat -g
` . root# netstat -g
please let me know if you need any more information.
address : IN one machine
I really don't know how to solve the problem, any help is appreciated.
thanks all.
The text was updated successfully, but these errors were encountered: