Can we list the installed applications on a LS300 ?

Hi,

With devicetree we can see a lot of things and I am wondering if we can list the installed applications on a LS300 with it.

I am open and I can use other meens.

Cordially,
Guillaume.

Yes indeed this information is accessible through the device tree.

dt = require "devicetree"
dt.init()
:dt.get("appcon") -- will show you content of the APPlication CONtainer data
:dt.get("appcon.list") -- navigate through the tree, etc...