blob: 79cbb0f1f10bde0a24697ec63802e7d6e7089cdf [file] [log] [blame]
Ashlesh Gawande6c86e302019-09-17 22:27:05 -05001Release Notes
2=============
3
4Mini-NDN version 0.4.0 (changes since version 0.3.0)
5----------------------------------------------------
6
7Release date: January 10, 2018
8
9**New features**:
10
11- Use SIGQUIT to quit Mini-NDN, SIGINT to kill programs
12
13- Use Infoedit to edit NFD and NLSR configuration files
14
15- Use nlsr.conf installed in the system
16
17- Provide a Vagrantfile to setup Mini-NDN and NDN
18
19- Provide option to disable NLSR
20
21- Provide an option to run NLSR in dry-run mode
22
23- Add option to specify whether to use TCP or UDP face in nlsr.conf
24
25- Add option to specify arbitrary arguments to use in experiments
26
27- Include a single option to install Mini-NDN and all the dependencies
28
29**Bug fixes**:
30
31- Fix "key does not exist error" after NLSR starts
32
33- Update install.sh to call ldconfig after installing ChronoSync
34
35- Add hyperbolic coordinates to default topology
36
37**Misc changes**:
38
39- Add an experiment to test nlsrc
40
41- Create faces in NFD for each neighbor in NLSR
42
43- Update to latest ndn-cxx
44
45- Use /tmp/minindn folder as default work dir instead of /tmp
46
47Mini-NDN version 0.3.0 (changes since version 0.2.0)
48----------------------------------------------------
49
50Release date: March 3, 2017
51
52**New features**:
53
54- Mini-NDN cluster edition
55
56- New experiments for making NLSR testing easier
57
58**Bug fixes**:
59
60- Set site name correctly
61
62- Install missing certificates in NLSR security config
63
64- Fix quitting of NLSR due to key not found error
65
66**Misc changes**:
67
68- Removed nlsr.conf file, generate it within the code
69
70- Use argparse instead of deprecated optparse
71
72- Update security config section for NLSR
73
74- Change mininet prompt to mini-ndn
75
76- Set network name at one place
77
78- Update install.sh script to install openssl
79
80- Update install.sh script to install cryptopp from package instead of
81 compiling from source
82
83- Update install.sh to clean build folder every time to get rid of
84 removed files such as old experiments
85
86- Fix old code - use net.hosts instead of storing hosts in a variable
87
88- Use nfdc instead of deprecated nfd-status
89
90Mini-NDN version 0.2.0 (changes since version 0.1.1)
91----------------------------------------------------
92
93Release date: August 18, 2016
94
95**New features**:
96
97- Automatic security configuration for NLSR
98
99- Use /usr/local/etc/ndn/nfd.conf as default config file for NFD
100
101- Class to monitor /proc/$PID/stat file for PID
102
103- Mini-NDN exits gracefully on SIGINT and non-convergence
104
105- Faster Mini-NDN install script - does not do apt-get update everytime
106
107- NLSR is launched with explicit config file for easier process
108 identification
109
110- Add and update more documentation
111
112**Bug fixes**:
113
114- NFD is killed correctly on exit
115
116- Best route strategy is set correctly
117
118Mini-NDN version 0.1.1 (changes since version 0.1.0)
119----------------------------------------------------
120
121Release date: November 4, 2015
122
123**New features**:
124
125- Use nfd.conf.sample from currently installed NFD
126
127- Add working directory option to allow execution environment outside
128 of /tmp
129
130- Add results directory option to store experiment results after
131 completion
132
133- Add support for switches in GUI and configuration file
134
135- Add failNode and recoverNode methods to Experiment class
136
137- Add most connected node (MCN) failure experiment
138
139- Add option to specify percentage of nodes pinged
140
141**Code changes**:
142
143- Refactor program options into container class
144
145- Remove unused "FIB Entries" option from NDN host options
146
147**Bug fixes**:
148
149- Abort start up if experiment name is invalid
150
151- Restart pings after recovery in failure experiment
152
153Mini-NDN version 0.1.0 (initial release)
154----------------------------------------
155
156Release date: July 15, 2015
157
158Mini-NDN is a lightweight networking emulation tool that enables
159testing, experimentation, and research on the NDN platform. Based on
160Mininet, Mini-NDN uses the NDN libraries, NFD, NLSR, and tools released
161by the `NDN project <http://named-data.net/codebase/platform/>`__ to
162emulate an NDN network on a single system.
163
164**Included features**:
165
166- Run a complete NDN network on a single system
167
168- Automatic configuration of NLSR to provide a routable NDN network
169
170- Supports user created NDN applications
171
172- Create a topology using the included Mini-NDN Edit GUI application
173
174- Allows individual configuration of NFD and NLSR parameters for each
175 node
176
177- Provides an experiment management framework for easy creation of
178 custom networking experiments
179
180- Uses a simple topology file format to define hosts, links, and
181 configuration values
182
183- Configure network link parameters including bandwidth, delay, and
184 loss rate
185
186- Includes a pre-configured topology file to replicate the NDN testbed