# Background internet connection checking interval pingSleep=60 # Set the loation you wish the program to use to ping for a connection. # Choose a location with a low response time. # Google "public DNS Server for a list of servers. # The default is Level 3's Public DNS server (209.244.0.3). Google Public DNS server is (8.8.8.8). PingLocation=209.244.0.3 # Set a time delay for to wait for the network to come up on intial boot. initialSleep=10 # Set a random MAC each boot randMac="0" # How many Wireless AP's in this list? apNumber="2" net1_ssid="AP1" net1_encrypt="psk2" net1_key="password" net1_bssid="AA:BB:CC:DD:EE:FF" net1_network="wwan" net1_device="radio0" net1_mode="sta" net1_channel="6" net2_ssid="AP2" net2_encrypt="psk2" net2_key="password" net2_bssid="AA:BB:CC:DD:EE:FF" net2_network="wwan" net2_device="radio0" net2_mode="sta" net2_channel="6"