Framework for creating generic distributed simulations.
It requires implementing a few callbacks to create a new simulation.
There are two example simulations for reference:
It requires Elixir 1.11 or newer and Erlang 22 or newer.
Framework works only with some simulation. However, you can run tests.
Firstly, download dependencies:
mix deps.get
And then run the tests:
mix test
Documentation can be generated with ExDoc.