Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 760 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 760 Bytes

Distributed Simulator

Framework for creating generic distributed simulations.

It requires implementing a few callbacks to create a new simulation.

There are two example simulations for reference:

Installation

It requires Elixir 1.11 or newer and Erlang 22 or newer.

Testing

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

Documentation can be generated with ExDoc.