From 8a71b22a285ee6bddfbb9fb71042f77dcd0a53a3 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 14 Nov 2021 02:23:42 +0100 Subject: [PATCH] TODO update. --- uplink.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uplink.py b/uplink.py index 3c4e8fd..16eecfd 100755 --- a/uplink.py +++ b/uplink.py @@ -32,12 +32,13 @@ __version__ = "0.3.0-development" # TODO: Implement logging # TODO: Implement --no-daemon for a single run e.g. "cron mode" # TODO: Implement CLI output messages +# TODO: Add hourly speed-tests' # TODO: IDEA: Implement a small webserver inline to get statistics and graphs over the network? Or maybe better as a # separate daemon - - # TODO: Make use of the args passed to the script # TODO: Cleanup args and reduce to only what makes sense + + def parse_args(): parser = argparse.ArgumentParser( description="uplink is a tool to monitor the link status of AVM FRITZ!Box Cable and DSL based routers.",