Hello, SUMO is time-discrete and uses 1-second steps by default. It provides an API to control stepping and to retrieve/modify most simulation objects. Client libraries in several languages are available. See http://sumo.dlr.de/wiki/TraCI HLA-extensions for SUMO have been created by third parties but neither implementation was made public so far. (i.e. "The design and development of an HLA-based open platform to model urban environments in SUMO" in SUMO2016 proceedings at http://www.dlr.de/ts/desktopdefault.aspx/tabid-3930/6094_read-44970/)
regards, Jakob 2016-05-31 22:26 GMT+02:00 Daily, Jeff A <[email protected]>: > Hi SUMO Developers, > > We are interested in using SUMO with our Framework for Network > Co-Simulation (FNCS - pronounced "phoenix") software. > https://github.com/FNCS > > Our framework currently integrates the domains of power distribution > (GridLAB-D), power transmission (MATPOWER), network communication (ns-3), > and building energy (EnergyPlus). We are interested in adding traffic > simulation as one of our supported domains. Do you have any advice for how > we might get started with SUMO? > > We are familiar with two types of simulator - ns-3 is event driven where > events are queued and executed, and GridLAB-D is time-stepped at minimum 1 > second intervals but supports arbitrarily long discrete steps, e.g., 5 > seconds, 2 minutes, if the system is in steady state. In either case, the > software packages are a complicated main loop, looping over events or > time. If we can insert our FNCS code into the main loop, then we can at > least synchronize SUMO's model time with the rest of the co-simulation. > > Does SUMO already feature some form of external interface such as > conformance to FMI ( > https://en.wikipedia.org/wiki/Functional_Mock-up_Interface) or HLA ( > https://en.wikipedia.org/wiki/High-level_architecture)? > > Thank you for your time and insights. > ________________________________________________________ > Jeff Daily > Scientist > ADVANCED COMPUTING, MATHEMATICS, AND DATA DIVISION > High Performance Computing Group > Pacific Northwest National Laboratory > 902 Battelle Boulevard > P.O. Box 999, MSIN J4-30 > Richland, WA 99352 USA > Phone: 509-372-6548 > Fax: 509-372-4720 > [email protected] > www.pnnl.gov > hpc.pnnl.gov > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > sumo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-devel > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
