Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 1 | ndnSIM 2.0 |
| 2 | ========== |
Alexander Afanasyev | a0d9489 | 2012-11-06 17:25:01 -0800 | [diff] [blame] | 3 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 4 | ndnSIM 2.0 is a new release of [NS-3 based Named Data Networking (NDN) |
| 5 | simulator](http://ndnsim.net/1.0/) that went through extensive refactoring and rewriting. |
| 6 | The key new features of the new version: |
Alexander Afanasyev | a0d9489 | 2012-11-06 17:25:01 -0800 | [diff] [blame] | 7 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 8 | - ndnSIM no longer re-implements basic NDN primitives and directly uses implementation from |
| 9 | [ndn-cxx library (NDN C++ library with eXperimental eXtensions)](http://named-data.net/doc/ndn-cxx/) |
Alexander Afanasyev | a0d9489 | 2012-11-06 17:25:01 -0800 | [diff] [blame] | 10 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 11 | - All NDN forwarding and management is implemented directly using source code of |
| 12 | [Named Data Networking Forwarding Daemon (NFD)](http://named-data.net/doc/NFD/) |
Alexander Afanasyev | 9ab7d67 | 2013-08-11 11:02:52 -0700 | [diff] [blame] | 13 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 14 | - Packet format changed to [NDN-TLV](http://named-data.net/doc/ndn-tlv/) |
Alexander Afanasyev | 9ab7d67 | 2013-08-11 11:02:52 -0700 | [diff] [blame] | 15 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 16 | [ndnSIM 2.0 documentation](http://ndnsim.net) |
| 17 | --------------------------------------------- |
Alexander Afanasyev | 9ab7d67 | 2013-08-11 11:02:52 -0700 | [diff] [blame] | 18 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 19 | For more information, including downloading and compilation instruction, please refer to |
| 20 | http://ndnsim.net or documentation in `docs/` folder. |