The CloverOS module is part of the COEX-Cloud project — a cloud-based service for modeling behavior and programming quadcopters in a cloud environment.
http://<ip_address>:8000— Blocklyhttp://<ip_address>:591— Visual Studio Codehttp://<ip_address>:8080— Clover web toolshttp://<ip_address>:57575— Terminalhttp://<ip_address>:7070— Gazebo web
At any given time, three systemd services are running on the virtual machine:
- CLOVER-CLOUD-APP — CloverOS. Port 80.
- CLOVER-CLOUD — Docker container with ROS, Gazebo, and an internal code-server for editing flight program code. Exposed ports: 7070, 57575, 8080, 591, 8000.
- CODE-SERVER — External VS Code for testing new features and modifying the source code of all services. Access can be granted to any tester, but after the service release, access will be restricted. This service also provides root-level access to the VM console. Port 5000.

