Skip to main content

Network connectivity and speed test.

Project description

Network Stability

Python module for network connectivity and speed test.

Prerequisites

Python 3.6+

Installing

Use the package manager pip to install foobar.

pip install network_stability

Usage

import network_stability

net = network_stability.NetworkTest()
# Run connectivity test.
net.connection_test_interval(hours=0.5)
net.export_connection_results('connection.csv')
net.report_connection('connection.png')
# Run speed test.
net.speed_test_interval(minutes=30)
net.export_speed_results('speed.csv')
net.report_speed('speed.png')

Author

License

This project is licensed under the MIT License.

Acknowledgments

  • This project inspiration came after struggles to watch The Office in my TV. I had a wifi extender that I was distrusting. I needed some tests to check if it was messing with my network stability.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

network_stability-1.0.4.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page