Claus Christmann wrote:
> Hi List,
> 
> I have been trying to get my own routing algorithm working in ns2 for
> quite some time now and still haven't gotten as far as I hoped...
> 
> I received a lot of support from the ns-users list so far, but still
> need some more insight into ns2. In order to collect all that knowledge
> out there and to make it easier to find/read/change/update, I started a
> small effort on the ns2 wiki on
> 
> *How to Write Your Own Agent*
> http://nsnam.isi.edu/nsnam/index.php/Writing_an_Agent
> 
> *How to Send Packets*
> http://nsnam.isi.edu/nsnam/index.php/Sending_Packets
> 
> *The OSI layers and ns2*
> http://nsnam.isi.edu/nsnam/index.php/OSI_Reference_Model
> 
> PLEASE, if YOU have ever struggled on one of these issues or maybe even
> on the issue of writing your own _routing_agent_ , PLEASE go to the wiki
> and write your knowledge down. (Or email me, then I will write it down)
> 
> I am looking forward to tackle this big issue with the help off you all.

Claus,
Thanks for taking the initiative on these pages.  Regarding the writing
of your own routing agent, one pointer I would recommend is the use of
the NRL protolib [1] toolkit, because they have an example of a routing
agent (OLSR) built against that library.  By authoring your model as a
protolib component, you can also use your routing agent on real
implementations and in other simulators too.

- Tom

[1] http://downloads.pf.itd.nrl.navy.mil/protolib/

Reply via email to