Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 1 | ndn-cxx: NDN C++ library with eXperimental eXtensions |
| 2 | ===================================================== |
Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 3 | |
Davide Pesavento | b310efb | 2019-04-11 22:10:24 -0400 | [diff] [blame] | 4 | **ndn-cxx** is a C++14 library implementing Named Data Networking (NDN) primitives |
| 5 | that can be used to write various NDN applications. The library is currently being |
| 6 | used by the following projects: |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 7 | |
Davide Pesavento | 46b04a5 | 2019-03-28 21:36:35 -0400 | [diff] [blame] | 8 | * `NFD - NDN Forwarding Daemon <https://github.com/named-data/NFD>`_ |
| 9 | * `NLSR - Named-data Link-State Routing protocol <https://github.com/named-data/NLSR>`_ |
| 10 | * `ndn-tools - Essential NDN command-line tools <https://github.com/named-data/ndn-tools>`_ |
| 11 | * `repo-ng - Next generation of NDN repository <https://github.com/named-data/repo-ng>`_ |
| 12 | * `ChronoSync - Sync library for multiuser realtime applications <https://github.com/named-data/ChronoSync>`_ |
| 13 | * `PSync - Partial and full synchronization library <https://github.com/named-data/PSync>`_ |
| 14 | * `ndn-traffic-generator - Traffic generator for NDN <https://github.com/named-data/ndn-traffic-generator>`_ |
| 15 | * `NAC - Name-based Access Control <https://github.com/named-data/name-based-access-control>`_ |
| 16 | * `NDNS - Domain Name Service for NDN <https://github.com/named-data/ndns>`_ |
| 17 | |
| 18 | Please submit any bugs or feature requests to the `ndn-cxx issue tracker |
| 19 | <https://redmine.named-data.net/projects/ndn-cxx/issues>`_. |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 20 | |
| 21 | ndn-cxx Documentation |
| 22 | --------------------- |
| 23 | |
Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 24 | .. toctree:: |
Alexander Afanasyev | abaab52 | 2014-04-30 20:42:11 -0700 | [diff] [blame] | 25 | :hidden: |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 26 | :maxdepth: 3 |
Alexander Afanasyev | abaab52 | 2014-04-30 20:42:11 -0700 | [diff] [blame] | 27 | |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 28 | INSTALL |
Alexander Afanasyev | 151a855 | 2014-04-11 00:54:43 -0700 | [diff] [blame] | 29 | examples |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 30 | tutorials |
Yingdi Yu | 55ea01a | 2015-07-21 22:42:17 -0700 | [diff] [blame] | 31 | specs |
Junxiao Shi | fa2128d | 2015-06-29 16:41:25 -0700 | [diff] [blame] | 32 | manpages |
Alexander Afanasyev | 45312f5 | 2015-09-27 12:06:50 -0700 | [diff] [blame] | 33 | |
| 34 | .. toctree:: |
| 35 | :hidden: |
| 36 | :maxdepth: 1 |
| 37 | |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 38 | code-style |
Alexander Afanasyev | 45312f5 | 2015-09-27 12:06:50 -0700 | [diff] [blame] | 39 | RELEASE_NOTES |
| 40 | releases |
Alexander Afanasyev | abaab52 | 2014-04-30 20:42:11 -0700 | [diff] [blame] | 41 | |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 42 | - :doc:`INSTALL` |
| 43 | |
| 44 | - :doc:`examples` |
| 45 | |
| 46 | - :doc:`tutorials` |
| 47 | |
Davide Pesavento | 46b04a5 | 2019-03-28 21:36:35 -0400 | [diff] [blame] | 48 | + `NDN Software Contributor's Guide <https://github.com/named-data/NFD/blob/master/CONTRIBUTING.md>`_ (guide for newcomers to the NDN community of software generally) |
Nick Gordon | fe13f56 | 2017-12-21 14:12:37 -0600 | [diff] [blame] | 49 | |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 50 | + :doc:`tutorials/utils-ndn-regex` |
| 51 | + :doc:`tutorials/security-validator-config` |
Yingdi Yu | 55ea01a | 2015-07-21 22:42:17 -0700 | [diff] [blame] | 52 | |
| 53 | - :doc:`specs` |
| 54 | |
| 55 | + :doc:`specs/signed-interest` |
| 56 | + :doc:`specs/certificate-format` |
| 57 | + :doc:`specs/safe-bag` |
Alexander Afanasyev | 7e72141 | 2017-01-11 13:36:08 -0800 | [diff] [blame] | 58 | + :doc:`specs/validation-error-code` |
Junxiao Shi | fa2128d | 2015-06-29 16:41:25 -0700 | [diff] [blame] | 59 | |
| 60 | - :doc:`manpages` |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 61 | |
Alexander Afanasyev | 45312f5 | 2015-09-27 12:06:50 -0700 | [diff] [blame] | 62 | **Additional documentation** |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 63 | |
Alexander Afanasyev | abaab52 | 2014-04-30 20:42:11 -0700 | [diff] [blame] | 64 | - `API documentation (doxygen) <doxygen/annotated.html>`_ |
| 65 | |
Alexander Afanasyev | abaab52 | 2014-04-30 20:42:11 -0700 | [diff] [blame] | 66 | - :doc:`code-style` |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 67 | |
Alexander Afanasyev | 45312f5 | 2015-09-27 12:06:50 -0700 | [diff] [blame] | 68 | - :doc:`RELEASE_NOTES` |
| 69 | |
| 70 | - :doc:`releases` |
Alexander Afanasyev | 5946ed1 | 2015-01-19 23:41:39 -0800 | [diff] [blame] | 71 | |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 72 | License |
| 73 | ------- |
| 74 | |
Davide Pesavento | 46b04a5 | 2019-03-28 21:36:35 -0400 | [diff] [blame] | 75 | ndn-cxx is an open source project licensed under the LGPL version 3. For more information about |
Alexander Afanasyev | a4ebb92 | 2014-08-18 15:55:35 -0500 | [diff] [blame] | 76 | the license, refer to `COPYING.md <https://github.com/named-data/ndn-cxx/blob/master/COPYING.md>`_. |