一个具备科研可验证性的 LoRa 多跳算法评估基线。

This commit is contained in:
sinlatansen
2026-02-25 20:14:45 +08:00
parent 8537331c6f
commit 5ee1a16574
18 changed files with 1704 additions and 47 deletions

4
results.csv Normal file
View File

@@ -0,0 +1,4 @@
routing,nodes,area,sim_time,seed,pdr,max_hop,avg_hop,total_sent,total_received,total_forwarded,collisions,convergence_time,route_changes
gradient,12,800,200,42,14.77,30,9.18,88,13,187,206,24.0,0
flooding,12,800,200,42,21.74,77,49.3,92,20,1537,1037,24.0,0
random,12,800,200,42,11.11,32,13.95,90,10,167,186,24.0,0
1 routing nodes area sim_time seed pdr max_hop avg_hop total_sent total_received total_forwarded collisions convergence_time route_changes
2 gradient 12 800 200 42 14.77 30 9.18 88 13 187 206 24.0 0
3 flooding 12 800 200 42 21.74 77 49.3 92 20 1537 1037 24.0 0
4 random 12 800 200 42 11.11 32 13.95 90 10 167 186 24.0 0