Skip to content

Client side scripts to collect internet usage on a system and upload it on a server or google docs for analysis

License

Notifications You must be signed in to change notification settings

BharathGane/network-stat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Stat

Welcome to Network Stat Project

What is network-stat?

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.

What we want network-stat to do?

  • Collect network quality parameters from the client system.

What we want to do with the data collected?

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.

Contributor Notes

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.

About

Client side scripts to collect internet usage on a system and upload it on a server or google docs for analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.1%
  • Shell 12.9%