[Omnetpp-l] sumo-guisim installation

312 views
Skip to first unread message

mixsum

unread,
Feb 22, 2012, 10:32:43 AM2/22/12
to omnetpp
Salam Alykûm,
Could any one tell me how could I install sumo-guisim ?

I am using ubuntu 10.04.

I have followed the instructions mentioned here:
http://sumo.sourceforge.net/doc/current/docs/userdoc/Installing/Linux_Build.html

I have installed sumo.
How can I check that sumo-guisim is also installed ?
when typing sumo-guisim in the terminal , even ./sumo-guisim, I don't
have a result.

where is the matter plz ?

Sagar Pareek

unread,
Feb 23, 2012, 3:21:01 PM2/23/12
to omn...@googlegroups.com
Go to folder "bin" where your sumo is installed
and see weather sumo-gui is present there or not...
its not sumo-guisim..... its sumo-gui only....


--
Sent from the OMNeT++ mailing list. To configure your membership,
visit http://groups.google.com/group/omnetpp



--
KIND REGARDS --
SAGAR PAREEK
COMPUTER SCIENCE AND ENGINEERING
NIT ALLAHABAD

rim negra

unread,
Feb 23, 2012, 3:40:03 PM2/23/12
to omn...@googlegroups.com
Thanks a lot Sagar.

You are so kind and really helpful.

I have resolved this problem. I have turned the traCI server. All goes well now.

Just a question: why I don't have sumo-guisim ? where is the difference between sumo-gui and sumo-guisim ?

You know, I have many questions.  I don't know even you could help me resolving them.

Have you an idea how could I make cluster of vehicles. and how cellular networks are simulated in omnet.
 
 
I really thank you for your kindness.
Yours faithfully.
2012/2/23 Sagar Pareek <sagar...@gmail.com>



--
NEGRA Rim
HANA Research Group, CRISTAL Laboratory
ENSI, University of Manouba, Tunisia



Sagar Pareek

unread,
Feb 23, 2012, 4:05:23 PM2/23/12
to omn...@googlegroups.com
Well
I know sumo-gui in sumo-0.12.3, sumo-0.13.0 and sumo-0.13.1 in ubuntu
may be sumo-guisim is there in windows platform or in other versions of sumo.
Both are used for graphical versions of sumo. No difference...

I dont know what clustering here are you referring?

And cellular networks, its a difficult task as first of all, mobile towers's range is in hexagon shape(not circular) which is I think not possible in omnetpp, but if I have to implement cellular network in omnetpp then first things in my mind coming is replacement of IPV4 addressing with user defined mobile numbers... You can change IPv4 with mobile numbers according to ur need... if you succeed in getting numbers routing... then ur half work is done...
As handover is there in INET framework ( I am working in INET frameworkn not MIXIM).
now you can two towers or more towers with wire connection (all towers having number defined routing not IPV4). and you can use mobile hosts (wireless).

So whats now difficult in it?

rim negra

unread,
Feb 24, 2012, 3:19:30 AM2/24/12
to omn...@googlegroups.com
That's great.

Thanks again.

Plz, what's the difference between Mixim and Inet ?

I would like to simulate VANET network. Vehicles are grouped into
clusters according to some parameters. And, in the same cluster, some
vehicles have their interfaces E-UTRAN or enabled. That means
vehicles have two interfcaes: IEEE 802.11p and E-UTRAN.

So, cellular network that I mean isn't for GSM nodes but for vehicles nodes.

the first step is to prepare vehicles with two interfaces radio as
they lies into 2 differents networks in this context of heteregeneous
architecture.

Then, I will manage the clusters according to some parameters
(vehicles lying in the same direction, having the same 4G signal
strength and the same IEEE 802.11 signal strength forms a cluster ).

Then I will choose a vehicle as a cluster head for the same cluster.
This vehicle will have their interface E-UTRAN enabled to communicate
with the BST.

Is this so hard to perfom?

Special thanks.

2012/2/23, Sagar Pareek <sagar...@gmail.com>:

>>> **KIND REGARDS --


>>> SAGAR PAREEK
>>> COMPUTER SCIENCE AND ENGINEERING
>>> NIT ALLAHABAD
>>>
>>> --
>>> Sent from the OMNeT++ mailing list. To configure your membership,
>>> visit http://groups.google.com/group/omnetpp
>>>
>>
>>
>>
>> --
>> NEGRA Rim
>> HANA Research Group, CRISTAL Laboratory
>> ENSI, University of Manouba, Tunisia
>>
>>
>>
>> --
>> Sent from the OMNeT++ mailing list. To configure your membership,
>> visit http://groups.google.com/group/omnetpp
>>
>
>
>
> --

> **KIND REGARDS --

ZAIMI Imane

unread,
Mar 5, 2013, 10:41:17 AM3/5/13
to omn...@googlegroups.com
Hi!

When i click Visualisation in MOVE simulator, SUMO-gui does not open
I get the following exceptions....Please help

java.io.IOException: Cannot run program "sumo-gui": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:475)
at java.lang.Runtime.exec(Runtime.java:610)
at java.lang.Runtime.exec(Runtime.java:448)
at java.lang.Runtime.exec(Runtime.java:345)
at frontEnd.guisimButtonActionPerformed(frontEnd.java:799)
at frontEnd.access$9(frontEnd.java:762)
at frontEnd$10.actionPerformed(frontEnd.java:361)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253)
at java.awt.Component.processMouseEvent(Component.java:6175)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:5940)
at java.awt.Container.processEvent(Container.java:2105)
at java.awt.Component.dispatchEventImpl(Component.java:4536)
at java.awt.Container.dispatchEventImpl(Container.java:2163)
at java.awt.Component.dispatchEvent(Component.java:4362)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
at java.awt.Container.dispatchEventImpl(Container.java:2149)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4362)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.(UNIXProcess.java:164)
at java.lang.ProcessImpl.start(ProcessImpl.java:81)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:468)
... 31 more
Reply all
Reply to author
Forward
0 new messages