rti v6.1.1

2 posts / 0 new
Last post
Offline
Last seen: 8 months 1 week ago
Joined: 08/12/2023
Posts: 1
Running RTI 6.1.1 with .NET FW 4.6.1\4.71

I'm trying to run a .NET 4.6.1 with RTI 6.1.1.

I keep getting error related to nddsc.dll - is this dll should be included in the running environment ?

2 posts / 0 new
Last post
Offline
Last seen: 8 months 1 week ago
Joined: 07/24/2023
Posts: 1
rti dds installation

I am trying to install rti dds version 6.1.1 on an "Orange pi zero", the system details are as follows

PRETTY_NAME="Armbian 23.05.1 jammy"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
PRIVACY_POLICY_URL="https://www.armbian.com"
UBUNTU_CODENAME=jammy
ARMBIAN_PRETTY_NAME="Armbian 23.05.1 jammy"

More details about orange pi can be found here,

6 posts / 0 new
Last post
Offline
Last seen: 8 months 9 hours ago
Joined: 04/20/2023
Posts: 3
Isolation DDS on a Local Network

Hi. I have a question regarding the potential ability to isolate datawriters and readers on a local network. I work in an environment where the pplication we develop uses 4 constant domain ids. However, all the computers in our lab are on a local network. If someone runs the application on one computer, every other computer is also getting that same DDS traffic. Is there any way to isolate each computer, besides changing the domain id, through perhaps the QoS settings?

Organization:
7 posts / 0 new
Last post
Offline
Last seen: 1 year 1 day ago
Joined: 04/10/2023
Posts: 4
How to resolve circular type dependency?

I'm working on a project with complex messages that have something akin to the following pattern in them:

struct TypeA {

TypeB _child; // @resolve-name false

};

struct TypeB {

sequence<TypeA> _sequence; // @resolve-name false

};

 

6 posts / 0 new
Last post
Offline
Last seen: 1 year 3 months ago
Joined: 03/13/2022
Posts: 11
userData in rti version 6.1.1
problem in using @copy in idl
3 posts / 0 new
Last post
Offline
Last seen: 1 year 3 months ago
Joined: 03/13/2022
Posts: 11
error in building with rti version 6.1.1

when is want to build my program, i see muliple error that related to the rti

Subscribe to RSS - rti v6.1.1