Hello:
There is an administration topic to control RTI data recorder. The topic is rti/service/admin/command_request.
Does anyone have a python example to do this remote control of the data recorder? Sending commands and processing replies.
-Ilya.
We typically publish one or two languages in the examples Github. Have you looked at the C++ example that we have? I'm no python expert, but I'd think that adapting it would be fairly straightforward.
Recording Service Admin Example
Thank you for the pointer. I've looked at the example and it does work.
A question: I've tried sending the same command using the example and using the AdminConsole. Why is the AdminConsole sets `octet_body` when sending the command, but the example just sets the `string_body`?
I actually found examples with explanations here and here.
Thanks for sharing what you found!