Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To control Dobby using a JSON-RPC API, then use the OCIContainer Thunder NanoService. This exposes the same functionality as DobbyTool, but in a manner more suited for integration into other code in RDK-V.

On platforms where Thunder is not available, the raw dbus interface can be used instead - OCIContainers only serves as an abstraction over dbus so other components that already communicate with JSON-RPC can easily control Dobby.

Example of OCIContainer to start a container from an OCI bundle:

...