eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ahrenh...@gmail.com on 11 Mar 2013 at 7:02