Vince Lehman | e9f116d | 2015-07-15 10:40:21 -0500 | [diff] [blame^] | 1 | Release Notes |
| 2 | ============= |
| 3 | |
| 4 | Mini-NDN version 0.1.0 (initial release) |
| 5 | ---------------------------------------- |
| 6 | |
| 7 | Release date: July 15, 2015 |
| 8 | |
| 9 | Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and |
| 10 | research on the NDN platform. Based on Mininet, Mini-NDN uses the NDN libraries, NFD, NLSR, and |
| 11 | tools released by the [NDN project](http://named-data.net/codebase/platform/) to emulate |
| 12 | an NDN network on a single system. |
| 13 | |
| 14 | **Included features**: |
| 15 | |
| 16 | - Run a complete NDN network on a single system |
| 17 | |
| 18 | - Automatic configuration of NLSR to provide a routable NDN network |
| 19 | |
| 20 | - Supports user created NDN applications |
| 21 | |
| 22 | - Create a topology using the included Mini-NDN Edit GUI application |
| 23 | |
| 24 | - Allows individual configuration of NFD and NLSR parameters for each node |
| 25 | |
| 26 | - Provides an experiment management framework for easy creation of custom networking experiments |
| 27 | |
| 28 | - Uses a simple topology file format to define hosts, links, and configuration values |
| 29 | |
| 30 | - Configure network link parameters including bandwidth, delay, and loss rate |
| 31 | |
| 32 | - Includes a pre-configured topology file to replicate the NDN testbed |