-
Notifications
You must be signed in to change notification settings - Fork 245
News
Version 2.2.1 available!
- decoupled from mininet
- improvements on wmediumd
- errors fixed
Version 1.8 available!
- Initial implementation for VANETs
- New Propagation Models implemented
- User Manual available
- Some Errors Fixed
Version 1.6r8 available!
- Mobility support to adhoc/mesh networks
- Some Errors Fixed
Version 1.6r7 available!
- Some Errors Fixed
Version 1.6r6 available!
- More support to ad hoc
- Some Errors Fixed
Version 1.6r5 available!
- Log Distance and Two Ray Ground Propagation Loss Models Supported!
Version 1.6r4 available!
- Errors Fixed!
- New example available: /examples/wifiAccessControl.py
Version 1.6r2 available!
- Authentication methods supported (wep, wpa, wpa2)
Version 1.6r1 available!
- First propagation model implemented (Friis Propagation Loss Model).
Version 1.6 available!
- It is possible add multiple wifi interfaces ('antennas') in an AP.
- Code more clear.
Version 1.5 available!
Resources have been improved: https://www.youtube.com/watch?v=5b2Dp8xrKBM
1.5r6: You can work with these two approaches: Strongest-signal-first (SSF) and Least-loaded-first (LLF).
1.5r7: Code more clear and errors fixed.
Strongest-signal-first (SSF): Example:
net.startMobility(startTime=0, model='RandomWayPoint', max_x=100, max_y=100, min_v=0.7, max_v=0.9, AC='ssf')
Least-loaded-first (LLF): Example:
net.startMobility(startTime=0, model='RandomWayPoint', max_x=100, max_y=100, min_v=0.7, max_v=0.9, AC='llf')
Version 1.4 available!
It is possible set up a mesh networking
Version 1.2r6 available!
It is possible connect stations and hosts and also switches and access points.
Version 1.2 available!
It is possible to configure mobility and also use some mobility models (xterm is not required anymore).
Version 1.0rc2 available!
It is possible to configure mobility of nodes (use xterm for appropriate operation)
Version 1.0 available!
More bugs fixed and now it's possible set position to Stations and Access Points
Beta Version 0.98 available!
More bugs fixed
Beta Version 0.97 available!
It's possible add multiple wireless interfaces to STAs
Beta Version 0.96 available!
Bugs fixed
Beta Version 0.95 available!
It's possible work with common Mininet topologies, such as single, linear and tree.
Beta Version 0.94 available!
Fixed some bugs
It's possible change both mac and ip addresses of STAs
Beta Version 0.93 available!
It's possible work with wireless adhoc network