commit | db5f3b6acf526918be0a6a67c11378fa32cb27de | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 09 17:42:12 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 09 17:42:12 2013 -0700 |
tree | 6966f2929614bddc4ad98d2e1a20ee1e08e3b115 | |
parent | f34fe569020a582b9337641f77612c018a7c96d5 [diff] |
utils/tracers: Adding *::Destroy () method in Tracers This way it becomes possible to do clean up before applications terminates (useful if the same scenario is used for several simulation runs or if there is a need for post-processing of the resulting files)
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