commit | 76b1157f8caed9dad5769e2ec52a41296f3d13a0 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 16 21:49:50 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 19 17:21:38 2013 -0700 |
tree | 0b774bdd38757de3281ec6fd1878c3491b014b6a | |
parent | 5ba903685c598e5a74b672780c70a0e1cb7e6ae3 [diff] |
PyNDN: Initial changes of PyNDN emulation in ndnSIM The biggest problem so far, which I cannot solve at all, is exception handling. NDN.cxx throws many exceptions when something bad happens, with are not handled by python bindings Refs #1008 (http://redmine.named-data.net/issues/1008) 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