|
We present a practical Java tool for simulating synchronized distributed algorithms on sets of
2- and 3-dimensional square/cubic lattice-based agents.
This AgentSystem assumes that each agent is capable to change its position in the lattice and that neighboring agents can attach to and detach from each other. In addition, it assumes that each module has some constant size memory and computation capability, and can send/receive constant size messages to/from its neighbors. The AgentSystem allows the user to define sets of agents and sets of rules, which are applied to all agents. It simulates the synchronized execution of the set of rules by all the modules, and can keep track of all actions made by the modules at each step, supporting consistency warnings and error checking. |
|
|
|