Synapse Test is a next-generation network diagnostic tool powered by Synapse. Unlike traditional speed tests that only focus on raw throughput, this tool evaluates the true Quality of Experience (QoE).
- 🌀 Vortex (Performance): Measures flow efficiency based on speed, latency, jitter, and packet loss.
- 📡 Radiance (Signal): Measures the physical quality of the wireless environment (SNR & Channel Width). (Not done)
- 🏆 Axon (Health): The unified score representing the real-world stability of the connection. (Not done)
-
Fork the original repository by clicking the “Fork” button at the top right of the repository page.
-
Clone your fork locally:
git clone https://github.com/FlanZCode/synapsetest.git -
Create a new branch for your changes:
git checkout -b my-new-feature -
Make your changes in the code.
-
Commit your changes with a clear message:
git commit -m "Description of my changes" -
Push your changes to your fork:
git push origin my-new-feature -
Go to your fork’s page on GitHub and click the “New pull request” button.
-
Describe your changes and submit the pull request.
This project is licensed under the AGPLv3 License. See the LICENSE file for details.