<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Weiqi Gao&#039;s Observations - opensource tag</title>
  <link>http://www.weiqigao.com/blog/tags/opensource/</link>
  <description>Sharing My Experience...</description>
  <language>en</language>
  <copyright>Weiqi Gao</copyright>
  <lastBuildDate>Fri, 11 May 2012 12:48:36 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://pebble.sourceforge.net/common/images/powered-by-pebble.gif</url>
    <title>Weiqi Gao&#039;s Observations</title>
    <link>http://www.weiqigao.com/blog/</link>
  </image>
  
  
  <item>
    <title>OpenDDS 2.0 Released</title>
    <link>http://www.weiqigao.com/blog/2009/09/24/opendds_2_0_released.html</link>
    
      
        <description>
          &lt;p&gt;&lt;a href= &#034;http://sstallion.blogspot.com/&#034; &gt;Steve Stallion&lt;/a&gt; has announced a new release of &lt;a href=&#034;http://www.opendds.org/&#034;&gt;OpenDDS&lt;/a&gt;, an open source implementation of the Object Management Group (OMG) &lt;a href=&#034;http://portals.omg.org/dds&#034;&gt;Data Distribution Service (DDS)&lt;/a&gt; by &lt;a href=&#034;http://www.ociweb.com/&#034;&gt;OCI&lt;/a&gt;.  It is implemented in C++ and supports C++ and Java bindings.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href= &#034;http://www.opendds.org/news.html&#034; &gt;OpenDDS.org&lt;/a&gt;:&lt;/p&gt;

&lt;h4&gt;Version 2.0 Released&lt;/h4&gt;
&lt;p&gt;We are pleased to announce the release of OpenDDS version 2.0!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This is the first release of OpenDDS that conforms to the minimum compliance profile as documented in formal/07-01-01 (version 1.2).  Near-complete support for the persistence profile and initial support for the content-subscription profile is also provided in this release.
  &lt;ul&gt;
    &lt;li&gt;Numerous API updates have been introduced for 1.2 compliance.&lt;/li&gt;
    &lt;li&gt;A number of QoS policies have been updated or implemented to meet the minimum compliance profile:
      &lt;ul&gt;
        &lt;li&gt;DESTINATION_ORDER&lt;/li&gt;
        &lt;li&gt;ENTITY_FACTORY&lt;/li&gt;
        &lt;li&gt;LIVELINESS&lt;/li&gt;
        &lt;li&gt;PRESENTATION&lt;/li&gt;
        &lt;li&gt;READER_DATA_LIFECYCLE&lt;/li&gt;
        &lt;li&gt;TIME_BASED_FILTER&lt;/li&gt;
        &lt;li&gt;WRITER_DATA_LIFECYCLE&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Fixed bugs in QueryCondition.&lt;/li&gt;
&lt;li&gt;Fixed bugs in instance state management.&lt;/li&gt;
&lt;/ul&gt;
See the &lt;a href=&#034;http://www.opendds.org/releasenotes.html&#034; &gt;Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2009/09/24/opendds_2_0_released.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2009/09/24/opendds_2_0_released.html</guid>
    <pubDate>Fri, 25 Sep 2009 04:01:12 GMT</pubDate>
  </item>
  
  <item>
    <title>OpenDDS 1.3 Released</title>
    <link>http://www.weiqigao.com/blog/2009/07/29/opendds_1_3_released.html</link>
    
      
        <description>
          &lt;p&gt;Adam has announced a new release of &lt;a href=&#034;http://www.opendds.org/&#034;&gt;OpenDDS&lt;/a&gt;, an open source implementation of the Object Management Group (OMG) &lt;a href=&#034;http://portals.omg.org/dds&#034;&gt;Data Distribution Service (DDS)&lt;/a&gt; by &lt;a href=&#034;http://www.ociweb.com/&#034;&gt;OCI&lt;/a&gt;.  It is implemented in C++ and supports C++ and Java bindings.&lt;/p&gt;

&lt;blockquote&gt;
&lt;a href= &#034;http://www.opendds.org/news.html&#034; &gt;OpenDDS.org&lt;/a&gt;: 

&lt;h4&gt;Version 1.3 Released&lt;/h4&gt;


&lt;p&gt;We are pleased to announce the release of OpenDDS version 1.3!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improved OMG DDS 1.2 specification conformance:

&lt;ul&gt;
&lt;li&gt;Communication Status entity structures and behaviors&lt;/li&gt;
&lt;li&gt;Implemented TRANSPORT_PRIORITY and LATENCY_BUDGET QoS&lt;/li&gt;
&lt;li&gt;Implemented the ReadCondition interface and associated operations on the DataReader&lt;/li&gt;
&lt;li&gt;Partially implemented the QueryCondition interface&amp;mdash;only queries of the form &#034;ORDER BY a[, b, c...]&#034; have any effect&lt;/li&gt;
&lt;li&gt;Implemented DataWriter::wait_for_acknowledgements()&lt;/li&gt;
&lt;li&gt;Instance handles and related operations are now spec-compliant&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Fixed bugs in DURABILITY, PARTITION and LIFESPAN QoS&lt;/li&gt;
&lt;li&gt;Added a command-line utility, opendds_repo_ctl for controlling the DCPSInfoRepo server&lt;/li&gt;
&lt;li&gt;Deleting a DataWriter now blocks, for a configurable amount of time, until pending samples have been delivered by the transport.&lt;/li&gt;
&lt;li&gt;Added a Java Message Service 1.1 (JMS) provider built on top of OpenDDS&lt;/li&gt;
&lt;li&gt;Added Windows Mobile 6 as a supported platform&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the &lt;a href=&#034;http://www.opendds.org/releasenotes.html&#034;&gt;Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2009/07/29/opendds_1_3_released.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2009/07/29/opendds_1_3_released.html</guid>
    <pubDate>Wed, 29 Jul 2009 12:07:04 GMT</pubDate>
  </item>
  
  <item>
    <title>Another Month, Another Messaging Stack Goes Open Source...</title>
    <link>http://www.weiqigao.com/blog/2009/02/24/another_month_another_messaging_stack_goes_open_source.html</link>
    
      
        <description>
          &lt;p&gt;... for those keeping track, here are the previous ones:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href= &#034;http://www.weiqigao.com/blog/2008/07/18/everybody_is_open_sourcing_his_messaging_software.html&#034; &gt;Everybody Is Open Sourcing His Messaging Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://www.weiqigao.com/blog/2008/05/24/etch_a_new_open_source_messaging_protocol_from_cisco.html&#034; &gt;Etch: A New Open Source Messaging Protocol From Cisco&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://www.weiqigao.com/blog/2006/06/20/a_messaging_standard_burst_onto_the_scene.html&#034; &gt;A Messaging Standard Burst Onto The Scene&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And now (this is not new news, but Adam and Ciju haven&#039;t heard of it, and so) this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;a href= &#034;http://www.infoq.com/news/2009/01/rtmp-to-open&#034; &gt;Dionysios G. Synodinos for InfoQ&lt;/a&gt;: Adobe has 	announced &lt;a href= &#034;http://www.adobe.com/aboutadobe/pressroom/pressreleases/200901/012009RTMP.html&#034; &gt;plans to publish the Real-Time Messaging Protocol (RTMP) specification&lt;/a&gt;, which is designed for high-performance transmission of audio, video, and data between Adobe Flash Platform technologies. This move that has followed the opening of the &lt;a href= &#034;http://www.infoq.com/news/2007/12/blazeds&#034; &gt;AMF spec&lt;/a&gt; has been received with varying degrees of enthusiasm from the RIA community.
&lt;/blockquote&gt;

&lt;p&gt;And it&lt;/p&gt;

&lt;blockquote&gt;&lt;blink&gt;&lt;span style=&#034;font-size:large;color:red&#034;&gt;encapsulated within HTTP requests to traverse firewalls&lt;/span&gt;.&lt;/blink&gt;&lt;/blockquote&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2009/02/24/another_month_another_messaging_stack_goes_open_source.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2009/02/24/another_month_another_messaging_stack_goes_open_source.html</guid>
    <pubDate>Wed, 25 Feb 2009 02:55:08 GMT</pubDate>
  </item>
  
  </channel>
</rss>

