You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hello , pleaaaase help me !
I would like to make a given node 1 away from a node 2 with distance equal to 200 m how can I make it with code in ns3 .
thank you in advance
pdbarnes
unread,
Sep 28, 2018, 12:20:08 AM9/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Take a look at the mobility sections in the tutorial and manual. For a fixed distance try the ConstantPositionMkbilityModel, then set each Node’s position so they are 200 apart.