commit | 9213601b0ccb87fb855fc8750a5d8e46eaf75300 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 16 20:36:30 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 19 17:11:15 2013 -0700 |
tree | 16107100048a2893f8a0a505aefc27c5b35153ea | |
parent | 7b923f387617e2fc3f055f09a70ca1eed4c441e5 [diff] |
model: Another major change: switching to NDN.cxx API for ndn::Name NDN.cxx code is almost exactly the same, with minor NS-3 specific customizations Refs #1011 (http://redmine.named-data.net/issues/1011)
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