commit | 52223f7144d4599511a71d7a664f7ccbce563b46 | [log] [tgz] |
---|---|---|
author | phmoll <philipp.moll@aau.at> | Fri Feb 21 08:43:50 2020 +0100 |
committer | Philipp Moll <mollph@gmail.com> | Thu Mar 05 21:37:49 2020 -0800 |
tree | a9f5462fe40019f4cf58047a4b2da17fe831a0eb | |
parent | ad8d37e89d6c0a838f159205914bde10d3a18d23 [diff] |
ndn_routing_helper: fix overwriting of existing prefixes Instead of overwriting the existing prefixes, the prefixes given in `prefix` are now appended to the list of already existing prefixes. Change-Id: I300f72ab8b0d2688a3379f295499a6ffdcbb54a4
If you are new to the NDN community of software generally, read the Contributor's Guide.
Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and research on the NDN platform based on Mininet. Mini-NDN uses the NDN libraries, NFD, NLSR, and tools released by the NDN project to emulate an NDN network on a single system.
Mini-NDN is open and free software licensed under the GPL 3.0 license. Mini-NDN is free to all users and developers. For more information about licensing details and limitations, please refer to COPYING.md.
The first release of Mini-NDN is developed by members of the NSF-sponsored NDN project team. Mini-NDN is open to contribution from the public. For more details, please refer to AUTHORS.md. Bug reports and feedback are highly appreciated and can be made through our Redmine site and the mini-ndn mailing list.
Please refer to http://minindn.memphis.edu/ or docs/index.rst for installation, usage, and other documentation. The documentation can be built using:
./install.sh -d
and is available under docs/_build/html
.