Multiple python client objects connecting to one sumo simulation
问题 I am new in SUMO. I have a .net, a .rou (containing 300 vehicles with vehicle depart, id, route edges attributes), a .trip and a .sumoconfig file representing a traffic scenario. I want to create these 300 vehicles as python Vehicle object generating from a Vehicle class containing other functions to communicate with each other. How can they connect dynamically to sumo and get linked to those 300 cars in the scenario? I can write a server that listens for these objects and accepts connection