[pisa-src] r1036 - trunk/tools

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

Author: hummen
Date: Wed Oct  7 16:53:33 2009
New Revision: 1036

Log:
added script issuing hipd update messages, to be used in combination with 
pisabeacon

Added:
   trunk/tools/trigger-hipupdate.sh   (contents, props changed)

Added: trunk/tools/trigger-hipupdate.sh
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/tools/trigger-hipupdate.sh    Wed Oct  7 16:53:33 2009        (r1036)
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+# outputs the geo-id, if used in combination with pisabeacon 
+if [ $# -eq 1 ]
+then
+  echo "new geo-id:" $1
+fi
+
+# issue manual hip update
+/home/pisa/hipl--midauth2--2.6/tools/hipconf manual-update wlan0

Other related posts:

  • » [pisa-src] r1036 - trunk/tools - René Hummen