Questions tagged [opensplice]

OpenSplice, an implementation of the Data Distribution Service (DDS) specification

An opensource implementation of that is available from GitHub.

37 questions
0
votes
1 answer

How to subscibe to group of similar DDS topics using wildcard

I am new to Data Distribution Service (DDS) . I would like to know if we could subscribe to group of topics in DDS using wildcard. so that i can receive data from topics with similar name together. For eg i have 2 topics IN_Temperature,…
Praful
  • 157
  • 1
  • 5
  • 16
0
votes
1 answer

Sending Data to OpenSplice (DDS)

I'm new to DDS and opensplice, so this may be simple, but I don't understand it. I am reading about reader caches and writer caches in the opensplice documentation. I understand that data goes into the datawriter cache and is then sent to datareader…
JustBlossom
  • 1,259
  • 3
  • 24
  • 53
0
votes
1 answer

How do I configure OpenSplice DDS for 100,000 nodes?

What is the right approach to use to configure OpenSplice DDS to support 100,000 or more nodes? Can I use a hierarchical naming scheme for partition names, so "headquarters.city.location_guid_xxx" would prevent packets from leaving a location, and…
0
votes
1 answer

OpenSplice V6.3 fails on Network

although i have been using OpenSplice V5 for connecting my platform running on different nodes, now i upgraded OPensplice to V6.3 but i am getting failures on my platform as if no connection. what i did is that i tried connecting the helloWorld…
0
votes
1 answer

How big can the Opensplice DDS persistent datas be?

I wonder if I can put big amount of data in my software or if I'm obliged to use an external solution. How much data can I put using the persistence of OpenSplice DDS or RTI's DDS ?
Xaltar
  • 1,688
  • 14
  • 22
0
votes
1 answer

How can I compile OpenSplice 5.5.1 Community Edition with VS2012

How can I compile OpenSplice 5.5.1 Community Edition with VS2012? I always get compile errors that Windows.h is not found. I tried to add / modify the build scripts that they start recognizing my VS2012 version, but I failed. Does anybody have…
Tobias Langner
  • 10,634
  • 6
  • 46
  • 76
-1
votes
1 answer

Opensplice failed to build dcpsisocpp2

I downloaded the latest source code of Opensplice DDS from https://github.com/ADLINK-IST/opensplice and tried to build it by following its instructions (source setenv, source ./configure, then make ..) in my Cygwin 64 bit. The build (make command)…
Jia Liang Liu
  • 13
  • 1
  • 6
1 2
3