AFAIK, you have to

(1) set the number of clients in .sumocfg file to two by specifying <num-
    clients value="2"/>(2) assign an unique ordinal number to every client, 
i.e. call
    `traci.setOrder(1)` for one client and `traci.setOrder(2)` for the
    other one right after calling `traci.init(...)`
-- Jan


On Thu, 20 Dec 2018, at 10:51 AM, [email protected] wrote:
> Hello everyone,
>  
> so i'm new to SUMO and want to connect two different clients (both
> python scripts, Interface: TraCI) to the same SUMO connection.> How can I do 
> that exactly? I read about the simulationSteps from the
> post yesterday, but I can't manage to implement it.>  
> Thanks a lot.
>  
> Greetings!
> _________________________________________________
> 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

Reply via email to