https://github.com/rticommunity/rticonnextdds-usecases-security
This example demonstrates how to banish and ignore DomainParticipants in an active system without restarting them.
https://github.com/rticommunity/rticonnextdds-usecases-security
Last synced: 5 months ago
JSON representation
This example demonstrates how to banish and ignore DomainParticipants in an active system without restarting them.
- Host: GitHub
- URL: https://github.com/rticommunity/rticonnextdds-usecases-security
- Owner: rticommunity
- Created: 2023-02-17T16:40:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T15:46:03.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T18:01:42.167Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTI Connext DDS Use Cases for Security
## Certificate Revocation
Demonstrates how to banish and ignore DomainParticipants in an active system
without restarting them.
## Cloning Repository
To clone the repository you will need to run git clone as follows to download
both the repository and its submodule dependencies:
```sh
git clone --recurse-submodule https://github.com/rticommunity/rticonnextdds-usecases-security.git
```
If you forget to clone the repository with ``--recurse-submodule``, simply run
the following command to pull all the dependencies:
```sh
git submodule update --init --recursive
```