commit | 593148000453a19b59b6bd6f059dd8bdd6a89fd7 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 26 14:56:04 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 26 14:56:04 2012 -0800 |
tree | 67f938b2d0c378a46dc925310a6164efd413e2c6 | |
parent | 475c82f8216e323df800818d7b8ea7943f40d2ef [diff] |
tracers+docs: Correcting compilation and installation of trace helpers Also in this commit an example on how to use trace helpers, including how to build graphs using R.
To successfully compile ndnSIM, it is necessary to use a custom branch of NS-3.
This branch can be cloned from https://github.com/cawka/ns-3-dev-ndnSIM
mkdir ndnSIM cd ndnSIM git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3 git clone git://github.com/cawka/pybindgen.git pybindgen git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM
For more information, including downloading and compilation instruction, please refer to documentation in doc/ or on http://ndnsim.net