simplus is a C++ library for constructing
event-driven, agent based simulations with an abstraction for processes, messages, virtual time, and more. It features a built-in debugger, support for configuration files, and a flexible logging mechanism. It is lean, fast, and portable and has no dependencies apart from a C++ compiler. As a framework, it can easily integrated in any application to form the core of your own simulator. It can be used for telecommunication, engineering, for traffic simulations or simulation based games, and other areas.