[pisa-src] r1149 - trunk/tools/autoupdater.sh

  • From: René Hummen <rene.hummen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 14 Oct 2009 16:41:41 +0200

Author: hummen
Date: Wed Oct 14 16:41:41 2009
New Revision: 1149

Log:
added further files to be copied and changed instructions to reflect current 
script usage

Modified:
   trunk/tools/autoupdater.sh

Modified: trunk/tools/autoupdater.sh
==============================================================================
--- trunk/tools/autoupdater.sh  Wed Oct 14 16:40:36 2009        (r1148)
+++ trunk/tools/autoupdater.sh  Wed Oct 14 16:41:41 2009        (r1149)
@@ -19,9 +19,10 @@
 
 HIPL_FILES="hipd/hipd tools/hipconf firewall/hipfw"
 PISA_FILES="pisacd/pisacd pisasd/pisasd pisabeacon/pisabeacon tools/msleep"
-PISA_FILES=$PISA_FILES" tools/iwlist_parser tools/auto-handover.sh 
tools/autoupdater.sh"
+PISA_FILES=$PISA_FILES" tools/iwlist_parser"
 # These files might need modifications for your scenario
 CUSTOM_FILES="trigger-hipupdate.sh trigger-demo-update.sh switch-ip 
pisacd.conf"
+CUSTOM_FILES=$CUSTOM_FILES" auto-handover.sh autoupdater.sh"
 
 
 #### DON'T CHANGE BELOW ####
@@ -101,8 +102,8 @@
 echo "- Client"
 echo "1) HIPL:" $LOCAL_DIR"hipd -kb"
 echo "2) PISA Client:" $LOCAL_DIR"pisacd -bf" $LOCAL_DIR"pisacd.conf"
-echo "3) PISA Beacon: "$LOCAL_DIR"pisabeacon -lbs" 
$LOCAL_DIR"trigger-hipupdate.sh"
-echo "4) Roaming: "$LOCAL_DIR"switch-ip arp-only (first time: without option)"
+echo "3) PISA Beacon: "$LOCAL_DIR"pisabeacon -lbs" 
$LOCAL_DIR"trigger-demo-update.sh"
+echo "4) Roaming: "$LOCAL_DIR"auto-handover.sh"
 echo "- Access Point"
 echo "1) IPTABLES: iptables -F; iptables -P FORWARD ACCEPT"
 echo "2) PISA Beacon: "$LOCAL_DIR"pisabeacon -bd #BROADCAST-IP# -g #GEO-ID#"

Other related posts:

  • » [pisa-src] r1149 - trunk/tools/autoupdater.sh - René Hummen