Skip to content

Check your fritzbox to see who comes and goes in your WiFi network

License

Notifications You must be signed in to change notification settings

DaEwe/frtzboxrdr

Repository files navigation

Project generated with PyScaffold

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/.

About

Check your fritzbox to see who comes and goes in your WiFi network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages