This repository contains 3 demos of RTI Connext Professional WAN (7.3.0) using Shapes Demo, and Routing Service, Cloud Discovery Service. This repository is split in 2: non-security scenarios and security scenarios.
The publisher and subscriber you will use for all the demos is Shapes Demo. All the scenarios require Routing Service to interface between Shapes Demo on your LAN and the WAN.
These are the RTI packages you will need:
rti_connext_dds-7.3.0-pro-host-<architecture>.<run/exe>
rti_real_time_wan_transport-7.3.0-host-<architecture>.rtipkg
rti_cloud_discovery_service-7.3.0-host-<architecture>.rtipkg
rti_security_plugins-7.3.0-host-openssl-3.0-<architecture>.rtipkg (if using Security)
As an example, if you were using Linux 64 bits, you would need these packages:
rti_connext_dds-7.3.0-pro-host-x64Linux.run
rti_real_time_wan_transport-7.3.0-host-x64Linux.rtipkg
rti_cloud_discovery_service-7.3.0-host-x64Linux.rtipkg
rti_security_plugins-7.3.0-host-openssl-3.0-x64Linux.rtipkg
This is the structure of the repository:
- Non-security scenarios
- Scenario 1: Peer-to-peer communication with a DomainParticipant that has a public IP address.
- Scenario 2: Peer-to-peer communication with DomainParticipants behind cone-NATs using Cloud Discovery Service.
- Scenario 3: Relayed communication with DomainParticipants behind any NAT using Routing Service.
- Security scenarios
- Scenario 1: Peer-to-peer communication with a DomainParticipant that has a public IP address, securing the WAN domain.
- Scenario 2: Peer-to-peer communication with DomainParticipants behind cone-NATs using Cloud Discovery Service, securing the WAN domain.
- Scenario 3: Relayed communication with DomainParticipants behind any NAT using Routing Service, securing the WAN domain.