|
2009-04-08
, 15:27
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
|
2009-04-08
, 15:36
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#3
|
|
2009-04-08
, 18:21
|
Posts: 12 |
Thanked: 10 times |
Joined on Jan 2008
@ Patra, Greece
|
#4
|
|
2009-04-08
, 20:40
|
Posts: 35 |
Thanked: 13 times |
Joined on Oct 2008
|
#5
|
|
2009-04-08
, 21:15
|
Posts: 35 |
Thanked: 13 times |
Joined on Oct 2008
|
#6
|
#!/bin/ksh ssid=`iwgetid -s` if [ $ssid == "my_network_ssid" ] then cd /home/user/MyDocs/scripts list=`ls *.sh` for script in $list do $script done
|
2009-04-09
, 01:52
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#7
|
Tags |
active, automated, connection, home, wifi |
|
I use my N800 as a pocket server for various apps. For security I would like to automatically start/stop daemons when in or out of home.
Ive already written start/stop scripts (placed under osso-statusbar-cpu) for ease but would like to automate this. Been looking at dbus-monitor but thats where ive hit my technical wall of the device.
Any suggestions how a command could be run when a known WIFI becomes active / deactivated?
Cheers