If you are using a single python process with multiple threads this should work just fine (traci is thread-safe). If you wish to use multiple python process, you can connect each of them as a client (see https://sumo.dlr.de/docs/TraCI.html#multiple_clients)
Am Mi., 11. Sept. 2019 um 07:28 Uhr schrieb priyank soni < [email protected]>: > Hi All, > > I am simulating a network with two junctions having traffic lights, I want > to give commands from separate python thread to each of the junction of > same simulation , is it possible ? > > Regards, > Priyank Soni > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
