Simmcast
From Wikipedia, the free encyclopedia
Simmcast is an object-oriented simulation framework for protocol and network research. Its design is focused towards simplicity and extensibility. Simmcast has specific support for group communication: allowing a spectrum of experiments that range from evaluation of abstract group communication models to simulation of more detailed unicast or multicast protocol behavior. It is cross-platform and written in Java.
Simmcast employs a process-based discrete-event model on which building blocks are combined and extended in order to create new simulation environments. Network and protocol parameters are given in terms of numeric distributions (fixed or probabilistic), which can be replaced without recompilation. This extensive use of numeric distributions combined to the extendible framework structure allow an abstract experiment to evolve into a detailed one by progressively increasing the level of detail and sources of non-determinism of the constituting blocks.

