Code for the paper "SRmesh: Deterministic and Efficient Diagnosis of Latency Bottleneck Links in SRv6 Networks" in IEEE ICNP 2025
This is the frontend demonstration project for the SRmesh, built with Vue 3 + TypeScript + Element Plus.
Core Feature: This system showcases SRmesh results integration:
- 🔗 Link Latency Generation: SRmesh algorithm analyzes network paths and generates optimized latency measurements for all connection pairs with 24-hour historical tracking (300-second intervals)
- 📡 Optimized Probe Lists: The
pinglistdata contains SRmesh algorithm-optimized probe lists for each network slice, with slice-specific optimization and intelligent path selection - 🔄 Latency Bottleneck Diagnosis: Implements the deterministic and efficient diagnosis methodology presented in IEEE ICNP 2025 for identifying latency bottleneck links in SRv6 networks
npm installnpm run devTo view latency data generated by SRmesh algorithm, start the backend data service:
# Initialize database with SRmesh algorithm results
cd database
mysql -u root -p < init.sql
# Generate SRmesh optimized latency data
python generate_data.py
# Start API service
node db-service.js