Several updates and bug fix into the traffic load simulator
NOTE: Remeber to re-build the WSL docker image before running with ./wsl-module/build.sh
Fixes issue #27 (bug)
Implements uniform inter-message times (with inter_msg_type)
Implements Gaussian-ish packet size distribution (with dist_type) with a truncated normal impemented in py-rtnorm Distribution parameters:
σ = (max_packet_size - min_packet_size) / 5.
μ = (max_packet_size - min_packet_size) / 2.
Several updates and bug fix into the traffic load simulator
NOTE: Remeber to re-build the WSL docker image before running with
./wsl-module/build.sh
Fixes issue #27 (bug)
Implements uniform inter-message times (with
inter_msg_type
)Implements Gaussian-ish packet size distribution (with
dist_type
) with a truncated normal impemented in py-rtnorm Distribution parameters: σ = (max_packet_size - min_packet_size) / 5. μ = (max_packet_size - min_packet_size) / 2.Implements fraction of emitters (with
emitters_fraction
) - Related to Tracker: First Network Test #7Updated README.md accordingly with the new parameter options