Best Practices for Remote OTBR Configuration via Cloud #9467
Answered
by
wgtdkp
cedriczou13
asked this question in
Q&A
-
Hi everyone, I'm exploring ways to remotely adjust OTBR features and retrieve its status via the cloud. What would be the most efficient implementation for this? Should I consider creating an external script outside of the OTBR software and send CLI commands, or is there a more integrated approach that's recommended? |
Beta Was this translation helpful? Give feedback.
Answered by
wgtdkp
Sep 28, 2023
Replies: 1 comment
-
Check the d-bus API here: https://github.com/openthread/ot-br-posix/blob/main/src/dbus/server/introspect.xml |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jwhui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the d-bus API here: https://github.com/openthread/ot-br-posix/blob/main/src/dbus/server/introspect.xml
And the RESTful API here: https://github.com/openthread/ot-br-posix/blob/main/src/rest/openapi.yaml