bobzhuyb / ns3-rdma

NS3 simulator for RDMA over Converged Ethernet v2 (RoCEv2), including the implementation of DCQCN, TIMELY, PFC, ECN and shared buffer switch
GNU General Public License v2.0
260 stars 119 forks source link

How to run with visual studio 2015? #25

Open zhibindaxia opened 5 years ago

zhibindaxia commented 5 years ago

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.

bobzhuyb commented 5 years ago

Follow the "Quick Start" section in README.md

zhibindaxia commented 5 years ago

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?

bobzhuyb commented 5 years ago

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

zhibindaxia commented 5 years ago

Thank you very much.

zhibindaxia commented 5 years ago

default 不好意思,再问您一下。就是我直接用visual studio2015专业版运行的您的项目,运行了很久发现没有什么结果只有控制台,就是上图所示,是我控制不当吗?

bobzhuyb commented 5 years ago

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

zhibindaxia commented 5 years ago

image Is this the default run result?