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
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
0 answers

Hadoop vs DDS vs ACE

I am writing a report about distributed systems libraries for Java. But I can't see the difference between them. What is the difference between ACE vs Hadoop vs DDS? Can the three of them be used to develop a distributed application like a simple…
0
votes
1 answer

How to detect whether DDS is installed in the Windows system?

I want to install OpenSplice DDS using nsis script, but i have to know whether the OpenSplice DDS installed or not in the system (Windows). Based on the register keys how can we check if OpenSplice DDS is installed or not? Can anybody provide the…
Ami
  • 4,241
  • 6
  • 41
  • 75
0
votes
1 answer

OpenSplice DDS open source implementation support - Database Transaction Processing?

I want to use OpenSplice DDS for "Messaging" and "Database Transaction Processing" functionalities. Can you please help to know if OpenSplice DDS open source implementation supports - "Database Transaction Processing" or not? Can anyone share the…
0
votes
1 answer

Restful DDS execution

I download restful-dds-1.0-src.tgz file from http://code.google.com/p/restful-dds/downloads/list website. I am using linux environment. From the ReadMe.txt file i execute the chatter application (CHATROOM TEST) up to scripts/startRESTfulDDS.sh and…
Bathakarai
  • 1,517
  • 6
  • 23
  • 39
0
votes
2 answers

Using an IDE to develop OpenSplice DDS applications

I keep trying to configure Open Splice on the Eclipse platform but I'm not making any progress. I use the Open Splice DDS in the Java Standalone mode. The Eclipse platform I work on is the Eclipse edition for Java EE developers (Helios). The…
user1355253
  • 95
  • 1
  • 1
  • 8
0
votes
0 answers

Code Coverage of DDSPublisher.java using EMMA

I am working in Linux platform ,implementing Opensplice DDS with Java using Eclipse as IDE. Publishesr and Subscribers of main classes are getting executed .Currently working in code coverage part using the tool EMMA .I have created the build file…
user1355253
  • 95
  • 1
  • 1
  • 8
0
votes
1 answer

Using fix with dds and/or tibco - ideas?

Instead of using the quickfix engine and its ways of send/receive fix messages, if i were to implement fix protocol over dds how would you recommend i go over it? I am new to dds. I understand that i might have to configure topics but what would…
Fanatic23
  • 3,378
  • 2
  • 28
  • 51
-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

How to subscribe and publish a object in CycloneDDS?

I am using CycloneDDS c++ build. currently, I am able to publish and subscriber primitive data types. .idl file contains data structure How to send an object or publish and subscribe an object in CycloneDDS? Edited - object = both data ("state") and…
kobi89
  • 152
  • 9
-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
-1
votes
2 answers

Linking of OPC UA and DDS - How to integrate?

I have read that there might be some specification on the integration of OPC UA and DDS within "OPC Foundation's DDS OPC UA Part 14". Can somebody tell me how to find this specification or where it has been released? Through the website of the OPC…
-1
votes
1 answer

Dynamic content filtering in opendds for subscriber?

I'm using openDDS for Data-centric publish subscribe model. Publisher is continuously sending data and subscriber will receive it.but in the case of subscriber ,it has to receive filtered data based on the condition I have given. suppose my topic…
Vishvesh Phadnis
  • 2,448
  • 5
  • 19
  • 35
-2
votes
1 answer

Want to add pushbutton to setTimer and setText

I am newbie in GUI design. Here, in sending and receiving messages (float, integer values) using DDS (OpenSplice) I am trying to add a pushButton to my already existing labels(displaying some float values as shown below), so that after a clicking on…
1 2 3
16
17