[ns] Accessing classifiers

Jon Suarez jonsuar at gmail.com
Thu Apr 27 03:41:08 PDT 2006


Hello everybody,

 

I'm trying to modify and add some code to build up the routing table. For
that I need some information stored in the address classifier of each node.

I would like to access to those objects but I don't know how to do it. Could
anybody help me?

 

My idea is something like that:

 

 for ( i=0 ; i< NumberOfNodes ; i++ ) {

            Classifier *MyClassifier;

            MyClassifier=(get the address of the classifier installed in the
node i); //I don't know how to do that

}

 

Thank you,

 

Regards,

Jon



More information about the Ns-users mailing list