public
Description: A launchd config and supporting scripts to watch for network location changes and execute a script if it finds a match.
Homepage:
Clone URL: git://github.com/UnderpantsGnome/location_watcher.git
location_watcher / location_watcher
100644 19 lines (16 sloc) 0.461 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# examples of how you would edit this file for your setup
# if you had 3 networks you wanted to watch you would setup like this
#
# LOCATIONS=(office home george)
# SSIDS=(WorkSSID homeSSID georgeSSID)
# EN0IPS=(192.168. 10.0.0. )
# EN1IPS=(192.168. 10.0.0. )
#
# if you are always on wireless you can leave the EN_IPS empty
#
 
LOCATIONS=()
SSIDS=()
EN0IPS=()
EN1IPS=()
 
# set this to anything other than "true" to silence the script
USE_NOTIFICATIONS="true"