-
Notifications
You must be signed in to change notification settings - Fork 0
folder re-org, add remote admin, add example docs #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
rtidgreenberg
commented
Nov 26, 2025
- reorganized folder structure to better align towards examples vs deployment
- added remote administration app to enable/disable sessions and align groups
- added new examples using remote admin app
- Updated all readme's
|
Please, remove the build directory as this is automatically generated |
|
@rtidgreenberg looks good to me! |
tools/remote_admin/resources/rticonnextdds-cmake-utils/.github/ISSUE_TEMPLATE/bug.md
Outdated
Show resolved
Hide resolved
Removed architecture image from README.
Removed quick template overview link from README.
Removed introductory sentence for clarity.
| @@ -0,0 +1,28 @@ | |||
| # CMake Modules for RemoteAdmin | |||
|
|
|||
| This directory contains CMake modules copied from the RTI Connext DDS CMake Utilities repository for convenience. These modules are included locally to avoid requiring users to initialize git submodules. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we should keep it in a git submodule for maintainability reasons. We can add a note to the top-level readme that shows how to clone/initialize submodules properly. See an example here (section 'Installation'): https://github.com/rticommunity/rticonnextdds-gateway/tree/master
Also, in that example, we have the submodules aggregated in a top-level folder called third-party, so, they are available through the whole repo.