LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   NS2: VanetMobiSim installation Help (https://www.linuxquestions.org/questions/linux-software-2/ns2-vanetmobisim-installation-help-4175462797/)

vishalpolara 05-20-2013 11:45 PM

NS2: VanetMobiSim installation Help
 
i got the following error while installing vanetmobisim or running it

i had type following command according to labmannual

vishal@vishal:~/vanetmobisim$ java -jar VanetMobiSim-src.jar
Failed to load Main-Class manifest attribute from
VanetMobiSim-src.jar


but i didn't see anything

please help me

thanks in advanced

knudfl 05-21-2013 04:21 AM

VanetMobiSim-src.jar : "src" means source code.

The file 'VanetMobiSim-1.1.jar' is to be used, example :

$ java -jar VanetMobiSim-1.1.jar <path-to>/samples/userGraph_walk.xml


More about VanetMobiSim :
http://www.linuxquestions.org/questi.../vanetmobisim/

-

vishalpolara 05-21-2013 04:56 AM

i have typed in this way and still my problem is not solved

i got following error

vishal@vishal:~/VanetMobiSim-1.1$ java -jar VanetMobiSim-1.1.jar /home/vishal/VanetMobiSim-1.1/samples/userGraph_walk.xml
Unable to access jarfile VanetMobiSim-1.1.jar


now what to do

knudfl 05-21-2013 05:18 AM

Quote:

Unable to access jarfile VanetMobiSim-1.1.jar
To run a file : either change to the directory with "file",
or use an absolute path.

And : The package / file "VanetMobiSim-1.1.jar" must of course be present.
http://vanet.eurecom.fr/VanetMobiSim-1.1.jar > VanetMobiSim-1.1.jar

-

vishalpolara 05-21-2013 11:09 PM

tx

I got the solution.

can you provide me help for NS-3.

how to work with NS-3 and if you are having example then please give it to me.

i had already installed it.

how to work with NS-3 and VanetMobiSim??????

how to create .xml file in VanetMobiSim???????

knudfl 05-22-2013 01:37 AM

# 5 .
Quote:

How to create .xml file in VanetMobiSim ?
? Probably find some information in the Manual > VanetMobiSim_1_0__Manual.pdf
http://vanet.eurecom.fr/VanetMobiSim_1_0__Manual.pdf



Quote:

How to work with NS-3 and VanetMobiSim ?
a) Google .. vanet ns3 ..
b) Google .. vanetmobisim ns3 ..

Vanet is included in ns3. I don't know how to use : Never done an ns3 simulation.
More ns3 http://network-simulator-ns-2.7690.n7.nabble.com/

-


All times are GMT -5. The time now is 01:41 AM.