Giter Site home page Giter Site logo

madsrossen / ssidlogger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zordius/ssidlogger

0.0 0.0 0.0 684 KB

SSID logger - an Android app for position tracking, target to logging without GPS/network access and low battery usage

License: MIT License

Shell 11.20% Java 71.68% Perl 17.12%

ssidlogger's Introduction

ssidLogger

SSID logger - an Android app for position tracking, target to logging without GPS/network access and low battery usage

Build Status

Features

  • SSID logging
  • low battery usage
  • no network required
  • logging scanned Wi-Fi SSID/BSSID and timestamp
  • Major UI
  • no tabs / dropdown / menu , all in one page
  • change log file name
  • add comment into log
  • start/stop recording
  • active scanning wifi every 1 minutes or 30 seconds
  • passive scanning wifi with OS default interval
  • remember previous settings

Why you need this

  • NO NETWORKS REQUIRED - good when you travel without 3G/4G networks
  • NO GPS - good when you indoor
  • LOW BATTERY USAGE - when we do not use gps nor nerworks, the power consumption will be very low

HOW TO USE

First of all, you should be able to build an Android project and install this on your Android device. Or, you can download Debug version .apk.

  • Logging Toggle to enable logging or disable logging.
  • Scan Now Button to do 1 time wifi scanning and write to log file.
  • passive Toggle to enable or disable a interval timer to active scan wifi. Enable this if you wanna higher frequency of wifi scan than OS default. You can not change this when logging is enabled.
  • 1 minutes Toggle to choose active scan fequency by every 1 minutes or every 30 seconds. You can not change this when logging is enabled.
  • LogFile change the logfile name, default will be your sdcard_directory/ssidLogger.log . You can not change this when logging is enabled.
  • Size display current logfile size
  • FreeSpace display current sdcard free space
  • Comment write one line of comment into log file

Generate GPX

We provides a perl script to generate gpx from the log file:

cat ssidLogger.log | ./log2gpx.pl > ourput.gpx

log2gpx.pl will store lat/lon cache at the file /tmp/bssidCache to speed up the API look up time on duplicate bssid. If you want to clear up the cache, just delete this file.

Other Reference

some API reference for BSSID => location:

ssidlogger's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.