Giter Site home page Giter Site logo

brianjohnson5972 / opendds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opendds/opendds

0.0 1.0 0.0 49.8 MB

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.

Home Page: http://www.opendds.org

License: Other

C++ 83.17% Perl 5.32% Batchfile 0.01% C 0.45% Objective-C 0.01% HTML 4.88% Java 5.48% Shell 0.63% CSS 0.02% Makefile 0.02%

opendds's Introduction

Build Status Build status

OpenDDS is an open-source C++ implementation of the Object Management Group's specification "Data Distribution Service for Real-time Systems". Although OpenDDS is itself developed in C++, Java and JMS bindings are provided so that Java applications can use OpenDDS -- see java/README and java/jms/README for details.

OpenDDS is built on the ACE (http://www.theaceorb.com/product/aboutace.html) abstraction layer to provide platform portability. OpenDDS also leverages capabilities of TAO (http://www.theaceorb.com/), such as its IDL compiler and as the basis of the OpenDDS DCPS Information Repository (DCPSInfoRepo).

The primary development of OpenDDS was done by the ACE/TAO development team at Object Computing, Incorporated (http://www.ociweb.com) in St. Louis and Phoenix. It is released under the same generous license terms as ACE, TAO and MPC. See the LICENSE file for details.

This directory structure contains OpenDDS

Documentation

The OpenDDS Developer's Guide is freely downloadable at: http://download.ociweb.com/OpenDDS/

The TAO Developer's Guide book set may also be purchased from: http://www.theaceorb.com/purchase/index.html

Support

OCI strives to make OpenDDS as bug free as possible. If you encounter any problems with this release please fill out the PROBLEM-REPORT-FORM file found in this directory and send to [email protected].

If you desire responsive commercial support for OCI on any problems you encounter, we strongly recommend that you set up an account before you actually need help. There is no cost to establish a normal account. Support charges only apply to work actually delivered. However, we do offer premium level accounts for customers with specific support and enhancement needs, and there may be ongoing charges for such premium service. To set up a support account or to find out more about the support options available, please contact [email protected].

Features

This release of OpenDDS is based on the DDS Specification formal/2015-04-10 (version 1.4). It features the following transport protocols:

  • TCP/IP
  • UDP/IP
  • IP multicast
  • RTPS over UDP/IP (unicast and multicast)

RTPS (Interoperability) features are based on the DDS-RTPS Specification formal/2014-09-01 (version 2.2). See the OpenDDS Developer's Guide and the file docs/design/RTPS for more details on RTPS.

OpenDDS has been found to perform better than other similar TAO services (notification and real-time event channel) by a factor of two or three. The features offered by the RTEC and NS are similar to DDS, but not identical, so carefully examine your use-cases before choosing one service over another. Speed is not the only criterion.

Currently OpenDDS does not support the Data Local Reconstruction Layer (DLRL) portion of the DDS specification. See the Developer's Guide for further information on OpenDDS compliance with the DDS specification. This document is freely available as a PDF file from the same location where OpenDDS can be downloaded. Some additional notes about compliance with the DDS specification can be found below. If you would like have OCI add a feature to OpenDDS please see the Support section for contact information.

Dependencies

TAO

OpenDDS requires TAO for both IDL compilation as well as interaction with the DCPSInfoRepo. If you will be using the "configure" script for OpenDDS (see the INSTALL file for details), you do not need to download TAO first -- the "configure" script will download it for you.

At a minimum, you must be at one of the following versions in order to properly compile OpenDDS:

  • TAO 2.0a patch 7
  • TAO 2.2a patch 10
  • TAO 2.4.0 (DOC Group)

Note that the 2.0a and 2.2a releases are from OCI and can be obtained from http://www.theaceorb.com/. The DOC Group releases can be obtained from http://download.dre.vanderbilt.edu/.

OpenDDS Safety Profile requires TAO from the 2.2a or DOC Group release series.

GNU Make

GNU Make 3.80+ was used for automating the compiling and linking of OpenDDS on Unix and Linux systems.

Perl

Perl is used for running the automated tests and examples included in this source tree and generating Makefiles or Visual Studio project files. On Windows we recommend the use of ActiveState Perl. The configure script also uses Perl.

Operating Systems

This release of OpenDDS has been tested under the following platforms:

Linux family:

  • Red Hat EL 5 and 5.3, x86_64
  • Red Hat EL and CentOS 6.6 and 6.8, x86_64
  • Red Hat EL 7, x86_64
  • Fedora Core 6, x86
  • Fedora 24 x86_64
  • Ubuntu 16.04 LTS, x86_64
  • openSUSE 42.1, x86_64

Windows family:

  • Windows 7 (32-bit, 64-bit)
  • Windows Server 2012 R2 (64-bit)
  • Windows 10 (64-bit)

Others:

  • SunOS 5.10 (Solaris 10) (SPARC)
  • Mac OSX 10.11 (El Capitan)

Embedded/Mobile/IoT:

  • LynxOS-178 (OpenDDS Safety Profile)
  • VxWorks 6.9 and 7 (see below)
  • Linux on Raspberry Pi and Intel Edison
  • Android NDK r12b (ARM)

We have built OpenDDS for VxWorks 6.9 and 7 and have run basic system and performance tests (but not the entire regression test suite). Please contact [email protected] or [email protected] for more information on support for ACE, TAO, and OpenDDS on VxWorks. OCI's packages for ACE, TAO, and OpenDDS can be obtained on the Wind River Marketplace at: https://marketplace.windriver.com/index.php?partners&on=details&id=33

Compilers

This release of OpenDDS has been tested using the following compilers:

  • Microsoft Visual C++ 9 with SP1 (Visual Studio 2008)
  • Microsoft Visual C++ 10 with SP1 (Visual Studio 2010)
  • Microsoft Visual C++ 11 (Visual Studio 2012) - Update 4
  • Microsoft Visual C++ 12 (Visual Studio 2013) - Update 5
  • Microsoft Visual C++ 14 (Visual Studio 2015) - Update 3
  • gcc 4.1.x
  • gcc 4.4.x
  • gcc 4.8.x
  • gcc 4.9.x
  • gcc 5.4
  • gcc 6.2
  • gcc 6.3
  • Clang 3.8 (llvm.org) and 7.3 (Apple)
  • Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25

Building and Installing

For building and installation instructions see the INSTALL file in this directory.

OpenDDS Compliance with the DDS Specification

See http://www.opendds.org and the OpenDDS Developer's Guide at: http://download.ociweb.com/OpenDDS/OpenDDS-latest.pdf

opendds's People

Contributors

mitza-oci avatar oschwaldp-oci avatar iamtheschmitzer avatar brianjohnson5972 avatar jwillemsen avatar paulcalabrese avatar oth3r1if3 avatar plabanca avatar hud1031 avatar huangminghuang avatar jrw972 avatar iliyan avatar ocielliottc avatar mathersm avatar leif81 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.