[ns] SEGMENTATION FAULT

2006-05-14 Thread altaf hussain
Hi Users I am working on mobiwan MIPV6. I have installed the mobiwan Patch for ns-2.28 and using Linux RedHat 8.0. When I tried to run the simple-mipv6.tcl I encountered the following error Segmentation Fault If u have a solution to that problem then I would be oblidge to u. Thanks

Re: [ns] implementation of ad hoc mobility model on NS

2006-05-14 Thread Ilyes Gouta
Salut, L'idée consiste à créer une nouvelle classe C++ qui hérite depuis la classe Node (~/ns-allinone-ns2.2x/ns-2.2x/common/mobilenode.{cc,h}). Cette nouvelle classe implémentera ton nouvel algorithme (basé sur RPGM). Je suppose que ça permet de calculer le positionnement d'un noeud dans l'e

[ns] Question, GDB debug, Not debug into the packet.h

2006-05-14 Thread fzz fzz
It seems that GDB cannot trace into .h files.

[ns] Can v run tcl script multiple times

2006-05-14 Thread Tuhin Kanti Sharma
Hi , I wanted to know if its possible to run multiple simulations of tcl with different values passed from tcl to .cc or generated in .cc itself. Is there a way by wich I can control the no. of executions from tcl. Help wld b greatly appreciated. Tuhin DUCS

Re: [ns] Directed Diffusion - trace and newtrace

2006-05-14 Thread shankar setty
Hi Filippe, U cannot get any information regarding the INTEREST, DATA etc from the trace files. U have to write some DiffPrint statements in the Directed Diffusion code filters eg: two_phase filter to get the information regarding the INTEREST, DATA etc... Hope this may help u out. F