Donations. If you find this application useful, please consider making a donation. It will help to make StumblerPlus even better!

StumblerPlus

News

StumblerPlus 1.1.6rev1 has been available in Cydia repository on November 25, 2008. The v1.1.6 was released on November 11, 2008. The latest version of binary archive is StumblerPlus-1.1.6rev2.tar.gz which was only added zh_CN.lproj and zh_TW.lproj as Chinese translation on November 18, 2008 and ru.lproj as Russian translation on December 9, 2008. I made sure the v1.1.6 runs on firmware 2.2 on November 24, 2008. All binary archives are available in Download.

ChangeLog

If ChangeLog in Cydia repository is stuck on old version, you may take a look at ChangeLog for StumblerPlus.

Known Bugs

If you have some troubles using StumblerPlus, first you should read Known Bugs for StumblerPlus.

Description

The StumblerPlus is a Wi-Fi network finder. It will scan for Wi-Fi networks and gather some useful information about them such as the signal strength, encryption type and the geographical location. It can also manage the results of scanning. And later, you can view the Wi-Fi AP with Google Map.

Basic Usage

When you open the application, you will get the main screen where you will notice a Scan button in the upper left corner. When you touch Scan, you will get a list of Wi-Fi networks in the area. You can then select a network and get more info about it. If You will get more information for StumblerPlus, touch 'i' button in the upper right corner;

Features

Technical Notes

The StumblerPlus can manage the Wi-Fi AP information with SQLite3 database. The database file exists as '/var/mobile/Documents/stumbler.db'. The original SQL file are in '/Applications/StumblerPlus.app/stumbler.db'. If you need the csv formatted text data, the following way will help you.

  # cat <<EOT | sqlite3 stumbler.db > data.csv
  .mode csv
  SELECT * FROM wifidata;
  .quit
  EOT

ToDo

See ToDo for StumblerPlus.

Acknowledgments

Ohad Azolay, thank you for new icon. Michael Sze, thank you for Chinese translation. Roman Korolyov, thank you for Russian translation. All of users, thank you very much for good advice and requests.

Download

You can get the latest and older binary archives if you need.