Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Retrieve functionalities under linux

Hello sumo community,

i come back again with a question relative to the retrieve functionalities of sumo in Linux.

Under windows I’m using the release  (see picture “release_window”) and under linux I’m using the release (“release_linux”). By using the retrieve functionalities in Sumo to get directly from sumo server some traffic information it’s not possible in Linux. There is no traffic save inside ResultVehicle define like that one you can see down.

                        ResultVehicle = client.vehicle.getContextSubscriptionResults(vehID);

 

I don’t get any error, but nothing is safe inside. Please just want to mention that these work for window. The only difference is that for SUMO I am using the source code for version of windows in the version of linux. I don’t know if this strange behavior is a matter of a not corresponding source code with the sumo version. Do I forget to set something? I compile it with 64 bits, but I think my sumo in linux is for 32 bit. But I don’t think that is a matter of that, because I can run it without any issue or error. Just that I can’t retrieve any value around vehID.

Could you please help me ?

 

Thank you very much

 

Br

Christian

Attachment: release_linux.PNG
Description: release_linux.PNG

Attachment: release_window.PNG
Description: release_window.PNG


Back to the top