Re: [ns] solution please

2012-05-29 Thread Manfe
Hello, The error is because the mobility pattern file was not found. Check the correct path for the location of the Mobility pattern by checking where your installation was done and edit the path accordingly. Best regards! in here couldn't read file ../mobility/scene/cbr-3-test: no such file

[ns] tutorials or codes on dynamic cluster formation

2012-05-24 Thread Manfe
Hello all, I am working on clustering nodes and selecting cluster heads using mobile nodes, I would appreciate if i can be provided with any tutorials or sample codes on formation of clusters. Thank you -- View this message in context:

Re: [ns] NS error (Wired cum Wireless 200 mobile nodes)

2012-05-23 Thread Manfe
Hello, Would be easier to identify the errors if code is available... Shahid-3 wrote: Here is the error Can any one guide INITIALIZE THE LIST xListHead Starting Simulation... SORTING LISTS ...DONE! classifier _o20 --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) ---

[ns] location of node position using gps

2012-05-17 Thread Manfe
Hello, I am working on a VANET simulations and i need to detect the position and speed of the nodes. I would want to know how the speed and the location of the nodes can be obtained using GPS. Help is urgently needed. -- View this message in context:

Re: [ns] location of node position using gps

2012-05-17 Thread Manfe
Hello Ajmal Thank you for your response! Having imported Mobility traces from SUMO and and now having tcl scripts of simulation i think these codes should be converted to tcl. I am clustering the vehicles based on the position and the speed of the nodes. Thanks Manfe Ajmal Khan wrote: Hi

Re: [ns] location of node position using gps

2012-05-17 Thread Manfe
Networks Lab School of Electrical Engineering and Computer Science Kyungpook National University Cell : +82 (10) 7732-3885   From: Manfe wise_...@yahoo.com To: ns-users@ISI.EDU Sent: Thursday, May 17, 2012 4:52 PM Subject: [ns] location of node

Re: [ns] location of node position using gps

2012-05-17 Thread Manfe
in ns2. For clarification i would want to know from you, i am clustering the nodes generated from the TCl scripts, using the speed and location of nodes i however want to obtain these values dynamically in using TCL codes. I think i need to convert the c++ codes provided by Ajmal Manfe