-
Notifications
You must be signed in to change notification settings - Fork 97
Cloudsim
SubT Circuit events are conducted on AWS systems. Please read the articles in this section thoroughly in order to understand how to use cloud hosted simulation, how to develop code for a Circuit event, and how to submit a solution.
Cloudsim
will be used to refer to simulation that is run in the cloud. There are many parts to Cloudsim, including databases to keep track of simulation data, Kubernetes instances to run simulation, and webservers to handle incoming requests.
SubT Virtual Portal
, or Portal
, refers to the web interface that provides access to Cloudsim
. You will find leaderboards, access to log files, and interfaces to submit solutions on the Portal
.
Part 1: Cloudsim Overview
-
About Cloudsim: Information about why cloud machines are being used for SubT Virtual Competitions, and what to expect when using Cloudsim.
-
Cloudsim Architecture: Topology of the Cloudsim environment.
Part 2: Developing against Cloudsim
-
Cloudsim locally using Docker-Compose: Instructions on how-to mirror the Cloudsim architecture on a local system using Docker-Compose.
-
Cloudsim locally using catkin workspace: Instructions on how to setup the sim and bridge using the catkin workspace for local development and testing.
Part 3: Submitting a solution to Cloudsim
-
Portal Registration: How to register your team on the SubT Portal.
-
Solution Submission: Instructions on how to submit a solution to Cloudsim.
Part 4: Accessing and analyzing results
- Download and playback logs: How to download Cloudsim logs, and play the recorded simulation state for review.