Modified:
trunk/CHANGES
trunk/README
trunk/kisgearth.pl
Log:
finalizing stuff for version 0.01f.
Modified: trunk/CHANGES
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu Aug 28 10:38:06 2008
@@ -4,6 +4,12 @@
a summary of all changes...
--
+version 0.01f
+--
+ another improvement for the AP positioning system
+ added (-s/--use-signal).
+
+--
version 0.01e
--
improved AP positioning system added (-G/--gps).
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Thu Aug 28 10:38:06 2008
@@ -32,6 +32,8 @@
draw the colors based on channels, filters on SSID samplessid and
reads Kismet-Mar-02-2007-4.xml as input file.
+don't miss the -G and -s options ;)
+
try it, you will see it is as easy as 1,2,3 ;)
Modified: trunk/kisgearth.pl
==============================================================================
--- trunk/kisgearth.pl (original)
+++ trunk/kisgearth.pl Thu Aug 28 10:38:06 2008
@@ -2,7 +2,7 @@
################################################################################
# KisGearth - a Kismet xml log to GoogleEarth kml converter
################################################################################
-# 0.01e - 2008.07.30 - by Richard Sammet (e-axe) richard...@gmail.com
+# 0.01f - 2008.08.28 - by Richard Sammet (e-axe) richard...@gmail.com
################################################################################
# Information and latest version available at:
# http://mytty.org/kisgearth/
@@ -34,7 +34,7 @@
# constants
my $CODENAME = 'KisGearth';
-my $VERSION = '0.01e';
+my $VERSION = '0.01f';
my $AUTHOR = 'Richard Sammet (e-axe)';
my $CONTACT = 'richard...@gmail.com';
my $WEBSITE = 'http://mytty.org/kisgearth/';