Vince Lehman | e9f116d | 2015-07-15 10:40:21 -0500 | [diff] [blame] | 1 | Release Notes |
| 2 | ============= |
| 3 | |
Vince Lehman | 68b0815 | 2015-10-23 10:15:36 -0500 | [diff] [blame^] | 4 | Mini-NDN version 0.1.1 (changes since version 0.1.0) |
| 5 | ---------------------------------------- |
| 6 | |
| 7 | Release 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 Lehman | e9f116d | 2015-07-15 10:40:21 -0500 | [diff] [blame] | 37 | Mini-NDN version 0.1.0 (initial release) |
| 38 | ---------------------------------------- |
| 39 | |
| 40 | Release date: July 15, 2015 |
| 41 | |
| 42 | Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and |
| 43 | research on the NDN platform. Based on Mininet, Mini-NDN uses the NDN libraries, NFD, NLSR, and |
| 44 | tools released by the [NDN project](http://named-data.net/codebase/platform/) to emulate |
| 45 | an 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 |