You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ddsenabler_docs/docs/02-formalia/titlepage.rst
+20-40Lines changed: 20 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,8 @@ What is DDS Enabler?
9
9
:alt:eProsima
10
10
:target:http://www.eprosima.com/
11
11
12
-
13
-
**eProsima DDS Enabler** serves as a single point of entry for DDS communication, managing all necessary participants
14
-
and seamlessly routing data between a DDS network and FIWARE Context Brokers. It enables both publishing DDS samples
15
-
into NGSI-LD entities and injecting context-broker updates back into DDS topics, providing real-time, bidirectional
16
-
interoperability.
17
-
18
-
Built on top of **eProsima Fast DDS**, DDS Enabler leverages the OMG DDS-XTypes standard for dynamic type discovery and
19
-
serialization. Its modular architecture and YAML-based configuration make it ideal for industrial scenarios requiring
20
-
low-latency, high-throughput data exchange, including human-robot interaction and OT/IT convergence under the ARISE
21
-
project.
12
+
**eProsima DDS Enabler** is a modular middleware framework that connects DDS networks with an external system or data platform, delivering real-time, bidirectional interoperability.
13
+
It orchestrates all necessary DDS participants, auto-discovers topics and types, and flexibly translates DDS samples into your target data model — and routes incoming context updates or events back into DDS topics.
22
14
23
15
.. raw:: html
24
16
@@ -31,43 +23,31 @@ Looking for commercial support? Write us at info@eprosima.com.
31
23
32
24
Find more about us at `eProsima's webpage <https://eprosima.com/>`_.
33
25
34
-
Overview
35
-
^^^^^^^^
36
-
37
-
*DDS Enabler* is one of the technical cornerstones in the ARISE project's vision for an all-in-one middleware
38
-
enabling **real-time industrial human-robot interaction**. Designed to unify **Operational Technologies (OT)** and
39
-
**Information Technologies (IT)**, it is a modular and open solution that integrates natively with **Fast DDS** and
40
-
**NGSI-LD**.
41
-
42
-
Key characteristics include:
43
-
44
-
- **Real-time publish-subscribe middleware**: Built on the DDS standard, enabling low-latency and reliable communication.
45
-
- **Seamless OT/IT integration**: Acts as a translator between DDS-based systems and NGSI-LD context brokers.
46
-
- **ROS 2 and FIWARE compatibility**: Enables industrial robots and context-aware applications to operate through the same infrastructure.
47
-
- **Scalable and extensible architecture**: Fully compatible with modern Industry 5.0 deployments, providing flexibility for growth and adaptation.
48
-
49
-
Under the hood, DDS Enabler also provides:
50
-
51
-
- **Transparent DDS Management.**
52
-
Auto-create and discover DomainParticipants, Publishers, Subscribers, topics and types without manual code.
53
-
- **Flexible YAML Configuration.**
54
-
Fine-tune QoS, network filters and discovery through a human-readable YAML file.
55
-
- **Dynamic Types via XTypes.**
56
-
Leverage `OMG DDS-XTypes 1.3 <https://www.omg.org/spec/DDS-XTypes/1.3>`_ and Fast DDS serialization utilities for
57
-
on-the-fly type registration.
58
-
- **Core Engine Powered by DDS-Pipe.**
59
-
Built on `eProsima DDS Pipe <https://github.com/eProsima/DDS-Pipe>`_, ensuring high throughput and reliable
60
-
participant discovery.
61
-
- **Serialization Utilities.**
26
+
Key features
27
+
^^^^^^^^^^^^
28
+
29
+
- **Unified DDS Participant Management**
30
+
Auto-create and discover DomainParticipants, Publishers, Subscribers, Topics and Types without manual code.
31
+
- **Flexible YAML Configuration**
32
+
Fine-tune QoS, network filters, topic allow-listing/deny-listing and discovery via a human-readable YAML file.
33
+
- **Dynamic Types via XTypes**
34
+
Leverage [OMG DDS-XTypes 1.3](https://www.omg.org/spec/DDS-XTypes/1.3) and Fast DDS serialization utilities for runtime type registration and discovery.
35
+
- **Core Engine Powered by DDS-Pipe**
36
+
Built on [eProsima DDS Pipe](https://github.com/eProsima/DDS-Pipe), ensuring low-latency, high-throughput payload forwarding and reliable discovery across distributed systems.
37
+
- **Serialization Utilities**
62
38
Convert DDS data to JSON and vice versa for REST integration and to human-readable IDL.
63
39
64
-
DDS Enabler is a flagship component of the ARISE project:
Developed in collaboration with the FIWARE Context Broker team, *eProsima DDS Enabler* routes DDS samples into the broker (via broker-side implementation) and propagates Context Broker's context updates back into DDS topics.
44
+
DDS Enabler is a flagship component of the ARISE project: `ARISE Middleware <https://arise-middleware.eu/>`_.
66
45
67
46
Structure of the documentation
68
47
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69
48
70
49
This documentation is organized into the following main sections:
*eProsima DDS Enabler* provides numerous CMake options for changing the behavior and configuration of *eProsima DDS Enabler*.
12
+
These options allow the developer to enable/disable certain *eProsima DDS Enabler* settings by defining these options to ``ON``/``OFF`` at the CMake execution, or set the required path to certain dependencies.
13
+
14
+
.. warning::
15
+
These options are only for developers who installed *eProsima DDS Enabler* following the compilation steps described in :ref:`installation_sources_linux`.
16
+
17
+
.. list-table::
18
+
:header-rows: 1
19
+
20
+
* - Option
21
+
- Description
22
+
- Possible values
23
+
- Default
24
+
* - :class:`CMAKE_BUILD_TYPE`
25
+
- CMake optimization build type.
26
+
- ``Release`` |br|
27
+
``Debug``
28
+
- ``Release``
29
+
* - :class:`BUILD_DOCS`
30
+
- Build the *eProsima DDS Enabler* |br| documentation. |br|
31
+
- ``OFF`` |br|
32
+
``ON``
33
+
- ``OFF``
34
+
* - :class:`BUILD_TESTS`
35
+
- Build the *eProsima DDS Enabler* tools and |br| documentation tests.
36
+
- ``OFF`` |br|
37
+
``ON``
38
+
- ``OFF``
39
+
* - :class:`COMPILE_EXAMPLES`
40
+
- Build the *eProsima DDS Enabler* examples.
41
+
- ``OFF`` |br|
42
+
``ON``
43
+
- ``OFF``
44
+
* - :class:`LOG_INFO`
45
+
- Activate *eProsima DDS Enabler* logs. It is |br|
46
+
set to ``ON`` if :class:`CMAKE_BUILD_TYPE` is set |br|
0 commit comments