Data Directory
Overview
At a Glance
- Purpose:
Stores network topologies, pre-calculated data, configuration input, and result output
- Location:
data/
The data/ directory contains all static data files used by FUSION simulations,
including network topology definitions, pre-calculated routing tables,
configuration inputs, and simulation result outputs.
Architecture
data/
├── input/ # Configuration input files
├── json_input/ # JSON format input files
├── output/ # Simulation result output
├── pre_calc/ # Pre-calculated data (cached computations)
└── raw/ # Network topology files
Components
input/
Simulation configuration input files organized by network/date/time. See input / output for detailed documentation.
json_input/
JSON format input files for simulations, primarily modulation format definitions. See json_input for detailed documentation.
output/
Simulation result output files organized by network/date/time/process. See input / output for detailed documentation.
pre_calc/
Stores pre-calculated paths, SNR values, and modulation selections to speed up simulations. See pre_calc for detailed documentation.
raw/
Network topology files defining nodes and links with distances. See raw for detailed documentation.
Subdirectories