.. _`The NetworkingBridge Service`: ############################ The NetworkingBridge Service ############################ *The OpenSplice NetworkingBridge is a pluggable service that allows bridging of data between networking services. This section gives an overview of the features of the NetworkingBridge.* The configuration parameters that control the behaviour of the NetworkingBridge are described in the :ref:`Configuration ` section. .. _`Background`: Background ********** When a networking service is selected that best suits a specific deployment, sometimes a part of the data needs to be obtained from or disclosed to a system that is using a different kind of networking service. The NetworkingBridge allows ``DCPSPublications`` and ``DCPSSubscriptions`` to be matched and the related data forwarded between a RTNetworking system and a DDSI2 system and *vice versa*. The NetworkingBridge employs a fast path in the OpenSplice kernel by directly connecting the network queues of the bridged services. This also allows full end-to-end flow control mechanisms to be realised across the bridge. Which publications/subscriptions are bridged can be controlled by means of white- and black-lists. The NetworkingBridge relies on the discovery of publications and subscriptions by the common means for the networking services. This means that it relies on the real transient topics, aligned by the Durability service, for the RTNetworking part of the bridge. For the part that connects to DDSI2 the native DDSI2 discovery of end-points is used. In order for DDSI2 to only advertise bridged publications and subscriptions, the ``LocalDiscoveryPartition`` used for regular discovery should be set to a non-existent partition, as can be seen in the following example. This discovery takes some time and can introduce a short delay before data is bridged. .. _`Example Configuration`: Example Configuration ********************* In order to properly configure the NetworkingBridge for bridging data between RTNetworking and DDSI2, both networking services (and the Durability service for the alignment of the builtin topics of the RTNetworking side) have to be configured. Filtering is also configured with the NetworkingBridge. An example configuration file for bridging of all data (excluding Topic *MyLocalTopic*) in partition *BridgedPartition* is shown below. .. code-block:: xml NetworkingBridgeExample 0 networking ddsi2e nwbridge durability 54400 54410 54420 ThisIsNotAPartition FALSE 2.5 0.1 networking ddsi2e * Federated deployment for extending an RTNetworking-based domain into a DDSI network. .. EoF .. |caution| image:: ./images/icon-caution.* :height: 6mm .. |info| image:: ./images/icon-info.* :height: 6mm .. |windows| image:: ./images/icon-windows.* :height: 6mm .. |unix| image:: ./images/icon-unix.* :height: 6mm .. |linux| image:: ./images/icon-linux.* :height: 6mm .. |c| image:: ./images/icon-c.* :height: 6mm .. |cpp| image:: ./images/icon-cpp.* :height: 6mm .. |csharp| image:: ./images/icon-csharp.* :height: 6mm .. |java| image:: ./images/icon-java.* :height: 6mm