GithubHelp home page GithubHelp logo

ndnsim's Introduction

This code is forked from ndnSIM (https://github.com/NDN-Routing/ndnSIM) and
implements our custom congestion control mechanism. For more details of our
proposal, please refer to our SIGCOMM ICN'13 workshop paper:

http://conferences.sigcomm.org/sigcomm/2013/papers/icn/p55.pdf

or Chapter 6 of Yaogong's PhD dissertation:

http://repository.lib.ncsu.edu/ir/bitstream/1840.16/9009/1/etd.pdf

To use this code:

1. Install boost library:
	wget http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2
	tar jxf boost_1_53_0.tar.bz2
	cd boost_1_53_0
	./bootstrap.sh
	sudo ./b2 --prefix=/usr/local install

2. Clone the repositories:
	git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3
	git clone git://github.com/wygivan/ndnSIM.git ns-3/src/ndnSIM

3. Compile the code:
	cd ns-3/
	git checkout ns-3.17-ndnSIM-0.5
	./waf configure --boost-includes=/usr/local/include --boost-libs=/usr/local/lib --enable-examples --disable-python
	./waf

4. Run tests. For instance:
	LD_LIBRARY_PATH=/usr/local/lib NS_LOG=ndn.ConsumerWindowRelentless ./waf --run ndn-cc-convergence

5. Additional tests can be found at ns-3/src/ndnSIM/examples/ndn-cc-*.cc

The procedure above has been verified on Ubuntu 12.04. If you encounter any
problem during compilation, please refer to http://ndnsim.net

ndnsim's People

Contributors

cawka avatar ilyaucla avatar shockjiang avatar lucaswang avatar sarantarnoi avatar yic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.