-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Description
I’d like a simple Python-based Network Speed Monitor that:
- Measures download, upload speed, and ping latency using speedtest API.
- Logs results to a file (like CSV or JSON).
- Optionally displays a live summary in the terminal.
- Could later be extended with charts to visualize speed trends over time.
I’ve tried third-party apps like Speedtest by Ookla, but they don’t offer custom automation or data logging. I also considered using browser-based tests, but those can’t run in the background or collect continuous data.
This tool will help users monitor their network reliability, detect ISP throttling, and analyze patterns in connection performance. It can also be integrated with future projects like dashboards or notification systems.
Metadata
Metadata
Assignees
Labels
No labels