Re: [ns] how to trigger an event at certain interval?

2006-03-22 Thread Ankit Mehta
Tingting > > > ----- > 无限容量雅虎相册,原图等大下载,超快速度,赶快抢注! > > -- Ankit Mehta Undergraduate Computer Science and Engineering Indian Institute Of Technology,Madras Chennai,India

Re: [ns] how to measure delay at switches

2006-03-22 Thread Ankit Mehta
Hi Include a time field in the packet . WHen the packet is send update the time. when the packet is received again find the time and substract it with the previous time. How to find time: Scheduler::instance().clock() cya -- Ankit Mehta Undergraduate Computer Science and Engineering Indian

Re: [ns] neighbor_ is not working in wireless

2006-03-22 Thread Ankit Mehta
Here it is a step by step description of finding the neighbour of node http://www.cse.msu.edu/~wangbo1/ns2/nshowto2.html cya -- Ankit Mehta Undergraduate Computer Science and Engineering Indian Institute Of Technology,Madras Chennai,India On 3/22/06, raja priya <[EMAIL PROTEC

Re: [ns] Re. assert ()

2006-04-10 Thread Ankit Mehta
his macro/function, its > used all over in mac and other directories. > > Please let me know if you know the ans! > > thanks > Narayan > > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection aroun

[ns] Energy value of sensor node

2006-04-10 Thread Ankit Mehta
) \ -initialEnergy $val(initialEnergy) Is it correct that unit of rx , tx is in watts and initial energy unit is in joule? How come the units are different ? How is joule related to watts ? Thanks Regards -- Ankit Mehta Undergraduate Computer Science and Engineering Indian Institute Of Technology,Madras

Re: [ns] Tracking with wireless sensor networks.

2006-04-10 Thread Ankit Mehta
For sensing a object their is nothing in normal ns 2 package but their is an extension for it http://pf.itd.nrl.navy.mil/nrlsensorsim/ For making base station node you might find the tutorial on manet routing in ns 2 helpful...just google it... Regards Ankit MEhta On 4/9/06, Hadi JamaliRad

[ns] NS2 faqs in the link below

2006-04-15 Thread Ankit Mehta
NS2 faqs in the link below Good NS2 faq http://web.syr.edu/~dchen02/FAQ.txt -- Ankit Mehta Undergraduate Computer Science and Engineering Indian Institute Of Technology,Madras Chennai,India