D3f0 / D3f0/coreemu

ns-3: align usecorepositions() with session object mobility

Open
#181 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Enhancement
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.