Stationary relay nodes in the ONE
Sometimes we may need to set a group of stationary nodes in our simulations. These are nodes which will not change their location but has the capability to relay messages.
We can do this by editing the settings file as shown below:
#Group1 central node
Group1.movementModel = StationaryMovement
Group1.nrofHosts = 1
Group1.nodeLocation = 0,0
Group1.groupID = z
Group1.bufferSize = 1G
Group1.speed = 0,0
Hope it helps!!!
We can do this by editing the settings file as shown below:
#Group1 central node
Group1.movementModel = StationaryMovement
Group1.nrofHosts = 1
Group1.nodeLocation = 0,0
Group1.groupID = z
Group1.bufferSize = 1G
Group1.speed = 0,0
Hope it helps!!!
How to analyze Prophet in ONE?
ReplyDeleteTehseen Ahmed, what do you mean by analyzing? Is it to run the Prophet and get the results?
ReplyDeleteHow can I set locations of all stationary nodes in a group?
ReplyDeleteGroup4.nodeLocation = 744, 634
DeleteHow to implement a new routing protocol that works in ONE Simulator.
ReplyDeleteHow to setting a specific destination of packets? thank.
ReplyDeleteI too want to know this,if u got the way can u tell me???? please
DeleteThis comment has been removed by the author.
ReplyDeleteHi,
ReplyDeleteIf I wanted to deploy multiple stationary nodes do I have to create a group that consists only of one node? Isn't this awkward? I have to create 5 separate groups just to use 5 stationary nodes? Any solution to this?
Hi tanmay if you have find solution of this problem then kindly share it thanks
DeleteI want to know same thing. Did you two found any answer?
DeleteYou don't need to create 5 separate groups for placing 5 stationary nodes. Just mention the number of hosts under a particular group. Say your group1 consists of stationary nodes. Then just add the following line:
DeleteGroup1.nrofHosts = 5
Hello;
ReplyDeleteI want ot visualize the report generated after Simulation. Can anyone know how to d this?
This comment has been removed by the author.
ReplyDeleteI want to know, how can I control the communication between two groups of nodes. Suppose, I don't want group1 nodes to communicate with group3 nodes. How to implement that?
ReplyDeletei want to add more to your post is that how two nodes send and receive packets
Delete