docker

2 posts / 0 new
Last post
Offline
Last seen: 1 year 2 months ago
Joined: 01/31/2023
Posts: 1
RTIDDSGEN build fails inside of Docker container

 

I experience problem compiling C++ code, which seems to be specific to my case.

The build is happening inside of Docker dev container.

Container compiler: gcc version 10.2.1 20210110 (Debian 10.2.1-6).

RTI Connext version 6.1.1 Professional.

The problem started happening recently after I upgrade Linux kernel to 6.1.0-3-amd64 (Debian, Bullseye).

The dev container is run inside of VSCode. The output that appears unusual from what I typically see:

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 1 year 7 months ago
Joined: 09/19/2021
Posts: 9
Communication between docker and host

hi,

We're currently trying to have a setup where applications on the host are publishing/subscribing to their counterparts running inside the docker container.

Lets take a very simple request/reply example copied from https://community.rti.com/static/documentation/connext-dds/6.0.1/doc/api/connext_dds/api_cpp2/group__RequestReplyExampleModule.html#RequestReplyExampleModule_requester_create

8 posts / 0 new
Last post
Offline
Last seen: 2 years 4 months ago
Joined: 09/20/2021
Posts: 4
library linking failing in Docker image application demo

I am attempting to follow the example here but I keep getting a fail on the second docker command,

docker run -it --rm -v `pwd`:/app -w="/app" dds-build \
    make -f makefile_Values_x64Linux3gcc5.4.

The error I get is a missing library,

```

3 posts / 0 new
Last post
Offline
Last seen: 3 years 1 month ago
Joined: 01/19/2021
Posts: 3
RTI Routing only works on specific domain id and port

Hello.

I am trying to use the RTI Routing for to route the Shapes demo between two separate Linux computers. Each Linux computer is running one instance of RTI Routing and one instance of Shapes demo. Each routing instance is also executed inside a Docker container. I have published the port using the parameter --publish 7400:7400 in the Docker run command. I am usinga slightly modified version of the example tcp_transport.xml, the one for WAN.

3 posts / 0 new
Last post
Offline
Last seen: 4 years 2 months ago
Joined: 09/24/2017
Posts: 5
can't get routing service to work with own app but only with ShapeDemo

I have problem using routingservice to get applications talk to each other

2 posts / 0 new
Last post
Offline
Last seen: 2 years 8 months ago
Joined: 03/31/2017
Posts: 1
DDS communication across docker containers/machines

 

We have a computationally intensive process running on a server that is publishing DDS data and I have an application running in a container on my local machine that is listening on the same domain with the NDDS_DISCOVERY_PEERS variable set to the server IP address

However, there's no communication between them.

Settings on server,

Keywords:
Subscribe to RSS - docker