Skip to content

Commit

Permalink
Merge branch 'Development'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmunilla committed Feb 21, 2018
2 parents 78f03ec + 0af8ef6 commit 4943d9a
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 14 deletions.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
<include name="libthrift-0.7.0.jar"/>
<include name="commons-io-2.5.jar"/>
<include name="javabuilder.jar"/>
<include name="wi5.jar"/>
<include name="wi5.jar"/> <!-- channelAssignment first version -->
<include name="getChannelAssignments.jar"/> <!-- channelAssignment with External II -->
</patternset>

<path id="classpath">
Expand Down
Binary file added lib/getChannelAssignments.jar
Binary file not shown.
20 changes: 11 additions & 9 deletions poolfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,19 @@ NETWORKS wi5-demo
####### ChannelAssignment params
#######
#######Start
####### | Scan Scan Scan & Algorithm Restart
####### | | | ... | |
####### |_________V_________V____________V___________________________V___
####### <--------><--------><-------->...<---------------------------> t
####### Pause Pause Pause IdleTime
####### | Scan Scan Scan, II & Algorithm Restart
####### | | | ... | II & Alg II & Alg |
####### |_________V_________V____________V_________V__________V____________V______
####### <--------><--------><-------->...<---------><---------><------->...<------ t
####### Pause Pause Pause Pause Pause Pause
####### <--------------------------------->
####### IdleTime
#######
####### CHANNEL TimeToStart(sec) PauseBetweenScans(sec) ScanningInterval(sec) AddedTime(sec) NumberOfScans IdleTime(sec) Channel Method Mode Filename
####### CHANNEL TimeToStart(sec) PauseBetweenScans(sec) ScanningInterval(sec) AddedTime(sec) NumberOfScans IdleTime(sec) Channel Method Threshold Mode Filename
####### Method = 1 : Wi5, 2 : RANDOM, 3 : LCC ;
####### Mode = auto, manual : it allows to manually force channel assignment for testing
# APPLICATION net.floodlightcontroller.odin.applications.ChannelAssignment
# CHANNEL 30 5 3 1 3 60 6 1 auto ChannelAssignmentLog.txt
# APPLICATION net.floodlightcontroller.odin.applications.ChannelAssignment_II
# CHANNEL 30 5 3 1 3 180 6 1 -150 manual ChannelAssignmentLog.txt

####### Interactive (prompt-based) application, which allows the user to introduce a channel number for each AP throught the keyboard
# APPLICATION net.floodlightcontroller.odin.applications.ChannelPrompt
Expand All @@ -54,7 +56,7 @@ NETWORKS wi5-demo

####### Smart Ap Selection params
####### SMARTAPSELECTION TimeToStart(sec) ScanningInterval(msec) AddedTime(msec) SignalThreshold(dBm) Hysteresis(sec) Alpha(0-1) Pause(sec) Mode Filename
####### Mode = RSSI; It will allow change between RSSI and FitnessFactor algorithm
####### Mode = RSSI; It will allow change between RSSI and FittingnessFactor algorithm
# APPLICATION net.floodlightcontroller.odin.applications.SmartApSelection
# SMARTAPSELECTION 50 200 0 -56 4 0.2 0 RSSI SmartApSelectionLog.txt

Expand Down
Loading

0 comments on commit 4943d9a

Please sign in to comment.