TMgen
TMgen copied to clipboard
TMgen is a tool for generating spatial, temporal, and spatio-temporal traffic matrices.
Hello, Thanks for writing this code. I want to use it but I'm not able to install it right now. I downloaded the repo. I also installed cython and numpy...
Hi, Thanks for sharing code. I found there is something different from the reference "Simplifying the synthesis of Internet traffic matrices" when you generate random traffic with gravity model. Here...
sudo /home/xubin/anaconda3/envs/mrte/bin/python3 generate_matrices.py --num_tms 24 --num_nodes 14 --mean_traffic 3750 --pm_ratio 1.5 --t_ratio 0.75 Traceback (most recent call last): File "/home/xubin/PycharmProjects/MRTE1_SDN/MRTE1_SDN/drlte/mininet/generate_matrices.py", line 110, in generate_tm() File "/home/xubin/PycharmProjects/MRTE1_SDN/MRTE1_SDN/drlte/mininet/generate_matrices.py", line 23, in generate_tm...
This pull request includes three distinct fixes/enhancements: 1. The `setup.py` script requires importing `numpy` and `cython` early in the script's execution to configure the Cython extensions (`numpy.get_include()`, `cythonize()`). However, these...