Stars: 219
Forks: 90
Pull Requests: 35
Issues: 41
Watchers: 118
Last Updated: 2022-09-06 09:15:41
3WiFi Wireless Database
License: Apache License 2.0
Languages: PHP, CSS, HTML, JavaScript
(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.
php.ini
bcmath
, curl
, mysqli
, and simplexml
php extensions/www
directory3wifi.sql
to create tables)config.php
define TRY_USE_MEMORY_TABLES
as true
)import.free.php
once to import old format database# Upload routine loads data into database
php -f 3wifid.php uploads
# Finalize routine prepares tasks for finalization
php -f 3wifid.php finalize
# Geolocate routine locates new added BSSIDs on map
php -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
# Recheck not found BSSIDs in the database
php -f 3wifid.php recheck
Before running the daemons, make sure that php-cli
interpreter is accessible from your directory.