https://github.com/eprosima/dds-record-replay
eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com
https://github.com/eprosima/dds-record-replay
dds eprosima fastdds recorder replay
Last synced: 6 months ago
JSON representation
eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com
- Host: GitHub
- URL: https://github.com/eprosima/dds-record-replay
- Owner: eProsima
- License: apache-2.0
- Created: 2022-12-23T07:24:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:31:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T11:41:46.832Z (almost 2 years ago)
- Topics: dds, eprosima, fastdds, recorder, replay
- Language: C++
- Homepage: https://eprosima.com
- Size: 7.16 MB
- Stars: 13
- Watchers: 8
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://eprosima.com/middleware/tools/eprosima-dds-record-replay)
*eProsima DDS Record & Replay* is an end-user software application that efficiently saves DDS data published in a DDS environment into a MCAP format database.
Thus, the exact playback of the recorded network events is possible as the data is linked to the timestamp at which the original data was published.
*eProsima DDS Record & Replay* is easily configurable and installed with a default setup, so that DDS topics, data types and entities are automatically discovered without the need to specify the types of data recorded.
This is because the recording tool exploits the DynamicTypes functionality of [eProsima Fast DDS](https://fast-dds.docs.eprosima.com), the C++ implementation of the [DDS (Data Distribution Service) Specification](https://www.omg.org/spec/DDS/About-DDS/) defined by the [Object Management Group (OMG)](https://www.omg.org/).
## Commercial support
Looking for commercial support? Write us to info@eprosima.com
Find more about us at [eProsima’s webpage](https://eprosima.com/).
## Documentation
You can access the documentation online, which is hosted on [Read the Docs](https://dds-recorder.readthedocs.io/).
* [Introduction](https://dds-recorder.readthedocs.io/en/latest/)
**Recording application**
* [Getting Started](https://dds-recorder.readthedocs.io/en/latest/rst/recording/getting_started/getting_started.html)
* [Usage](https://dds-recorder.readthedocs.io/en/latest/rst/recording/usage/usage.html)
* [Configuration](https://dds-recorder.readthedocs.io/en/latest/rst/recording/usage/configuration.html)
**Replay application**
* [Getting Started](https://dds-recorder.readthedocs.io/en/latest/rst/replaying/getting_started/getting_started.html)
* [Usage](https://dds-recorder.readthedocs.io/en/latest/rst/replaying/usage/usage.html)
* [Configuration](https://dds-recorder.readthedocs.io/en/latest/rst/replaying/usage/configuration.html)