This workspace contains the Datalogging agents app. It's a UI component which lists all the devices that have at least one datasource configured with some tags in it (excluding those bound to an MQTT client).
It uses tools provided by the IXON Cloud UI Component Development Kit (CDK). Note that this app is built with Svelte, Typescript and SCSS and it requires you to be familiar with the Node.js ecosystem.
Install the dependencies...
npm install
...login to your IXON Cloud account...
npx cdk login
...and run the simulator:
npx cdk simulate datalogging-agents
...this opens the simulator app in a browser and builds the component in watch-mode, which means that any changes to the component source files will trigger a rebuild and will auto-reload the simulator.
For more information and support, please check our developer website on developer.ixon.cloud.