summaryrefslogtreecommitdiff
path: root/tests/mobility_wlan0_bandwidth_1s1r/mobility.py
blob: 4f5a7a4e4847071e0d0cb468120485f31af00a2a (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

def callback(simulator):
    simulator.log("Network update!")
    L=simulator.netmat["wlan0"]["latency"]
    new_bw_wlan0=simulator.netmat["wlan0"]["bandwidth"]*2
    simulator.update_network({"wlan0":{"bandwidth":new_bw_wlan0, "latency":L, "is_wired":False}})