Expand description
Simulon is a lite discrete event simulation engine used for simulating latency sensitive IO bound applications. It provides a small set of API that can be used inside of a simulation to interact with other nodes in the same simulation, and perform basic IO.
Modules§
- api
- The api to use inside the simulation executor.
- latency
- The types and implementations around the latency data provider.
- report
- The types used for generating reports after a simulation.
- simulation
- The simulator engine.
Constants§
- FRAME_
DURATION - The duration of one frame.
- FRAME_
TO_ MS - How many frames is one millisecond?