In the same spirit as; the graphical program someone is using is called the graphical interface (GUI), the program that talks to the machines and displays the status for the operator is called the HMI (Human Machine Interface), the program that uses the console is called the console application, what will the corresponding name be for a program that runs on the computer and loads at startup, and allows users to interact with the program, and not under it? Similar to banking or grocery store checkout software.
It will be on a raspberry PI with a touch screen, and as soon as the PI turns on, it will download this program, which will cover the entire screen and prevent the user from interacting with the PI through the desktop or console.
EDIT
I want to learn the best practices for this type of program, I just don't know what to look for.
source
share