You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Sir,
I have followed your kind steps to implement odin on netgear router wndr4300. OpenWRT is already configured on router but when i run the command "java -jar floodlight.jar". It gives error :- 02:51:55.507 [main] ERROR n.f.odin.master.OdinMaster - Optional field error
02:51:55.507 [main] ERROR n.f.odin.master.OdinMaster - Offending line: APPLICATIONS net.floodlightcontroller.odin.applications.MobilityManager
In poolfile followings command there:
**_# Pool-1
NAME pool-1
NODES 192.168.1.5 192.168.1.6
NETWORKS odin
APPLICATIONS net.floodlightcontroller.odin.applications.MobilityManager
####### Now applications and its parameters are defined ######
#Pool-2
NAME pool-2
NODES 192.168.1.7 192.168.1.8 192.168.1.9
NETWORKS odin-guest-network
APPLICATION net.floodlightcontroller.odin.applications.SimpleLoadBalancer**
kindly help me out.
The text was updated successfully, but these errors were encountered:
Saad1729
changed the title
Agent authentication list (config option poolFile) not supplied
Optional field error
Jan 18, 2022
Dear Sir,
I have followed your kind steps to implement odin on netgear router wndr4300. OpenWRT is already configured on router but when i run the command "java -jar floodlight.jar". It gives error :-
02:51:55.507 [main] ERROR n.f.odin.master.OdinMaster - Optional field error
02:51:55.507 [main] ERROR n.f.odin.master.OdinMaster - Offending line: APPLICATIONS net.floodlightcontroller.odin.applications.MobilityManager
In poolfile followings command there:
**_# Pool-1
NAME pool-1
NODES 192.168.1.5 192.168.1.6
NETWORKS odin
APPLICATIONS net.floodlightcontroller.odin.applications.MobilityManager
####### Now applications and its parameters are defined ######
####### FlowDetectionManager params
####### DETECTION IpAddressOfDetector
APPLICATION net.floodlightcontroller.odin.applications.FlowDetectionManager
DETECTION 192.168.1.200
APPLICATION net.floodlightcontroller.odin.applications.ShowStatistics
####### MobilityManager params
####### MOBILITY TimeToStart(sec) IdleClient(sec) Hysteresis(sec) SignalThreshold(dBm) ScanningTime(sec) NumberOfTriggers TimerResetTriggers(sec)
APPLICATION net.floodlightcontroller.odin.applications.MobilityManager
MOBILITY 30 180 15 -56 1 5 1
####### ShowScannedStationsStatistics params - Optional filename to save statistics
####### INTERFERENCES TimeToStart(sec) ReportingPeriod(sec) ScanningInterval(sec) AddedTime(sec)
APPLICATION net.floodlightcontroller.odin.applications.ShowScannedStationsStatistics
INTERFERENCES 30 30 5 1 ScannedStationsStatistics.txt
####### ShowMatrixOfDistancedBs params
####### MATRIX TimeToStart(sec) ReportingPeriod(sec) ScanningInterval(sec) AddedTime(sec) Channel
APPLICATION net.floodlightcontroller.odin.applications.ShowMatrixOfDistancedBs
MATRIX 30 30 5 1 6
#Pool-2
NAME pool-2
NODES 192.168.1.7 192.168.1.8 192.168.1.9
NETWORKS odin-guest-network
APPLICATION net.floodlightcontroller.odin.applications.SimpleLoadBalancer**
kindly help me out.
The text was updated successfully, but these errors were encountered: