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 | |
Nick Gordon | 22642a3 | 2017-12-21 14:05:40 -0600 | [diff] [blame^] | 4 | If you are new to the NDN community of software generally, read the |
| 5 | [Contributor's Guide](https://github.com/named-data/NFD/blob/master/CONTRIBUTING.md). |
| 6 | |
ashu | 4c85880 | 2015-04-15 11:28:07 -0500 | [diff] [blame] | 7 | ### What is Mini-NDN? |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 8 | |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 9 | 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] | 10 | research on the NDN platform. Based on [Mini-CCNx](https://github.com/chesteve/mn-ccnx) which |
| 11 | is a fork of [Mininet](https://github.com/mininet/mininet), Mini-NDN uses the NDN libraries, |
| 12 | NFD, NLSR, and tools released by the [NDN project](http://named-data.net/codebase/platform/) |
| 13 | to emulate an NDN network on a single system. |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 14 | |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 15 | Mini-NDN is open and free software licensed under the GPL 3.0 license. Mini-NDN is free to all |
| 16 | users and developers. For more information about licensing details and limitations, |
| 17 | please refer to [COPYING.md](COPYING.md). |
carlosmscabral | e3c810e | 2013-02-25 18:15:40 -0300 | [diff] [blame] | 18 | |
Vince Lehman | 4e7df5a | 2015-07-21 11:55:49 -0500 | [diff] [blame] | 19 | The first release of Mini-NDN is developed by members of the NSF-sponsored NDN project team. |
| 20 | Mini-NDN is open to contribution from the public. |
| 21 | For more details, please refer to [AUTHORS.md](AUTHORS.md). |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 22 | 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] | 23 | [Redmine site](http://redmine.named-data.net/projects/mini-ndn) and the |
| 24 | [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] | 25 | |
| 26 | ### Documentation |
| 27 | |
Vince Lehman | 608a133 | 2015-07-14 17:47:49 -0500 | [diff] [blame] | 28 | * [Installation](INSTALL.md) |
| 29 | * [Getting Started](docs/GETTING-STARTED.md) |
| 30 | * [Mini-NDN Edit](docs/GUI.md) |
| 31 | * [Running Experiments](docs/EXPERIMENTS.md) |
| 32 | * [Mini-NDN Redmine](http://redmine.named-data.net/projects/mini-ndn) |
Nick Gordon | 22642a3 | 2017-12-21 14:05:40 -0600 | [diff] [blame^] | 33 | * [Contributor's Guide](https://github.com/named-data/NFD/blob/master/CONTRIBUTING.md) |