Re: [ns] global array

2009-11-02 Thread manoop talasila
Hi Javed, In present implementation, I created 6 mobile nodes (requirement is to have 10m transmitting range for all nodes.) and assumed node_0 as CA (central authority). So, all nodes communicate with node_0. And node_0 stores all the data and global values for calculations. Now, if nodes are

Re: [ns] global array

2009-10-29 Thread manoop talasila
Hi Basim, Thanks for the reply. In my design I need to store this global info in Central Authority(CA). So, may be I can create a new node in my TCL script which will act as CA. 1. But, how do I specify this array for a single node (CA)? - Do I need to create a new agent with the Array

[ns] global array

2009-10-28 Thread manoop talasila
Hi NSusers, I am trying to use a global array to store some info that is reported by each wireless node and later will use this stored info for processing some data when any other node request for it. To implement this scenario, where do I declare the global array? so that till the end of