An open API service indexing awesome lists of open source software.

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.

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
```