Hi,
I'm trying to run rtiperftest with TLS transport on raspberry pi 3B. But I got the following error message:
Hi,
I'm trying to run rtiperftest with TLS transport on raspberry pi 3B. But I got the following error message:
Hello,
I have two questions,
First, I want to use TLS over TCP, do I need to purchase separately?
Second, if I want to use in raspberry pi (publisher) and Linux server (subscriber),
How can I install it in raspberry pi?
Currently, I already publish from raspberry pi and subscribe from the server via TCP.
Hello,
when I run
make -f makefile_HelloWorld_armv6vfphLinux3.xgcc4.7.2
I face the problem like this :
/usr/arm-linux-gnueabihf/include/bits/byteswap.h: In function ‘__bswap_32’:
/usr/arm-linux-gnueabihf/include/bits/byteswap.h:45:1: sorry, unimplemented: Thumb-1 hard-float VFP ABI
How can I solve it ?
ENV:
$LD_LIBRARY_PATH = /home/kay/rti_connext_dds-6.0.0/lib/armv6vfphLinux3.xgcc4.7.2
$NDDSHOME =/home/kay/rti_connext_dds-6.0.0
Hello all,
I am currently setting up my raspberry pi to run some RTI DDS applications, and I am interested in coding in Java.
I have gone through the HOWTO page here: https://community.rti.com/content/forum-topic/howto-run-rti-connext-dds-raspberry-pi
However, I think there is a missing section which is important if you want to run java applications which is section: 6.2.3
I noticed in the explanation of how to run the java example, that after copying the example using:
Hi,