Also QMI tasks need to be defined in qmi.conf. To
enable running the task a a service, parameters “enabled” and
“program_module” need to be define.
A task consists of a QMI_Task class and a
QMI_TaskRunner class. The latter can be customized to
include RPC methods in tasks.
qmi_proc is an executable created while installing QMI.
It can be used to start, stop and checking status of (local) QMI tasks
running as background processes.
While main version-revision development happens through the
main branch, also version-revision-specific development can be
done through stable branches
User can also use tags as references to code at certain
point of time
The usual way to install QMI is using Pip and a Pypi
package of QMI. But, also releases can be downloaded
and used for the installation.