Questions tagged [opendds]

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS).

DDS (Data Distribution Service) is a protocol that allows programs to exchange data between nodes. OpenDDS is an open source C++ implementation of DDS developed by Object Computing, Inc with official bindings for Java and NodeJS and unofficial bindings for .NET.

73 questions
0
votes
2 answers

OpenDDS: how to communicate two hosts through public network (WAN)

Rcently, I succeeded in communicating two hosts in same subnet by OpenDDS. However, I want to communicate other two hosts through public network or WAN. It doesn't work. How can I solve this problem?? Here is my communication enviroment: I have two…
0
votes
1 answer

Does ACE+TAO/OpenDDS support a 64-bit GCC toolchain?

ACE+TAO: 6.3.2 OpenDDS: 3.11 Host compiler: GCC 5.4 As I cross-compile OpenDDS for Android, I'm looking at ACE_wrappers/build/arm/include/makeinclude/platform_android.GNU which appears to do the cross-compiling for ACE, and it appears to only…
Ender
  • 1,652
  • 2
  • 25
  • 50
0
votes
0 answers

libOpenDDS_Tcp.so: file not recognized: File format not recognized

When I was trying to cross-compile code of Opendds to arm by arm-none-linux-gnueabi-g++ on Ubuntu 16.04, the following problem happened: p/workspace/DDS/lib/libOpenDDS_Tcp.so: file not recognized: File format not recognized collect2: ld returned 1…
Z.DOE
  • 1
0
votes
1 answer

How to start developing OpenDDS on Qt5.8 in linux?

After a long process, we chose CentOS 7.3 + Qt5.8 + OpenDDS 3.10 to use for our needs. Now I am looking into how exactly to make OpenDDS usable in Qt5? There is literately no result here when searching "opendds qt". Any idea will be greatly…
Peter
  • 21
  • 1
  • 3
0
votes
1 answer

OpenDDS and OpenSplice interoperability

I have two programs, one using OpenSplice 6.7.1 and the other using OpenDDS 3.10. They are both using RTPS as protocol, the same domain id and the destination port (I verified using wireshark). The problem is that they are not communicating. I…
0
votes
2 answers

Why OpenDDS resends same last data when DataWriter is deleted

I would like to understand why OpenDDS resends the same last data n times (where n is the number of messages already sent) when a DataWriter is deleted ? Is that the effect of a specific QoS I have missed ? An output of a little test I have made…
MSch8791
  • 41
  • 6
0
votes
1 answer

Fatal error C1083 when using opendds_idl tool on IDL file

I am experiencing an issue with the opendds_idl tool on Windows 10. I have generated the OpenDDS libraries and tools with Visual Studio 2015 from OpenDDS source code with static linking mode enabled and x64 platform. With the command…
MSch8791
  • 41
  • 6
0
votes
1 answer

What library in OpenDDS contains "OpenDDS::DCPS::operator<<"?

I'm having an issue linking my shared library against an OpenDDS (v3.9) static library because I am unable to find where this method signature is located. Here's the error. [exec] libs/mylib/ABTypeSupportImpl.cpp:74: error: undefined reference to…
Ender
  • 1,652
  • 2
  • 25
  • 50
0
votes
1 answer

OpenDDS Perl Script Setup Throwing Error

Continuing from this SO question. When following the openDDS install guide I attempt to run configure from within the command prompt but receive this output recieve this error…
0
votes
0 answers

openDDS not generating typesupportc header

Im running into an issue with getting TAO_idl not generating typesupportc header. the dds_TAOv2_all.sln builds just fine and all the examples generate their respectful typesupport files including the typesupportc.h file that is necessary for the…
mike
  • 1
-1
votes
2 answers

Connect two devices using DDS on Lan

I came up with an idea to establish connection between my Raspberry Pi 4 and Windows host machine. I did it successfully by utilizing MQTT protocol, but got interested in Data Distribution Service concept (DDS). My Pi needs to send captured images…
-1
votes
1 answer

Getting error while running run_test.pl for an opendds example(Messenger) on linux

I am trying to run run_test.pl for Messenger example given in DCMS for openDDS-3.14 on linux.But getting error ./run_test.pl /home/user/OpenDDS-3.14/bin/DCPSInfoRepo -ORBDebugLevel 10 -ORBLogFile DCPSInfoRepo.log -o…
Ayush Jain
  • 13
  • 5
-2
votes
1 answer

Why do we need OpenDDS run_test.pl?

I am running OpenDDS MPC based example stockQuoter. I deleted the run_test.pl, still the project builds and runs properly. why do we need this Perl script?
kobi89
  • 152
  • 9
1 2 3 4
5