Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Direct access to SUMO with C++

Hello,
the easiest way to use libsumo is probably by using the python wrapper:
https://sumo.dlr.de/docs/Libsumo.html#using_libsumo
The API is identical to the socket-based python client:
https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html
https://sumo.dlr.de/pydoc/traci.html
regards,
Jakob

Am Do., 2. Apr. 2020 um 05:00 Uhr schrieb Michael Buro <michael.buro@xxxxxxxxx>:
Hello,
I am interested in using SUMO as part of a traffic optimization project involving heuristic search and machine learning. The documentation hints at the option of accessing SUMO in C++ directly - without socket communication - which would be ideal for maximizing speed, but I couldn't find any code samples or direct-access API documentation.
Do those exist?
Thanks
/MB
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top