ashu | 4c85880 | 2015-04-15 11:28:07 -0500 | [diff] [blame] | 1 | Mini-NDN |
| 2 | ======== |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 3 | |
ashu | 4c85880 | 2015-04-15 11:28:07 -0500 | [diff] [blame] | 4 | ### What is Mini-NDN? |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 5 | |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 6 | Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and |
Vince Lehman | 4e7df5a | 2015-07-21 11:55:49 -0500 | [diff] [blame] | 7 | research on the NDN platform. Based on [Mini-CCNx](https://github.com/chesteve/mn-ccnx) which |
| 8 | is a fork of [Mininet](https://github.com/mininet/mininet), Mini-NDN uses the NDN libraries, |
| 9 | NFD, NLSR, and tools released by the [NDN project](http://named-data.net/codebase/platform/) |
| 10 | to emulate an NDN network on a single system. |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 11 | |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 12 | Mini-NDN is open and free software licensed under the GPL 3.0 license. Mini-NDN is free to all |
| 13 | users and developers. For more information about licensing details and limitations, |
| 14 | please refer to [COPYING.md](COPYING.md). |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 15 | |
Vince Lehman | 4e7df5a | 2015-07-21 11:55:49 -0500 | [diff] [blame] | 16 | The first release of Mini-NDN is developed by members of the NSF-sponsored NDN project team. |
| 17 | Mini-NDN is open to contribution from the public. |
| 18 | For more details, please refer to [AUTHORS.md](AUTHORS.md). |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 19 | Bug reports and feedback are highly appreciated and can be made through our |
Vince Lehman | 4e7df5a | 2015-07-21 11:55:49 -0500 | [diff] [blame] | 20 | [Redmine site](http://redmine.named-data.net/projects/mini-ndn) and the |
| 21 | [mini-ndn mailing list](http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn). |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 22 | |
| 23 | ### Documentation |
| 24 | |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 25 | * [Installation](INSTALL.md) |
| 26 | * [Getting Started](docs/GETTING-STARTED.md) |
| 27 | * [Mini-NDN Edit](docs/GUI.md) |
| 28 | * [Running Experiments](docs/EXPERIMENTS.md) |
| 29 | * [Mini-NDN Redmine](http://redmine.named-data.net/projects/mini-ndn) |