Implement device configuration reader in SDK
sz-po opened this issue · 0 comments
sz-po commented
The purpose of this task is to add the ability to read the device process configuration to the SDK. The kernel passes device configuration through environment variables that are prefixed with DKVMS_DEVICE_CONFIG_
.
To complete this task:
- create a public method in the SDK that will allow you to load the entire configuration into the structure,
- add usage example in readme