Hi Folks, In my project I need to count the nodes and the scenario is that, the nodes are situated in varius circle like
*.radius1 = 200.0
*.numNodes1 = 10
*.radius2 =300.0
*.numNodes2 = 8
*.radius3 = 400.0
*.numNodes3 = 5
Origin is same for all of them. Here origin needs to count all the nodes.
**.transRange = 150.0 m .
seed-0-mt = 12,
mobility.speed=1 mps;
mobilityType = "RandomWPMobility";
But I am getting at most 16 nodes counted by origin. Is there any way to get counted all the nodes by origin? If I increase the transmission range I am getting all the nodes, but If I change the number of nodes I am not getting the absolute number of nodes. I am using INET.
Any suggestion?
Regards
Anupam