NFD+ndn-cxx: Update version of submodules
- NFD: based on NFD:commit:704430ca07bda92019538b92379c276529efa04a (NFD-0.4.1-1-g704430c)
- ndn-cxx: based on ndn-cxx:commit:2e52d7cab4e03631db7f6c89a2daf7de590dd29e (ndn-cxx-0.4.1)
Note that code compiles, because all ndnSIM code is disabled. Future
commits re-enable ndnSIM features.
Change-Id: Iff7daad6372eaa719db5af110a842afdcc319978
Refs: #3560
diff --git a/README.md b/README.md
index b815951..878e4fe 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[](https://travis-ci.org/named-data-ndnSIM/ndnSIM)
-A new release of [NS-3 based Named Data Networking (NDN) simulator](http://ndnsim.net/1.0/)
+A new release of [NS-3 based Named Data Networking (NDN) simulator](http://ndnsim.net/)
went through extensive refactoring and rewriting. The key new features of the new
version:
@@ -12,10 +12,14 @@
- ndnSIM uses implementation of basic NDN primitives from
[ndn-cxx library (NDN C++ library with eXperimental eXtensions)](http://named-data.net/doc/ndn-cxx/)
+ Based on version `0.4.1`
+
- All NDN forwarding and management is implemented directly using source code of
[Named Data Networking Forwarding Daemon (NFD)](http://named-data.net/doc/NFD/)
-- Allows [simulation of real applications](http://ndnsim.net/2.1/guide-to-simulate-real-apps.html)
+ Based on version `0.4.1-1-g704430c`
+
+- Allows [simulation of real applications](http://ndnsim.net/guide-to-simulate-real-apps.html)
written against ndn-cxx library
[ndnSIM documentation](http://ndnsim.net)