Questions tagged [data-distribution-service]

Data Distribution Service for Real-Time systems V1.2 is a standard finalized in 2007 by the Object Management Group (OMG). Its goal is to provide a standardized infrastructure for building mission or business critical systems. For that purpose, it defines a strong-typed data-space that can be updated by Publishers and observed by Subscribers. Decoupling, automatic discovery and a rich set of Quality of Service settings are some of its important features.

Data Distribution Service (DDS) specification: https://www.omg.org/spec/DDS/

255 questions
0
votes
0 answers

Invoking the IDL pre-processor

I am working on a linux 4.20 and ubuntu 15.10 virtual machine and my host is windows 7. I am trying to implement a simple chat message example using Data Distribution Service (DDS) protocol provided by Prismtech (Community Edition). I came across a…
0
votes
1 answer

Unable to add Route in Apache Camel dynamically at Runtime

I wanted to add new camel route dynamically on runtime. ie say on user request i need to add new route and need to start consuming data from the newly added route as well, which i couldnt. import java.util.ArrayList; import java.util.List; import…
Praful
  • 157
  • 1
  • 5
  • 16
0
votes
1 answer

Vortex fog vortex gateway integration

I am new to Data Distributive Service.I am using PrismTech products for DDS. I have vortex lite in my network. To interact with the vortex gateway in public cloud , i am using vortex fog service. But was not able to establish interaction. Can any…
Praful
  • 157
  • 1
  • 5
  • 16
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

OpenDDS - message_writer->write(...) error DDS::RETCODE_TIMEOUT

I'm creating an simple message program in openDDS. This program uses a publisher and a subscriber. In the publisher I write a message with: DDS::ReturnCode_t error = message_writer->write(message, DDS::HANDLE_NIL); When I try to send from 180 bytes…
DKo
  • 820
  • 1
  • 9
  • 19
0
votes
1 answer

can't found open Splice mobile on Linux?

Good morning. I tried to install open splice mobile (DDS for mobile) on linux and i would like to find the building version (zip version) but i didn't find it in the site i get only vortex version which are binary file. if someone have an idea how i…
Walid Sassi
  • 75
  • 1
  • 2
  • 11
0
votes
0 answers

How do I convert from DDS data type to a primitive?

I'm using DDS to buffer data between modules in software I'm working on. I'm new to the whole DDS thing, but one of the things I need to do is to access the data in a sequence and pass it to a function as a array. I know that I…
marcman
  • 3,233
  • 4
  • 36
  • 71
0
votes
2 answers

Limit on DDS topic names

I am currently using RTI DDS and am writing some specifications. However, I don't want any of the topic names in my specifications to over exceed the limit for the topic name in DDS. I tried searching and could not find if any such limit exist. Does…
jgr208
  • 2,896
  • 9
  • 36
  • 64
0
votes
0 answers

I'm trying to run mdpnp openice on rpi (RTI DDS)

I'm getting this error. MdPnP project provides a java demo-app. I have it already running on beaglebone black and works fine. I´m trying to run it on RPi and I encounter this problem. Application hangs when it tries to use dds external library. Rpi…
0
votes
1 answer

How to declare Foreign Key in a physical file through DDS in AS/400?

We can make foreign keys very easily using SQL. But is there any way to declare foreign key using DDS?
Vikash Shukla
  • 55
  • 1
  • 2
  • 12
0
votes
0 answers

Implementing clustering in openDDS?

I have built OpenDDS using C++. I'm using it for a real time application. I want to scale it to different nodes in distributed system. So, is it possible to cluster OpenDDS?
Vishvesh Phadnis
  • 2,448
  • 5
  • 19
  • 35
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

How to use twin oaks DDS for an iOS app to communicate a non-iOS device?

We are using Twin Oaks DDS for windows. Can anyone help me in understanding how to use twin oaks DDS for iOS app to communicate with a non-iOS device?? Thanks, Ravi Kumar
Ravi
  • 225
  • 1
  • 15
0
votes
1 answer

Why is IDL incomplete?

I'm using OpenDDS 3.4.1 on Linux and trying to manually compile an IDL because I already have a build system for the project and would just like to generated the needed files and integrate. Here a test IDL I'm using. #include…
Ender
  • 1,652
  • 2
  • 25
  • 50
1 2 3
16
17