create two client instances instead of calling connect twice with the same instance.
2016-01-21 10:41 GMT+01:00 CANER İPEK <[email protected]>: > Hi, > I tried to run two simulations at the same time with TraCI with C++. > I write: > system("start /b \"test\" /D data \"sumo-gui\" -c cross.sumocfg > --remote-port 1337"); system("start /b \"test\" /D data \"sumo-gui\" -c > cross.sumocfg --remote-port 1338"); > client.connect("localhost", 1337); > client.connect("localhost", 1338); > This opens two SUMO instances but i can not run them. I think, labeling of > each simulation and switching operator are not defined for C++. > Is anyone has an idea about how to run 2 simulation in TraCI with C++. > Thanks,Caner > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
