Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow
WhyTheFuckIsMyNetworkSoSlow is a network performance analysis tool, making it easy to quickly examine a network and see what is wrong, and to evaluate longer term trends.
https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow
html5 iot network-analysis network-monitoring network-visualization
Last synced: 3 months ago
JSON representation
WhyTheFuckIsMyNetworkSoSlow is a network performance analysis tool, making it easy to quickly examine a network and see what is wrong, and to evaluate longer term trends.
- Host: GitHub
- URL: https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow
- Owner: SophistSolutions
- Created: 2017-02-18T19:15:50.000Z (over 7 years ago)
- Default Branch: v1-Release
- Last Pushed: 2023-11-29T03:44:49.000Z (11 months ago)
- Last Synced: 2023-12-09T05:27:07.287Z (11 months ago)
- Topics: html5, iot, network-analysis, network-monitoring, network-visualization
- Language: C++
- Homepage:
- Size: 26.6 MB
- Stars: 14
- Watchers: 6
- Forks: 1
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhyTheFuckIsMyNetworkSoSlow
This project's goal is to allow people (even with modest knowledge of network technology) to
diagnose their own personal networks, to indicate network issues and to provide advice for improving network efficiency.> **_Note:_** - as of the current release, all you can really do effectively is to explore the devices present on your network (including history) (not doing much monitoring yet, except manually through the web API).
- To test:
- Install (msi/deb/rpm installs in release section below)
installation starts background web-service, on port 80 for GUI, and 8080 for API-Server
- In a browser, visit:
- (web-gui)
- (web-api)- TODO items
See## Releases (and built installers)
- [Github WhyTheFuckIsMyNetworkSoSlow Releases Page](https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow/releases)
## CI System Integration
- Github Actions
| [Branches](https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow) | Status | |
| :-------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------- |
| **v1-Release** | [![build-N-test-v1-Release](https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow/workflows/build-N-test-v1-Release/badge.svg?branch=v1-Release)](https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow/actions?query=workflow%3Abuild-N-test-v1-Release+branch%3Av1-Release) | [.github/workflows/build-N-test-v1-Release.yml](.github/workflows/build-N-test-v1-Release.yml) |
| **v1-Dev** | [![build-N-test-v1-Dev](https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow/workflows/build-N-test-v1-Dev/badge.svg?branch=v1-Dev)](https://github.com/SophistSolutions/WhyTheFuckIsMyNetworkSoSlow/actions?query=workflow%3Abuild-N-test-v1-Dev+branch%3Av1-Dev) | [.github/workflows/build-N-test-v1-Dev.yml](.github/workflows/build-N-test-v1-Dev.yml) |