<< AJaX This! | Home | JavaFX Script At The JUG Tonight >>

OpenDDS 1.0 Released

OpenDDS.org:

1.0 Released

We are pleased to announce the release of OpenDDS version 1.0!

  • This product has been renamed to OpenDDS from "TAO DDS"
  • The default participant setting for Built-In-Topics (BITs) is now "on"
  • Simplified .mpc and .mpb files
  • Supported built-in sequences (the CORBA::*Seq sequences)
  • The DDS entities (e.g. DomainParticipant, FooDataReader) have changed from remote IDL types to local IDL types and the data sequence and info sequence types have changed from normal IDL sequences to types with extra functionality required to support zero-copy reads. This change requires changes to DDS user code.
  • Made the sub/pub repo id generated by DCPSInfoRepo to be unique per DCPSInfoRepo instance instead of being unique per domain. This allows multiple domains in the same process (connecting to the same DCPSInfoRepo instance) to share the same transport.

See the Release Notes for details.

OpenDDS is an open-source C++ implementation of the Object Management Group's specification "Data Distribution Service for Real-time Systems". OpenDDS is built on the ACE (ADAPTIVE Communication Environment) abstraction layer to provide platform portability. OpenDDS also leverages capabilities of TAO (The ACE Orb), such as its IDL compiler and as the basis of the OpenDDS DCPS Information Repository (DCPSInfoRepo).

Congratulations to the OCI OpenDDS team (Adam, Jonathan, Steve, and others) for pushing the 1.0 release out.



Re: OpenDDS 1.0 Released

I have built the opendds on my computer,when I run DCPSInfoRepo/subscriber/publisher of the Stock Quoter Example on the local computer,it's OK!But when I run the publisher/subscriber on the remote computer,it's wrong!I have changed 'localhost'to the IP address of the DCPSInfoRepo process,the mistake message is like below: "can't creat the active link.... datalink..." Can you give me some suggestions? Thank you!

Re: OpenDDS 1.0 Released

The best way to get your question answered is to ask it on the OpenDDS mailing list. Subscribe to it through the OpenDDS project page on SourceForge.

Re: OpenDDS 1.0 Released

thank you,I have gone to the opendds maillist,but it's so quiet! I'm very interested the opendds,studying it now and future.

Add a comment Send a TrackBack