diff --git a/poolfile b/poolfile index f36c6f21..c0094efd 100644 --- a/poolfile +++ b/poolfile @@ -2,7 +2,7 @@ NAME pool-1 NODES 192.168.1.9 192.168.1.10 NETWORKS wi5-demo -APPLICATIONS net.floodlightcontroller.odin.applications.MobilityManager net.floodlightcontroller.odin.applications.ShowStatistics +APPLICATIONS net.floodlightcontroller.odin.applications.ShowStatistics # Pool-2 #NAME pool-2 diff --git a/src/main/java/net/floodlightcontroller/odin/applications/MobilityManager.java b/src/main/java/net/floodlightcontroller/odin/applications/MobilityManager.java index b9d88cb3..0a864514 100644 --- a/src/main/java/net/floodlightcontroller/odin/applications/MobilityManager.java +++ b/src/main/java/net/floodlightcontroller/odin/applications/MobilityManager.java @@ -37,7 +37,7 @@ public MobilityManager () { this.SIGNAL_STRENGTH_THRESHOLD = 0; this.SIGNAL_THRESHOLD = 215; this.SCANNING_TIME = 1000; - this.STA = "B8:27:EB:F2:E5:D6"; + this.STA = "*"; this.VALUE = "signal"; this.scan = true; }