Check your fritzbox to see who comes and goes in your WiFi network
Project description
frtzbxrdr
Check your fritzbox to see who comes and goes in your WiFi network
Installation
$ pip install frtzboxrdr
Usage in code
from frtzboxrdr import Monitor
m = Monitor(user, password)
m.on_device_connected(lambda mac: print(f" Device {mac} connected!"))
m.on_device_disconnected(lambda mac: print(f" Device {mac} disconnected!"))
m.run_forever(5)
Usage as cli
$ frtzboxrdr <user> <password>
Note
This project has been set up using PyScaffold 4.3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frtzbxrdr-0.0.2.tar.gz
(16.3 kB
view details)
Built Distribution
File details
Details for the file frtzbxrdr-0.0.2.tar.gz
.
File metadata
- Download URL: frtzbxrdr-0.0.2.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a8a2e0a75b9f2ef53e4ada7f45b440bf7df67eacbae8573d20c4f5c402e38c32
|
|
MD5 |
cbcfddbb68f9e6070cb382e1aa6d77ca
|
|
BLAKE2b-256 |
6daa667e4e03f886c697d570f0e297a14dc1906d1f2fabfdf921cef2e88919be
|
File details
Details for the file frtzbxrdr-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: frtzbxrdr-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6035f9500511c0f951cae2cbab9a2af71b3eaa5f62218e8800a4d102f128479d
|
|
MD5 |
319ddcb9fe8f48237b032c31779b722b
|
|
BLAKE2b-256 |
adb7881d53e322cb0373771993cd38ba63efe35f2658003254c311a41d685633
|