ns-3: align usecorepositions() with session object mobility
- Dominant language
- Tcl
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
usecorepositions() is member of CoreNs3Net; this is for alignment with other
CORE wireless networks where the position is associated with the wireless
interfaces.
The command to make ns-3 take the GUI position updates is:
wifi.usecorepositions()
while the command to make ns-3 run its own mobility is instead part of the
Session object; e.g.:
session.setuprandomwalkmobility(...)
These probably should be aligned; the proposal for now is to create a new
Session method: usecorepositions(), and keep the old CoreNs3Net one for now.
```
Original issue reported on code.google.com by `tomh....@gmail.com` on 15 Feb 2013 at 11:42
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.