Re: [ns] HI! This is Mike! I wish you to visit my new site!

2011-06-19 Thread john peter

..Every man should now this site. It’s really helpful and interesting!  
http://www.cumbredelvino.com/friends.page.php?asaID=60i2



[ns] i need help to simualate energy consumption of nodes

2011-06-19 Thread srinivas kanakala

dear sir/mam,

   how to find the total energy consumption of nodes

-- 
Thanking You.

best wishes and regards,

yours sincerely,

Srinivas.Kanakala
Assistant Professor
Department of Computer Science
Vaagdevi College of Engineering

www.vagdevieng.com

Warangal,AndhraPradesh,INDIA-506002

contact no:91-9966343560


All the power is with in u,u can do any thing and every thing



[ns] olsr for 30 nodes takes a lot of time

2011-06-19 Thread umair shah

Hey I wanna run olsr simulation ,I've successfully patched olsr in ns2 2.34 
,from masimum site.tell me can I use the same tcl script as that of aodv for 
instance,and It takes a lot of time for olsr simulation ,how can i simulate it 
quickly 


[ns] Cloud computing simulations

2011-06-19 Thread Mario Fanelli

 

Dear all,

 

I would like to run large-scale Cloud computing scenarios in ns2.

Unfortunately, to the best of my knowledge, ns2 simulates only the
networking part of the data center, 

while there are no ways to specify node resources constraints (e.g., CPU &
memory), jobs, consolidation policies, etc.

 

Is anyone aware of ns2 extensions for such scenarios?

 

Thank you.

 

Best regards,

Mario Fanelli



[ns] um-olsr in ns2 2.34

2011-06-19 Thread umair shah

Hi i installed um-olsr in ns2 2.34 and patched it successfully but when i write 
make at terminal see what happens .
umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$ tar zxvf um-olsr-0.8.8.tgz 
um-olsr-0.8.8/
um-olsr-0.8.8/OLSR_state.h
um-olsr-0.8.8/um-olsr_ns-2.29_v0.8.8.patch
um-olsr-0.8.8/OLSR_printer.cc
um-olsr-0.8.8/LICENSE
um-olsr-0.8.8/OLSR_state.cc
um-olsr-0.8.8/OLSR.h
um-olsr-0.8.8/README
um-olsr-0.8.8/CHANGELOG
um-olsr-0.8.8/OLSR_rtable.h
um-olsr-0.8.8/OLSR.cc
um-olsr-0.8.8/OLSR_printer.h
um-olsr-0.8.8/OLSR_rtable.cc
um-olsr-0.8.8/OLSR_repositories.h
um-olsr-0.8.8/OLSR_pkt.h
umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$ mv um-olsr-0.8.8 olsr
umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$ patch -p1 < 
olsr/um-olsr-2.34_v0.8.8.patch
patching file Makefile.in
patching file common/packet.h
patching file queue/priqueue.cc
patching file tcl/lib/ns-agent.tcl
patching file tcl/lib/ns-default.tcl
patching file tcl/lib/ns-lib.tcl
patching file tcl/lib/ns-packet.tcl
patching file trace/cmu-trace.cc
patching file trace/cmu-trace.h
umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$ make
Makefile.in is newer than Makefile.
You need to re-run configure.
false
make: *** [Makefile] Error 1
umair@umair-VirtualBox:~/ns-allinone-2.34/ns-2.34$