rticonnextdds-examples
rticonnextdds-examples copied to clipboard
This repository includes examples on how to use specific features of RTI Connext DDS.
### Summary This PR introduces the possibility to generate ECDSA P384 resources (CA, peers, and sign Governance/Permissions Documents). It also introduces an example that uses these resources and tests the...
### Summary Adding a group coherent presentation example using the Python API ### Details and comments This example is a copy of the already existing group coherent presentation example (in...
### Summary Merge master into develop. ### Details and comments close #505 ### Checks - [x] I have updated the documentation accordingly. - [x] I have read the [CONTRIBUTING](https://github.com/rticommunity/rticonnextdds-examples/blob/develop/CONTRIBUTING.md) document.
### Summary Adding a group coherent presentation example using the Python API ### Details and comments This example is a copy of the already existing group coherent presentation example (in...
### Summary Adapt names of environment variables in cloud discovery service example to the names used in the manual. ### Details and comments Fixes #521 ### Checks - [x] I...
### Enhancement description The cloud discovery service example uses PUBLIC_ADDRESS to set the external public IP address. The tutorial in the manual uses RTI_CDS_PORT and RTI_CDS_PUBLIC_ADDR.
### Enhancement description In Connext 7.0, we do not support external database support in Persistence Service, durable writer history, and durable reader state. This issue removes external database support from...
In this [specific line](https://github.com/rticommunity/rticonnextdds-getting-started/blob/master/resources/cmake/ConnextDdsCodegen.cmake#L444) the `headers` variable was used but it was not initialized before.
### Enhancement description The file `examples/routing_service/routing_service_remote_admin/c++11/CMakeLists.txt` uses variables like `${RTI_ARCH}` and `$ENV{NDDSHOME}` which hinder the developer experience of using the example. We should remove `${RTI_ARCH}` and replace `$ENV{NDDSHOME}` with `${CONNEXTDDS_DIR}`.
Currently develop is behind master, so it would be nice to have them synchronized.