[ns] a bigger simulation

2006-07-06 Thread sorin pasa

Hi everyone,my name is Sorin, I'm new to NS, so I'm
asking you if you know any application or something
similar to: I have an ATM ring (STM-1) with 6 gateways and a cloud
of servers (proxy, mail, file sharing) (node 7).
 1234
 !  !
 7--6---5

 Every gateway has a LAN attached to it (of about 100
computers/LAN). I have to make a simulation in which
each user logs (in) to the proxy, checks email and
downloads a file of aprox. 5Mb, all this in an
interval of 30 minutes. And I have to calculate the load on 
  each segment of the ring.
   If anyone knows...please, I really need the
information.
Thanks in advance... 



-
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.


[ns] urgent: mac_802.11.cc to scheduler.cc ??

2006-07-06 Thread ARUN KUMAR

Hallo all,
  I am using the mac_802-11.cc for my simulation of ns-2. I need to know  where 
the mac calls the scheduler.cc and vice versa..When i compile and  run the 
examples of tcl i get the reuslts from mac packet with the  scheduler infos 
etc..But i dont know where the calling takes place  exactly.Do anybody knows 
about this please give me a hint.
  Thanks in advance..
  Arun
  

-
 Yahoo! India Answers: Share what you know. Learn something new Click here
Catch all the FIFA World Cup 2006 action on Yahoo! India Click here


[ns] Routing problem in ns2!

2006-07-06 Thread piyush sharma

Hi everybody,
The default routing algorithm implemented in ns2 is the shortest path
routing (Dijkstra's Algorithm).
The problem is that if there exists multiple paths having same number of
hops between a source-destination node pair, which of the multiple
paths is choosen, as each one is the shortest path.
Is a path choosen randomly or is there any tie -breaker for this ? Which c++
code file should I look into ?
Thanks!
Piyush


[ns] looking for development help with multipath routing

2006-07-06 Thread keyboard


Hi Guys, 

I have a small project for NS-2(Network Simulator 2). Its not that hard but
I am just done with studies now. IF anyone knows NS-2 and is willing to do
it.I would be willing to compensate a developer for their time-- please
contact and we can discuss..This project is about multipath routing using
NS-2. IF you think you can do it, contact me at [EMAIL PROTECTED] If
you know it, It will hardly take one week max. Looking forward for ur
replies... 

Thanks a lot 


-- 
View this message in context: 
http://www.nabble.com/looking-for-development-help-with-multipath-routing-tf1902636.html#a5206303
Sent from the ns-users forum at Nabble.com.



[ns] [help] : watchdog and pathrater

2006-07-06 Thread balraj karthikeyan

hi ns-users,
  I am trying to implement watchdog and pathrater protocol in ns-2 as part
of my master's project.
If any one implemented this protocol  before or currently trying  to
implement plz reply me
I got couple of doubts in implementation

Thanks in advance

cheers,
Cartic


[ns] Where is the C++ implementation of FTP in ns2?

2006-07-06 Thread Xiaolin Cheng

Dear all,

In ns2 we may use FTP as an application sitting upon TCP like

set tcp [new Agent/TCP]
..
set ftp [new Application/FTP]
$ftp attach-agent $tcp


Where can I find the C++ code for class Application/FTP? Is it only
implemented in OTCL without corresponding mirror in C++?

Thanks for your help.