History | View | Annotate | Download (5.22 KB)
add delay logging functionality
merge graph_matrix branch and fix conflicts.
combine graph files, matrix eigenvectors and simulation
This commit bind together SSSim with the matrix module which can load from file ".edges".the centrality properties of the peers can be derived from the matrix to speed up the distribution
apply small bufixes
refactor action event initialization and standardize event priority
two default priority levels are defined: HIGH_EVENT_PRIORITY and LOW_EVENT_PRIORITY
add event driven simulation module
the '-e' parameter can be used to make SSSim use the event driven simulation approach
first version