commit | 0e4ae8e80a7086c382f8863694e83cbf05a127a3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 12 15:59:18 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 12 15:59:18 2013 -0700 |
tree | 9a836ce61243a477494476003d583808b20c6888 | |
parent | f0b831d1107cc771a3ca2662c1761c5b29319ac3 [diff] |
model+cs: Now it is possible to get pointer to ContentStore from cs::Entry In some cases it is desirable to know which ContentStore (=on which Node) a particular cs::Entry belongs to. Now it is possible to accomplish this task using cs::Entry::GetContentStore method.
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