GithubHelp home page GithubHelp logo

internetqualitymonitoring's Introduction

InternetQualityMonitoring

CI

Project Description

The Internet Quality Monitoring project aims to provide a solution for tracking and visualizing internet quality indicators within a university campus environment. It helps identify and monitor issues such as packet loss, latency, and accessibility of various resources and protocols. The project includes a web dashboard for easy visualization of the collected data.

Demo

img.png

img_1.png

How to Use (Deploy)

To deploy the Internet Quality Monitoring service, follow these steps:

  1. Clone the repository: git clone https://github.com/levpen/InternetQualityMonitoring.git
  2. Navigate to the project directory: cd internet-quality-monitoring
  3. Build the Docker image: docker build -t internet-quality-monitoring .
  4. Run the Docker container: docker run -p 8501:8501 internet-quality-monitoring

The service will be accessible at http://localhost:8501.

Technical Stack

The project is built using the following technologies:

  • Python 3.11
  • Streamlit for the web dashboard
  • SQLite for database management
  • Docker for containerization
  • Ruff for code quality checks

How to Develop

To contribute to the development of Internet Quality Monitoring, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your fork locally: git clone https://github.com/your_username/your_repository.git
  3. Create a new branch for your feature: git checkout -b feature-name
  4. Make your changes and commit them: git commit -am 'Add new feature'
  5. Push your branch to your fork: git push origin feature-name
  6. Submit a pull request on GitHub.

Or run locally

Install

pip install poetry
poetry install

Run

poetry run streamlit run frontend/app.py

Testing

Coverage testing

poetry run pytest --cov=backend/

Mutation testing

poetry run mutmut run --paths-to-mutate "backend/" --tests-dir "tests/"
poetry run mutmut show

internetqualitymonitoring's People

Contributors

antony-sk avatar bulatok avatar catdog905 avatar levpen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.