一个具备科研可验证性的 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

View File

@@ -53,3 +53,8 @@ ROUTE_UPDATE_THRESHOLD = 1.0 # Cost threshold for route update
# =============================================================================
LOG_LEVEL = "INFO" # DEBUG, INFO, WARNING, ERROR
LOG_FORMAT = "[{time:.1f}][NODE{nid:>3}][{event}] {message}"
# =============================================================================
# Experiment Settings
# =============================================================================
RANDOM_SEED = 42 # Default random seed for reproducibility