commit | 32c07569317c37207d45c709d765403eb1744f70 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 01 12:58:43 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 01 12:58:43 2013 -0800 |
tree | c1d4f828ab0fb5db105885e488e04cc29801c5ba | |
parent | 91d7c7c56e41710601ad33a92a7a3ca346e2e9e4 [diff] |
model: Renaming ndn::NameComponents to simply ndn::Name This change doesn't break anything in the existing code, but eventually all uses of ndn::NameComponents will be removed and ndn::NameComponents will be deprecated
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