App Logic

The logic of the Knut app communicates with the Knut Server via TCP and provides all information received from the server as properties which can be used in the QML part of the app aka the App UI. At the heart of the app’s logic is the Knut Client which is used by each service to communicate to the server. Each service in the server can be accessed via a dedicated API to which the Knut Client sends a JSON formatted message string. Read the API documentations for more information about the message format of each service.