commit | 465f641003abdd50b09e40f1ca334e72de6c2bff | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 18:45:51 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 14 00:24:02 2015 -0700 |
tree | c297a81599efb36d8468d6d2334f6e4eac4f8306 | |
parent | 18d8bc99dafb8748d5f9ff84ae59bf64f0256005 [diff] |
docs: Avoid sorting detailed member description in doxygen Change-Id: I59e5da75259a25bb6e12f9ed1af93558df1bc75e
ndnSIM 2.0 is a new release of NS-3 based Named Data Networking (NDN) simulator that went through extensive refactoring and rewriting. The key new features of the new version:
ndnSIM no longer re-implements basic NDN primitives and directly uses implementation from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Packet format changed to NDN-TLV
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.