[ns] TORA Protocol

2009-07-13 Thread Kanakaris Venetis
Hi to everyone, I want to run some simulations using the TORA protocol but whenever I am trying to use the TORA protocol I 'm getting many errors. Please tell what I am doing wrong. I am using the example wireless-mitf.tcl and when I am changing the protocol from DSDV to TORA I am

[ns] Sending packets from agents

2009-07-13 Thread Τσιλιγγίρης Γεώργιος
Hi all, Does anybody node if I can send a packet from an agent to a node based on the nodes ID? George

[ns] Destination address in IP header

2009-07-13 Thread Τσιλιγγίρης Γεώργιος
Hi all, I'm trying to change the destination address of a packet in the IP header. Does anybody know how to do that?

[ns] finding location of noodes

2009-07-13 Thread Fawzi Yassine
Hello, I am implementing a localization protocol that is very similar to Dv-Hop. I attached the abstract of the ensuing paper. The WSN localization algorithm i am doing is very promising [as you can tell from the abstract!], but it can be very much improved upon simulation, therefore, i'd

[ns] tutorial for wireless sensor network simulation in ns2

2009-07-13 Thread Fawzi Yassine
hi, i want sa tutorial or a place to get started for wireless sesosor networks simulation. thanks a bunch,

[ns] Mac - Link layer

2009-07-13 Thread Dalton Cézane
Does someone know how to insert piece of code in the MAC (Link Layer)? I mean if exists some hooks that I MUST edit (mandatory). Thank you! -- === Dalton Cézane - Voip UFCG: 1075-2005 Mestrando em Ciência da Computação (UFCG) Bacharel em

Re: [ns] Mac - Link layer

2009-07-13 Thread qweq adcsad
Better to insert your own hook from tcl script if necessary and take the control from the command() function. You can also insert ur own code without any hook. --- On Mon, 7/13/09, Dalton Cézane daltoncez...@gmail.com wrote: From: Dalton Cézane daltoncez...@gmail.com Subject: [ns]