Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

3WiFi Wireless Database

License

NotificationsYou must be signed in to change notification settings

binarymaster/3WiFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(c) 2015-2022 Anton Kokarev et al.

This project was created to collect data from Router Scan log reports, search for access points, obtain its geolocation coordinates, and display it on world map.

Prerequirements:

  1. Disable display of errors, warnings, and notices inphp.ini
  2. Make sure your web server is set up to apply .htaccess policies per directory
  3. Make sure you have installedbcmath,curl,mysqli, andsimplexml php extensions

Installation steps:

  1. Copy all required files to your/www directory
  2. Create database (execute3wifi.sql to create tables)
  3. Copy config.php-distr to config.php
  4. Edit config.php (DB_SERV, DB_NAME, DB_USER, DB_PASS etc)
  5. (optional) Turn on memory tables (in theconfig.php defineTRY_USE_MEMORY_TABLES astrue)
  6. (optional) Useimport.free.php once to import old format database
  7. Start all background daemons:
# Upload routine loads data into databasephp -f 3wifid.php uploads# Finalize routine prepares tasks for finalizationphp -f 3wifid.php finalize# Geolocate routine locates new added BSSIDs on mapphp -f 3wifid.php geolocate# Stats routine caches statistics (use only when stats caching enabled)php -f 3wifid.php stats# Memory table manager (use only with memory tables enabled)php -f 3wifid.php memory

Database maintenance:

# Recheck not found BSSIDs in the databasephp -f 3wifid.php recheck

Before running the daemons, make sure thatphp-cli interpreter is accessible from your directory.


[8]ページ先頭

©2009-2025 Movatter.jp