Hey there,
connector
Hello everyone,
I have an XML configuration file where I define my own data type.
I created a Publisher using the standard RTI C # API and Publisher can successfully send data through this file. But when I try to subscribe to this data using C# Connector, I get this error in command line:
Main Question:
How do I explicitly fill out a union? The other examples given on the forum rely on it automatically figuring out what type to use, but the rtirecord struct (ab)uses the discriminator to mean different things!
Hello, I noticed in the rti connecotor :
https://github.com/rticommunity/rticonnextdds-connector/tree/master/lib
There is support for ARM 6 & 7, but no arm8. Is the source code available for me to compile the librtiddsconnector.so library for arm8?
I am running a nodeJS app with DDS hooks on an arm8 chip. The system works great running on a traditional architecture, but of course can't find the shared library when running on arm8.
Hi,
I'm using the C# Mono Connector (https://github.com/rticommunity/rticonnextdds-connector/tree/csharp).
Its build type is .net framework 3.5 and packed in a way that the build definition is still .net framework 4 and it’s causing problems, since mono on Unity (Linux) supports .net framework 3.5 only.
I’ve passed this by replacing the standard Newtonsoft.Json to Json.Net.Unity3D and everyhing works fine but not all the unit testing are passed, 2 tests failed (GetValidFullObjectSamples and SendAnonymousAndReceiveObjectSamples).