commit | 39f5316e9eba3885e0db2cbd1e1966bd1cad2a8a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 18 16:24:31 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 19 17:22:51 2013 -0700 |
tree | 7bde22878d45a32d748796964f9d7461258dbf6c | |
parent | 0a15a2b79e38ab2cca294c50765d257b1495e80d [diff] |
PyNDN: Finishing basic implementation of PyNDN emulation Not yet fully tested Refs #1010 (http://redmine.named-data.net/issues/1010)
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