Re: [ns] make clean, make depend, make do not take effect

2007-10-26 Thread dzib1
Hi, try "make clean", "make", "sudo make install" from /ns-whatever/ns-2.31 directory Filip >Hi, >Here are my two cents, perhaps one of the following could be the problem: > >1. Perhaps you are not executing the make/make clean commands in the right >directory, you have to do it >in /ns-

Re: [ns] Could not schedule timer

2007-01-23 Thread dzib1
>This query has been posted in past also but my search for the >solutions was unsuccessful: > >When I run my NS script with heavy traffic, the execution sometimes >stop in between giving the error as "Couldn't schedule timer". I am >also using my own timer for acknowledgement timeout. > >Does this

[ns] How to classify packets in a node using fid?

2006-07-18 Thread dzib1
Hi All, I would like to route packets using their flow ids. I tried to use the Hash/Fid classifier (implemented a new Routing Module, following the ns-manual), but didn't manage to make it classify packets. I believe, I am missing some ns-2 commands. As an example, I am using the following net

[ns] How to implement circuit-switching in ns-2?

2006-05-26 Thread dzib1
Hi, I've been trying to implement a circuit-switched network model using ns-2 for some time. I have the following ideas: - use manual routing and separate queues for each flow - add path information to a packet payload - lay more links between a node pair - create separate links and nodes for e

[ns] How to implement circuit-switching in ns-2?

2006-04-21 Thread dzib1
Hi, I've been trying to implement a circuit-switched network model using ns-2 for some time. I have the following ideas: - use manual routing and separate queues for each flow - add path information to a packet payload - lay more links between a node pair - implement source routing - implement