Vince Lehman | e9f116d | 2015-07-15 10:40:21 -0500 | [diff] [blame] | 1 | Release Notes |
| 2 | ============= |
| 3 | |
Ashlesh Gawande | 0cccdb8 | 2016-08-15 12:58:06 -0500 | [diff] [blame^] | 4 | Mini-NDN version 0.2.0 (changes since version 0.1.1) |
| 5 | |
| 6 | Release date: August 18, 2016 |
| 7 | |
| 8 | **New featues**: |
| 9 | |
| 10 | - Automatic security configuration for NLSR |
| 11 | |
| 12 | - Use /usr/local/etc/ndn/nfd.conf as default config file for NFD |
| 13 | |
| 14 | - Class to monitor /proc/$PID/stat file for PID |
| 15 | |
| 16 | - Mini-NDN exits gracefully on SIGINT and non-convergence |
| 17 | |
| 18 | - Faster Mini-NDN install script - does not do apt-get update everytime |
| 19 | |
| 20 | - NLSR is launched with explicit config file for easier process identification |
| 21 | |
| 22 | - Add and update more documentation |
| 23 | |
| 24 | **Bug fixes**: |
| 25 | |
| 26 | - NFD is killed correctly on exit |
| 27 | |
| 28 | - Best route strategy is set correctly |
| 29 | |
Vince Lehman | 68b0815 | 2015-10-23 10:15:36 -0500 | [diff] [blame] | 30 | Mini-NDN version 0.1.1 (changes since version 0.1.0) |
| 31 | ---------------------------------------- |
| 32 | |
| 33 | Release date: November 4, 2015 |
| 34 | |
| 35 | **New features**: |
| 36 | |
| 37 | - Use nfd.conf.sample from currently installed NFD |
| 38 | |
| 39 | - Add working directory option to allow execution environment outside of /tmp |
| 40 | |
| 41 | - Add results directory option to store experiment results after completion |
| 42 | |
| 43 | - Add support for switches in GUI and configuration file |
| 44 | |
| 45 | - Add failNode and recoverNode methods to Experiment class |
| 46 | |
| 47 | - Add most connected node (MCN) failure experiment |
| 48 | |
| 49 | - Add option to specify percentage of nodes pinged |
| 50 | |
| 51 | **Code changes**: |
| 52 | |
| 53 | - Refactor program options into container class |
| 54 | |
| 55 | - Remove unused "FIB Entries" option from NDN host options |
| 56 | |
| 57 | **Bug fixes**: |
| 58 | |
| 59 | - Abort start up if experiment name is invalid |
| 60 | |
| 61 | - Restart pings after recovery in failure experiment |
| 62 | |
Vince Lehman | e9f116d | 2015-07-15 10:40:21 -0500 | [diff] [blame] | 63 | Mini-NDN version 0.1.0 (initial release) |
| 64 | ---------------------------------------- |
| 65 | |
| 66 | Release date: July 15, 2015 |
| 67 | |
| 68 | Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and |
| 69 | research on the NDN platform. Based on Mininet, Mini-NDN uses the NDN libraries, NFD, NLSR, and |
| 70 | tools released by the [NDN project](http://named-data.net/codebase/platform/) to emulate |
| 71 | an NDN network on a single system. |
| 72 | |
| 73 | **Included features**: |
| 74 | |
| 75 | - Run a complete NDN network on a single system |
| 76 | |
| 77 | - Automatic configuration of NLSR to provide a routable NDN network |
| 78 | |
| 79 | - Supports user created NDN applications |
| 80 | |
| 81 | - Create a topology using the included Mini-NDN Edit GUI application |
| 82 | |
| 83 | - Allows individual configuration of NFD and NLSR parameters for each node |
| 84 | |
| 85 | - Provides an experiment management framework for easy creation of custom networking experiments |
| 86 | |
| 87 | - Uses a simple topology file format to define hosts, links, and configuration values |
| 88 | |
| 89 | - Configure network link parameters including bandwidth, delay, and loss rate |
| 90 | |
| 91 | - Includes a pre-configured topology file to replicate the NDN testbed |