Skip to content

Commit

Permalink
Merge branch 'MobilityManager' into Development
Browse files Browse the repository at this point in the history
This version includes functionalities for client scanning.
  • Loading branch information
luissequeira committed Jan 31, 2017
1 parent 40e638b commit b1ee7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poolfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b1ee7fd

Please sign in to comment.