Hi friends,

I want to simulate a wireless (mobile) ad hoc 
network.  every node should save a default 20 bit data in itself  that 
is for example "ID:Data" and then broadcast this binary data for its neighbors. 
so I 
decided to use the "flooding.tcl" as a basic file which could help me to
 understand the message sending process. but in this file, the agent stores only
the message ID, but I need to save the ID and use the DATA in a mathematical 
calculation in every node.
so my problem is it:
1.how can I allocate the special data: "ID:Data" to a node
2. I don't know how can I split DATA and where does it save
3. where can I do calculations on the received binary data of every node

With Regards,
Rashin Saboor

Reply via email to