File tree Expand file tree Collapse file tree 4 files changed +36
-11
lines changed
Expand file tree Collapse file tree 4 files changed +36
-11
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ This file contains ndnSIM release notes.
55
66All of the ndnSIM documentation is accessible from the `ndnSIM website <https://ndnsim.net >`__.
77
8+ Release 2.9 (NFD 22.02)
9+ -----------------------
10+
11+ - Update the submodule of NFD to version 22.02
12+
13+ `NFD 22.02 release notes <https://named-data.net/doc/NFD/22.02/RELEASE_NOTES.html >`__
14+
15+ .. note ::
16+ In order to retrieve the marked versions of ndn-cxx and NFD, use
17+ ``--recursive `` option to the git clone command or run ``git
18+ submodule update --init `` after clone, pull, or merge.
19+
20+ - Update the submodule of ndn-cxx to version 0.8.0-18-g4999b2ed
21+
22+ `ndn-cxx 0.8.0 release notes <https://named-data.net/doc/ndn-cxx/0.8.0/RELEASE_NOTES.html >`__
23+
24+ - Base NS-3 was rebased to version 3.35
25+
26+ - The compilation now uses the C++17 standard.
27+
28+ - Update uses of ``QueueBase::MaxSize `` to ``DropTailQueue<Packet>::MaxSize ``
29+
830Release 2.8
931-----------
1032
Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ <h2>ndnSIM tutorial</h2>
5959 < td width ="50% " valign ="top ">
6060 < h2 > ndnSIM Versions</ h2 >
6161 < div class ="tile ">
62- < p class ="biglink "> < a class ="biglink " href ="# "> ndnSIM 2.8 </ a > < br />
62+ < p class ="biglink "> < a class ="biglink " href ="# "> ndnSIM 2.9 </ a > < br />
6363 < span class ="linkdescr "> the latest version</ span > </ p >
64+ < p class ="biglink "> < a class ="biglink " href ="https://ndnsim.net/2.8/ "> ndnSIM 2.8</ a > < br />
6465 < p class ="biglink "> < a class ="biglink " href ="https://ndnsim.net/2.7/ "> ndnSIM 2.7</ a > < br />
6566 < p class ="biglink "> < a class ="biglink " href ="https://ndnsim.net/2.6/ "> ndnSIM 2.6</ a > < br />
6667 < p class ="biglink "> < a class ="biglink " href ="https://ndnsim.net/2.5/ "> ndnSIM 2.5</ a > < br />
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Available forwarding strategies
2121+--------------------------------------------+----------------------------------------------------------------------------------------------+
2222| Strategy Name | Description |
2323+============================================+==============================================================================================+
24- | ``/localhost/nfd/strategy/best-route `` | :nfd: `Best Route Strategy <nfd::fw::BestRouteStrategy2 > ` **(default) ** |
24+ | ``/localhost/nfd/strategy/best-route `` | :nfd: `Best Route Strategy <nfd::fw::BestRouteStrategy > ` **(default) ** |
2525| | |
2626| | The best route strategy forwards an Interest to the |
2727| | upstream with lowest routing cost. |
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Portability
99
1010ndnSIM 2.x has been successfully compiled and used on following platforms:
1111
12- - Ubuntu Linux 20.04
13- - Ubuntu Linux 18.04
14- - macOS 10.15
15- - macOS 10.14
12+ - Ubuntu 20.04 (amd64)
13+ - Ubuntu 21.10 (amd64)
14+ - macOS 12 (Intel only)
15+ - macOS 11 (Intel only)
1616
1717.. _requirements :
1818
@@ -21,11 +21,13 @@ Prerequisites
2121
2222**1. Core dependencies **
2323
24- - ``python `` >= 3.5
25- - ``libsqlite3 ``
26- - ``pkg-config ``
27- - ``openssl ``
28- - Boost libraries >= 1.54
24+ - GCC >= 7.4 or clang >= 4.0 (on Linux and FreeBSD)
25+ - Xcode >= 9.0 (on macOS)
26+ - Python >= 3.6
27+ - pkg-config
28+ - Boost >= 1.65.1
29+ - OpenSSL >= 1.0.2
30+ - SQLite 3.x
2931
3032.. role :: red
3133
You can’t perform that action at this time.
0 commit comments