Welcome to Network Stat Project
Network stat is a collection of scripts which collects different internet quality parameters from user systems. It can be used by organizations to monitor the quality of service for their users. After collecting this data, it can be analyzed to understand how the network is performing from client’s perspective. We can probably answer questions like these:
- Is everyone getting good wifi strength?
- How is the signal strength affecting the latency.
- Which wifi band is performing better?
- How does network quality vary across campus.
- Has any access point malfunctioned?
- Should the access point be replaced?
- Client’s wifi drivers are outdated or wifi device is malfunctioned. and more.
It is a project under development and is not ready to use.
- Collect network quality parameters from the client system.
Analyze the collected data to:
- Identify malfunctioned/misconfigured access points in the network.
- Identify hosts with poor Internet connectivity
- Idnetify hosts having problems with wifi drivers or wifi adapter.
- Identify hosts
This repository only deals with the data collection part. There's a different repository for analyzing the collected data which will be put up soon.
If you are interested to contribute in this project, then you can reach out to me at [email protected]. Also there are various comments in code which tells what is not implemented yet, you can pick that up and raise a pull request when you are done. As of now there's no fixed architecture for this project, comments and suggestions regarding improving the architecture of the project are most welcome.