Re: [ns] node id in c++

2008-05-16 Thread Jorge Lanza
This is what I do in my agent (I'm not an expert ;)) int nodeid = -1; Node* thisnode = Node::get_node_by_address(addr()); // here you if (thisnode) { nodeid = node->nodeid(); } Hope it helps. Jorge At 15/05/2008 23:30, anas abu_taleb wrote: > Hi all > > I am trying to get the

[ns] Web traffic in wireless environment

2008-05-08 Thread Jorge Lanza
Hi all, I want to perform a simulation of a kind of XML RPC traffic. As this traffic is usually carried over HTTP in order to make the first tests I want to use any kind of web traffic envionment. I have tried with webcache over a wireless environment and the packets doesn't go out of the node (