ns3-rdma icon indicating copy to clipboard operation
ns3-rdma copied to clipboard

How to run with visual studio 2015?

Open zhibindaxia opened this issue 6 years ago • 7 comments

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.

zhibindaxia avatar Nov 19 '18 05:11 zhibindaxia

Follow the "Quick Start" section in README.md

bobzhuyb avatar Nov 19 '18 05:11 bobzhuyb

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?

zhibindaxia avatar Nov 19 '18 07:11 zhibindaxia

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

bobzhuyb avatar Nov 19 '18 07:11 bobzhuyb

Thank you very much.

zhibindaxia avatar Nov 19 '18 07:11 zhibindaxia

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

zhibindaxia avatar Nov 19 '18 07:11 zhibindaxia

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

bobzhuyb avatar Nov 19 '18 18:11 bobzhuyb

image Is this the default run result?

zhibindaxia avatar Nov 26 '18 04:11 zhibindaxia