├── README.md ├── datasets ├── README.md ├── anonimize-sanity-check.sh ├── anonimize.py ├── pysetup.sh └── requirements.txt ├── statistics └── README.md └── tool ├── RADIOCELLS.md ├── README.md ├── example.db ├── example.pcapng ├── radiocells.sh └── statistics.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/README.md -------------------------------------------------------------------------------- /datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/datasets/README.md -------------------------------------------------------------------------------- /datasets/anonimize-sanity-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/datasets/anonimize-sanity-check.sh -------------------------------------------------------------------------------- /datasets/anonimize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/datasets/anonimize.py -------------------------------------------------------------------------------- /datasets/pysetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/datasets/pysetup.sh -------------------------------------------------------------------------------- /datasets/requirements.txt: -------------------------------------------------------------------------------- 1 | scapy==2.4.3 -------------------------------------------------------------------------------- /statistics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/statistics/README.md -------------------------------------------------------------------------------- /tool/RADIOCELLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/tool/RADIOCELLS.md -------------------------------------------------------------------------------- /tool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/tool/README.md -------------------------------------------------------------------------------- /tool/example.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/tool/example.db -------------------------------------------------------------------------------- /tool/example.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/tool/example.pcapng -------------------------------------------------------------------------------- /tool/radiocells.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/tool/radiocells.sh -------------------------------------------------------------------------------- /tool/statistics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domienschepers/wifi-surveying/HEAD/tool/statistics.sh --------------------------------------------------------------------------------