getwifi handles the precedence of joining wireless networks
usage: getwifi [options]
-h --help Show the help message -i --interactive Interactive mode" -s --scan Scan for wireless networks -v --version Show the version
Options include: highest precedence or highest signal strength.
# getwifi config file
DEVICE = wlan0
TYPE = static
CONNECT = precedence
SIMILAR = yes
IP = 10.0.0.20
SUBNET = 255.255.255.0
GATEWAY = 10.0.0.1
####
#### SET 2 ####
# if the networks are similar
# List of Networks
#PROFILE
ESSID = vanderbilt
#PROFILE
ESSID = jimdeb
#PROFILE
KEY = f8fed0bfeaf8fecdbf
ESSID = djimeb
#PROFILE
ESSID = jabra.dyndns.org
#### END SET 2 ####
#end
# getwifi config file
DEVICE = eth1
SIMILAR = yes
#### SET 1 ####
# if the networks are not similar
ESSID = vanderbilt
DEVICE = wlan0
RATE = auto
KEY = off
DHCP = false
IP = 10.0.0.20
SUBNET = 255.255.255.0
ESSID = CCIS
DEVICE = eth1
RATE = 11M
KEY = off
DHCP = true
#### END SET 1 ####