We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The API Service hosts the web interface and acts as the main controller for sending commands to the robot. It uses Java, Maven, and Spring Boot.
resources/static
screen
API
sudo screen -S API mvn spring-boot:run
sudo screen -S API -X stuff "^C"
Caution
If you disconnect SSH, the API keeps running thanks to screen.
Important
Always name the session API to ensure stop.sh and other scripts work.
stop.sh