Welcome, Guest! Log In | Create Account

Share

simplus

by hapehu

simplus is c++ library for constructing event driven simulations with a virtual time. Use it e.g. for telecomm., engineering, traffic simulations or simulation based games. It is lean, fast and portable and easily scales to millions of simulated objects.


http://simplus.sourceforge.net/

Simulations

Project Feed

  • Project Information Updated

    hapehu changed the public information on the simplus project

    10:34AM on Mar 10 2009 by hapehu

  • Project Information Updated

    hapehu changed the public information on the simplus project

    09:19PM on Feb 13 2009 by hapehu

  • Simplus: new version 0.91 released

    simplus is c++ library for constructing event driven simulations with a virtual time. Use it e.g. for telecomm., engineering, traffic simulations or simulation based games. It is lean, fast and portable and easily scales to millions of simulated ...

    09:12PM on Jan 08 2009 by hapehu

  • simplus 0.91 file released: simplus-0.91.tar.gz

    simplus changelog
    
    confdb.h
    new Find() version for unsigned parameters
    
    simpmain.cc
    initialize the random generator using the time if no seed
    has been given via command line
    
    logger.h, simpmain.cc
    it is now possible to redirect verbose output to cerr or ...

    04:48PM on Jan 07 2009

  • Version 0.9

    simplus is a C++ library for constructing event-driven 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, ...

    06:22PM on Oct 14 2008 by hapehu

  • simplus 0.9 file released: simplus-0.9.tar.gz

    simplus changelog
    
    logger.h
    FMT, SIM_IsVerbose(), SIM_IsDebug() are now in namespace simpl
    
    fifo.h/fifo.cc
    new methods capacity(), setQueueSizeProbe(), setQueueSizeProbe(), getname()
    direct access to the probes is now forbidden (use set...())
    all ...

    06:53PM on Oct 12 2008

  • Version 0.8.4 : bugfix release

    fixed a potential memory management problem on program termination and some build problems on Microsoft Visual C++. No new features.

    11:34AM on Dec 12 2007 by hapehu

  • simplus 0.8.4 file released: simplus-0.8.4.tar.gz

    simplus changelog
    
    2007-12-11 Version 0.8.4
    bugfixes:
    some #include  added
    removed an old file in src/ which prevented build under MVC
    connector.cc: connectors are 'undeletable' now by default to
    avoid rare crashes at program ...

    10:16PM on Dec 11 2007

  • simplus 0.8.3 file released: simplus-0.8.3.tar.gz

    simplus changelog
    
    2007-09-04 Version 0.8.3
    process.h process.cc event.cc
    process class no holdes the number of pending events to speed
    up canceling. Set in event.cc
    simpmain.cc
    new functions sim_init() and sim_shutdown() to allow use of a
    traditional ...

    06:39PM on Sep 08 2007

  • simplus 0.8.3

    re-factoring of some components, feature enhancements and minor performance optimizations.

    04:44PM on Sep 08 2007 by hapehu