blob: 8ae4189201a412bf8b5bcc215d68c18e717cfb2c [file] [log] [blame] [view]
Vince Lehmane9f116d2015-07-15 10:40:21 -05001Release Notes
2=============
3
Vince Lehman68b08152015-10-23 10:15:36 -05004Mini-NDN version 0.1.1 (changes since version 0.1.0)
5----------------------------------------
6
7Release date: November 4, 2015
8
9**New features**:
10
11- Use nfd.conf.sample from currently installed NFD
12
13- Add working directory option to allow execution environment outside of /tmp
14
15- Add results directory option to store experiment results after completion
16
17- Add support for switches in GUI and configuration file
18
19- Add failNode and recoverNode methods to Experiment class
20
21- Add most connected node (MCN) failure experiment
22
23- Add option to specify percentage of nodes pinged
24
25**Code changes**:
26
27- Refactor program options into container class
28
29- Remove unused "FIB Entries" option from NDN host options
30
31**Bug fixes**:
32
33- Abort start up if experiment name is invalid
34
35- Restart pings after recovery in failure experiment
36
Vince Lehmane9f116d2015-07-15 10:40:21 -050037Mini-NDN version 0.1.0 (initial release)
38----------------------------------------
39
40Release date: July 15, 2015
41
42Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and
43research on the NDN platform. Based on Mininet, Mini-NDN uses the NDN libraries, NFD, NLSR, and
44tools released by the [NDN project](http://named-data.net/codebase/platform/) to emulate
45an NDN network on a single system.
46
47**Included features**:
48
49- Run a complete NDN network on a single system
50
51- Automatic configuration of NLSR to provide a routable NDN network
52
53- Supports user created NDN applications
54
55- Create a topology using the included Mini-NDN Edit GUI application
56
57- Allows individual configuration of NFD and NLSR parameters for each node
58
59- Provides an experiment management framework for easy creation of custom networking experiments
60
61- Uses a simple topology file format to define hosts, links, and configuration values
62
63- Configure network link parameters including bandwidth, delay, and loss rate
64
65- Includes a pre-configured topology file to replicate the NDN testbed