where can I download SUMO-0.21.0?

100 views
Skip to first unread message

mansour alqarni

unread,
Dec 23, 2014, 5:10:34 AM12/23/14
to omn...@googlegroups.com

Hi,
Is SUMO-0.21.0 for wind 8 some where to download? SUMO site has only SUMO-0.22.0 does that make sense? 
What do you need to run SUMO on wind 8? I'm usinf python but SUMO still not running!!

I do appreciate your help  

Mohsen Sichani

unread,
Dec 26, 2014, 12:57:34 PM12/26/14
to omn...@googlegroups.com

mansour alqarni

unread,
Dec 26, 2014, 4:23:32 PM12/26/14
to omn...@googlegroups.com
Hi Mohsen,

thanks for your email. I have used all and still sumo.exe not working 
could please tell me what do I need to run Veins and sumo.exe?
I look forward to hearing from you
Many thanks 

--
You received this message because you are subscribed to a topic in the Google Groups "omnetpp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/si-_27VOZEI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mohsen Sichani

unread,
Dec 26, 2014, 4:26:45 PM12/26/14
to omn...@googlegroups.com
Hi Mansour

I am dealing with sumo in linux not windows but as far as I know the pricipal is same, did u run the proxy?
I mean "step 4" of the following link:

Cheers

Mansour Alqarni

unread,
Dec 27, 2014, 1:52:58 AM12/27/14
to omn...@googlegroups.com
Thanks again Mohsen,
I have and it's running till 9999 then stopped, but the final step not working. 
I made my laptop to Ubuntu 14.04LTS WITH OMNET 4.1is that ok? 
./configure works fine but make MODE=release not working. 
Shows this message. 




image1.jpeg

Sent from my iPhone so excuse the typos!

Mohsen Sichani

unread,
Dec 27, 2014, 3:39:32 AM12/27/14
to omn...@googlegroups.com
Hi Mansour

The version that you are using is 4.1 which is very very old, currrent version is 4.6. In addition, you could have run that in windows without installing in Ubuntu. however, I also have it in ubuntu 14 and I prefer that in Ubuntu. 
So, the first thing to do is download the latest version from
please also search the forum for "bashrc", you should add some line to the "bashrc" file, it is not essential if you are using GUI (graphic user interface). 
In the bashrc you export the library of OMNET.
like:

At the end you can run sumo,
To install omnet  plz follow the instruction either from
omnetpp.org/doc/omnetpp/InstallGuide.pdf
or just google it.

Good luck with that.

Cheers

mansour alqarni

unread,
Dec 27, 2014, 6:31:32 PM12/27/14
to omn...@googlegroups.com
Hi Mohsen,
I'm now using omnet 4.6 and tried 4.4.1 they run fine but when I build them show as the attached snapshots. ./configure says the lib was good!
also I tried to run sumo.exe it is not excite in sumo 22/bin?? the file tar.gz used command tar xzf sumo.tar.gz and it isn't there sumo.exe or sumo-gui.exe??
thamks again
Screenshot from 2014-12-27 18:26:04.png
Screenshot from 2014-12-27 18:26:36.png

Michael Kirsche

unread,
Dec 27, 2014, 7:21:01 PM12/27/14
to omn...@googlegroups.com
Did you compile OMNeT after you've run ./configure?
Seems like you didn't...

Also, there is no .exe file under Linux!

Mansour Alqarni

unread,
Dec 27, 2014, 11:51:34 PM12/27/14
to omn...@googlegroups.com
Yes I did using make MODE=release and all was good, but when I build it not working if that what you mean by compile?
.exe file to run sumo.exe the step 4? how to do it in Ubuntu without sumo.exe?

Mohsen Sichani

unread,
Dec 28, 2014, 12:05:08 AM12/28/14
to omn...@googlegroups.com
Another point is that INETMANET's TRACI(it is the connection btw omnet and SUMO) is not compatible with sumo 0.22. I installed 0.19 and it works fine with that. 
I run that like:
~/Omnetworkspace1/inetmanet-2.0-inetmanet-2.2/etc$ ./sumo-launchd.py -vv -c sumo

good luck

Mansour Alqarni

unread,
Dec 28, 2014, 12:13:22 AM12/28/14
to omn...@googlegroups.com
so do if I download sumo-0.19 should work with omnet 4.6? do I need to download inetmanet?
thanks

Mohsen Sichani

unread,
Dec 28, 2014, 5:41:29 AM12/28/14
to omn...@googlegroups.com
SUMO is just for mobility.  It is a well-developed tool for measuring and doing micro and macro mobility, For having network traffic you either need Veins, INETMANET, INET, MiXiM, or ...
Therfore, you need one of those frameworks, there are some example in the those frameworks which let u to integerate them with sumo.
This video is a good tutorial video about sumo which is done by one of your friends :


Cheers

Michael Kirsche

unread,
Dec 28, 2014, 8:54:21 AM12/28/14
to omn...@googlegroups.com
Mohsen is right, check the Sumo or Veins tutorials.

As for your make question, you initially compiled only the RELEASE version of OMNeT, alas only the release libraries were compiled. Later you try to compile the Debug version of a framework / model / module, where the debug libraries of OMNeT are needed for. That's the reason for your error. Go back to your OMNeT installation and compile both releases (debug and release versions) by simply running make (before you should do a make cleanall).

Mansour Alqarni

unread,
Dec 28, 2014, 10:03:40 AM12/28/14
to omn...@googlegroups.com
Thanks guys 
But I did ./configure then make MODE=release. What do you mean by compile both releases (debug and release versions?? 
Also is not necessary to have SUMO to run Veins demo? 3 weeks trying to run it. Winds 8 shows I need to GNU GPL licence. 

Sent from my iPhone so excuse the typos!

Michael Kirsche

unread,
Dec 28, 2014, 11:20:46 AM12/28/14
to omn...@googlegroups.com
Read the OMNeT installation manual!!!
You specifically compile only the release version with your command make MODE=release!
So go back and compile both releases by simply using make without specifying a certain mode....

Mansour Alqarni

unread,
Dec 28, 2014, 11:40:06 AM12/28/14
to omn...@googlegroups.com
Thanks so much. 
I did just make command and it works and now running veins demo. 
I really do appreciate your help guys. 
Once again thank you for your respond 


Sent from my iPhone so excuse the typos!
Reply all
Reply to author
Forward
0 new messages