I would like to use config tree mechanism as a replacement for database
please advice how to include a basic config tree in the application (API’s do not show how to place a preconfigured config tree file )
I would like to use config tree mechanism as a replacement for database
please advice how to include a basic config tree in the application (API’s do not show how to place a preconfigured config tree file )
Hello @deadpoolcode,
I have attached the sample applicationconfigTest.zip (4.5 KB)
, Which shows how to create(set) the config tree, Read the data from the config tree, delete the data etc.
Also from the below of legato framewok, You can find the other sample application related to config tree API usage.
apps/test/framework/configTree
Hope this is what you were looking for, Let us know if you have any questions.
Regards,
Muralidhara N.
thank you, I have looked for a way to include it in the adef file, but i already have a solution that use import\export from external file, works great!