Open zhibindaxia opened 5 years ago
Follow the "Quick Start" section in README.md
I just started learning RDMA, and I am learning how to build RDMA on ns-3 recently. Could you give me some advice?I have installed ns-3 on ubuntu16.04. Can I see some experimental results using your project?
It would take some efforts to build this project on Linux. It's doable (some people have done that) though.
The simulation results in the following two papers were generated by this project:
http://yibozhu.com/doc/ecndelay-conext16.pdf http://yibozhu.com/doc/dcqcn-sigcomm15.pdf
Thank you very much.
不好意思,再问您一下。就是我直接用visual studio2015专业版运行的您的项目,运行了很久发现没有什么结果只有控制台,就是上图所示,是我控制不当吗?
Are you starting the program from VS2015 directly?
Please follow the instructions in README.md, open a new cmd window, go to the source code folder and run
cd windows\ns-3-dev\x64\Release\ main.exe mix\config.txt
Is this the default run result?
Hello, I'm very impressed with the work you've done.However, I still have some questions about how this project will be used in visual studio 2015.I wonder if you could write a tutorial to teach us how to use it.