commit | db4da5e4fb1afc494384044b97b6d1b77899ead5 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Jun 15 11:37:52 2018 -0400 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Sun Jun 17 09:29:34 2018 -0700 |
tree | fd075648a78dcf9a3ca28f5f5e3d2c12b7c46406 | |
parent | 634a62bb74776e1044111bee8713c3a70095dee7 [diff] |
Improve and simplify code with modern C++ features Change-Id: I28d84df3087492ab2ecbeb91169a2cde12c9e31e
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.