mPower Custom Application Examples
List Of Examples
- Bash Example - Basic example demonstrates how to build, package, and install an mPower Custom Application which executes a bash script.
- C Example - More complex example demonstrates how to build, package, and install a compiled 'C' language application using a persistent configuration file.
- Python3 Example - More complex example demonstrates how to build, package, and install a Python3 application that updates a status file while running.
- C++ Example - More complex example demonstrates how to build, package, and install a 'C++' language application including dependencies, reads a message file from /etc, then updates the status file while running with the time and message.