Synapse 🧠
Synapse is a standardized metric system designed to evaluate real-world network quality beyond simple speed tests. It introduces three key metrics:
- 🌀 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).
- 🏆 Axon (Health): The unified score representing the real-world stability of the connection.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
# Optional: Enable Serde support
# synapse = { version = "0.1.0", features = ["serde"] }
Usage
use NetworkData;
License
MIT License.