hi ns users, I have two opposite scenarios as the following :
I need to send specific data from each node to Access point node where the Access point has to do some calculations, then it has to broadcast the output value to all nodes in the topology. I know how to deal with the access point and the broadcast via tcl so my question: Is it possible to do two different scenarios in the same tcl file and each one of them is in a separate procedure? where the first scenario: each node has to send certain value to access point via a procedure in the tcl script. Then Access point in the C++ code has to do some calculations. After that in the second scenario, the access point will send the output result that comes from c++ code via another procedure in the tcl? So does it possible to do this scenario and if it is possible how can I do both scenarios without making any overlapping between the two different scenarios. Thanks for your help in advance. Regards, Heba
