DINKIN / coreemu

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

WlanNode should use BasicRangeModel by default for Python scripts #239

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Placing a WLAN in the GUI and linking it with nodes causes the basic range 
model to be used automatically.

For Python scripts, an explicit wlan.setmodel() is needed. Change the default 
to use the basic range model, instead of no model.

This would simplify the scripting experience.

Related thread:
http://pf.itd.nrl.navy.mil/pipermail/core-users/2014-March/001504.html

Original issue reported on code.google.com by ahrenh...@gmail.com on 6 Mar 2014 at 9:47