NoApp Application
The NoApp application builds Ioto without an application UI.
Overview
The NoApp application builds Ioto with the required application integration start/stop callback functions but does not provide any user interface.
This app is useful for building Ioto to operate "headless" as an embedded device agent or embedded web server without a user interface.
Building
To build the NoApp application select the APP and run make:
The build will achieve the following goals:
- Build the Ioto agent with required services for local device management via the embedded web server
- Copy the required configuration to the ./config directory
The Ioto agent binary will be located in the build/PROFILE/bin/ioto file.
Change the ioto.json5 services property collection to enable or disable Ioto services.
Running
Run Ioto using:
1 |
|