Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.45 KB

File metadata and controls

32 lines (20 loc) · 1.45 KB

Synapse Test 🧠

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)

Contributing 🤝

  1. Fork the original repository by clicking the “Fork” button at the top right of the repository page.

  2. Clone your fork locally: git clone https://github.com/FlanZCode/synapsetest.git

  3. Create a new branch for your changes: git checkout -b my-new-feature

  4. Make your changes in the code.

  5. Commit your changes with a clear message: git commit -m "Description of my changes"

  6. Push your changes to your fork: git push origin my-new-feature

  7. Go to your fork’s page on GitHub and click the “New pull request” button.

  8. Describe your changes and submit the pull request.

Credits 🙏

License 📕

This project is licensed under the AGPLv3 License. See the LICENSE file for details.