blob: 67c5fc4a2593049b9306a3bf4c0f7c204b69e5c3 [file] [log] [blame]
Ashlesh Gawande6c86e302019-09-17 22:27:05 -05001Release Notes
2=============
3
Saurab Dulal576a4192020-08-25 00:55:22 -05004Mini-NDN version 0.5.0 (Major changes since version 0.4.0)
5----------------------------------------------------------
6
7**Breaking Changes**:
8
9- `Mini-NDN re-design <https://redmine.named-data.net/issues/5062>`__: simple and robust design with better quality, control, and more consistency with Mininet
10
11**New features**:
12
13- Add a script to generate up-to-date NDN testbed topologies for Mini-NDN
14
15- Add Mini-NDN utility application for PCAP logging
16
17- Add NDN routing helper to compute centralized LS and HR routes
18
19- Add routing helper to allow IP communication in experiments
20
21- Add startup experiments for NLSR and current testbed topology
22
23- Move the NDNPing wrapper method to a helper class
24
25- Create a helper class to provide a wrapper around ``nfdc``
26
27**Improvements and Bug Fixes**:
28
29- Change workDir and resultDir to be class attribute
30
31- Quiet apt install for Vagrant
32
33- Fix route computation bug in ``ndn_routing_helper``
34
35- Fix overwriting of existing prefixes in ``ndn_routing_helper``
36
37- Move log files to resultDir after evaluation finishes
38
39- Check for duplicate HR coordinates in the topology file
40
41- Check PSync integration and add a tests case for it
42
43- Bug fixes in nfdc and experiments
44
45- Added functionality to check Mini-NDN dependencies
46
47- Parser fix to avoid an infinite loop
48
49- Allow use of NFD and NLSR PPA with Mini-NDN
50
51- Remove arbitrary arguments in favor of parsing arguments from experiment files
52
53- Auto-complete command-line arguments
54
55- Add option to set CS size
56
57- Adjust to use ndn-cxx logging
58
59
Ashlesh Gawande6c86e302019-09-17 22:27:05 -050060Mini-NDN version 0.4.0 (changes since version 0.3.0)
61----------------------------------------------------
62
63Release date: January 10, 2018
64
65**New features**:
66
67- Use SIGQUIT to quit Mini-NDN, SIGINT to kill programs
68
69- Use Infoedit to edit NFD and NLSR configuration files
70
71- Use nlsr.conf installed in the system
72
73- Provide a Vagrantfile to setup Mini-NDN and NDN
74
75- Provide option to disable NLSR
76
77- Provide an option to run NLSR in dry-run mode
78
79- Add option to specify whether to use TCP or UDP face in nlsr.conf
80
81- Add option to specify arbitrary arguments to use in experiments
82
83- Include a single option to install Mini-NDN and all the dependencies
84
85**Bug fixes**:
86
87- Fix "key does not exist error" after NLSR starts
88
89- Update install.sh to call ldconfig after installing ChronoSync
90
91- Add hyperbolic coordinates to default topology
92
93**Misc changes**:
94
95- Add an experiment to test nlsrc
96
97- Create faces in NFD for each neighbor in NLSR
98
99- Update to latest ndn-cxx
100
101- Use /tmp/minindn folder as default work dir instead of /tmp
102
103Mini-NDN version 0.3.0 (changes since version 0.2.0)
104----------------------------------------------------
105
106Release date: March 3, 2017
107
108**New features**:
109
110- Mini-NDN cluster edition
111
112- New experiments for making NLSR testing easier
113
114**Bug fixes**:
115
116- Set site name correctly
117
118- Install missing certificates in NLSR security config
119
120- Fix quitting of NLSR due to key not found error
121
122**Misc changes**:
123
124- Removed nlsr.conf file, generate it within the code
125
126- Use argparse instead of deprecated optparse
127
128- Update security config section for NLSR
129
130- Change mininet prompt to mini-ndn
131
132- Set network name at one place
133
134- Update install.sh script to install openssl
135
136- Update install.sh script to install cryptopp from package instead of
137 compiling from source
138
139- Update install.sh to clean build folder every time to get rid of
140 removed files such as old experiments
141
142- Fix old code - use net.hosts instead of storing hosts in a variable
143
144- Use nfdc instead of deprecated nfd-status
145
146Mini-NDN version 0.2.0 (changes since version 0.1.1)
147----------------------------------------------------
148
149Release date: August 18, 2016
150
151**New features**:
152
153- Automatic security configuration for NLSR
154
155- Use /usr/local/etc/ndn/nfd.conf as default config file for NFD
156
157- Class to monitor /proc/$PID/stat file for PID
158
159- Mini-NDN exits gracefully on SIGINT and non-convergence
160
161- Faster Mini-NDN install script - does not do apt-get update everytime
162
163- NLSR is launched with explicit config file for easier process
164 identification
165
166- Add and update more documentation
167
168**Bug fixes**:
169
170- NFD is killed correctly on exit
171
172- Best route strategy is set correctly
173
174Mini-NDN version 0.1.1 (changes since version 0.1.0)
175----------------------------------------------------
176
177Release date: November 4, 2015
178
179**New features**:
180
181- Use nfd.conf.sample from currently installed NFD
182
183- Add working directory option to allow execution environment outside
184 of /tmp
185
186- Add results directory option to store experiment results after
187 completion
188
189- Add support for switches in GUI and configuration file
190
191- Add failNode and recoverNode methods to Experiment class
192
193- Add most connected node (MCN) failure experiment
194
195- Add option to specify percentage of nodes pinged
196
197**Code changes**:
198
199- Refactor program options into container class
200
201- Remove unused "FIB Entries" option from NDN host options
202
203**Bug fixes**:
204
205- Abort start up if experiment name is invalid
206
207- Restart pings after recovery in failure experiment
208
209Mini-NDN version 0.1.0 (initial release)
210----------------------------------------
211
212Release date: July 15, 2015
213
214Mini-NDN is a lightweight networking emulation tool that enables
215testing, experimentation, and research on the NDN platform. Based on
216Mininet, Mini-NDN uses the NDN libraries, NFD, NLSR, and tools released
217by the `NDN project <http://named-data.net/codebase/platform/>`__ to
218emulate an NDN network on a single system.
219
220**Included features**:
221
222- Run a complete NDN network on a single system
223
224- Automatic configuration of NLSR to provide a routable NDN network
225
226- Supports user created NDN applications
227
228- Create a topology using the included Mini-NDN Edit GUI application
229
230- Allows individual configuration of NFD and NLSR parameters for each
231 node
232
233- Provides an experiment management framework for easy creation of
234 custom networking experiments
235
236- Uses a simple topology file format to define hosts, links, and
237 configuration values
238
239- Configure network link parameters including bandwidth, delay, and
240 loss rate
241
242- Includes a pre-configured topology file to replicate the NDN testbed