This project contains a Multi-Agent System (MAS) that simulates the data center environment.
It's my term project for the Multi-Agent Systems course at PUCRS.
- JaCaMo environment (see more)
In this window, we can see our environment as a grid of cells.
- Red: Hardware issues.
- Orange: Software issues.
- Dark Gray: Servers.
- White: Free cells visited by the agents.
- Light Gray: Free cells unvisited by the agents.
- Green: Command Center
The agents can move in the grid, when they are free they will be colored in blue, when they are carrying a hardware component or software they will be colored in gray.
In this window, we can see the logs of each agent, the world, the manager, and so on.
In this window, we can see the organisation of the agents.
If you are using Eclipse (with JaCaMo plugin), you can run the project double-clicking on the mas_data_center.jcm file and selecting the "Run JaCaMo Application" menu.
See the GitHub Tags for a history of notable changes to this project.
This software is licensed under the Apache 2.0 LICENSE © DougTrajano. 2021