Skip to content
/ sumo Public
forked from planetsumo/sumo

The official mirror of the sumo sources

Notifications You must be signed in to change notification settings

bstriner/sumo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

libsumo

Branch of https://github.com/planetsumo/sumo the official mirror of the SUMO sources

I modified the SUMO build to produce a library named libsumo that allows direct access to the SUMO API in C++. This allows for a significant performance improvement over traci.

libsumo provides a library for traffic simulation that can be used from C++. The build outputs are a shared library and a static library named libsumo.so and libsumo.a. make install will copy the library to the system library directory. Make sure to run ldconfig after installing if you want to be able to use the library in your own code.

git clone https://github.com/bstriner/sumo.git
cd sumo/sumo
aclocal
autoconf
automake
./configure --enable-libsumo=yes
make
make -C src/libsumo install

About

The official mirror of the sumo sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.8%
  • Python 24.1%
  • C 3.4%
  • TeX 1.2%
  • C# 0.6%
  • Makefile 0.3%
  • Other 0.6%