wifind
wifind is a cli tool that performs wifi fingerprinting and detect your position based on access points around you.
Installation
pip install wifind
Usage
# learn current location labelling it as kitchen
wifind learn -r kitchen
# print saved locations
wifind rooms
# ['kitchen', 'bedroom']
# predicts current location
wifind predict
# kitchen
wifind --watch
# 2024-06-08 12:31:24 - kitchen
# 2024-06-08 12:31:27 - bedroom
# 2024-06-08 12:31:31 - bedroom
# 2024-06-08 12:31:35 - bedroom
wifind predict -p
# {'kitchen': 0.68, 'bedroom': 0.32}
# clears data
wifind clear
Acknowledgments
Inspired by amazing work of whereami
Release files for wifind 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wifind-0.2.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wifind-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.1 kB
Release files / wifind-0.2.1.tar.gz
| Download URL | wifind-0.2.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
415e346993b20e797433997b74f7fed47e50f1baf5a890baeff2244ad0084f82
|
|
BLAKE2b-256 checksum How to use checksums |
0d20b070cf2b854850b5e67a2e6364bfc574e3c6b88cf52713dc70f1e3f10a3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.4
|
Release files / wifind-0.2.1-py3-none-any.whl
| Download URL | wifind-0.2.1-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2a6f91633d9304bfae2d8460f60785b5a40a11008a6b043732508d866c6fca93
|
|
BLAKE2b-256 checksum How to use checksums |
1fa5f24899752b62d1f2dfb2e65290317676a69096733cb30042df956120bf73
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.4
|