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 | |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame^] | 4 | ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be |
| 5 | used to implement various NDN applications. The library is currently being used as part of |
| 6 | the following projects: |
| 7 | |
| 8 | - `NFD - NDN Forwarding Daemon <https://github.com/named-data/NFD>`__ |
| 9 | - `NLSR - Named-data Link-State Routing |
| 10 | protocol <https://github.com/named-data/NLSR>`__ |
| 11 | - `repo-ng - Next generation of NDN |
| 12 | repository <https://github.com/named-data/repo-ng>`__ |
| 13 | - `ChronoChat - Multi-user NDN chat |
| 14 | application <https://github.com/named-data/ChronoChat>`__ |
| 15 | - `ChronoSync - Sync library for multiuser realtime applications for |
| 16 | NDN <https://github.com/named-data/ChronoSync>`__ |
| 17 | - `ndn-tlv-ping - Ping Application For |
| 18 | NDN <https://github.com/named-data/ndn-tlv-ping>`__ |
| 19 | - `ndn-traffic - Traffic Generator For |
| 20 | NDN <https://github.com/named-data/ndn-traffic>`__ |
| 21 | |
| 22 | Please submit any bugs or issues to the `ndn-cxx issue tracker |
| 23 | <http://redmine.named-data.net/projects/ndn-cxx/issues>`__. |
| 24 | |
| 25 | ndn-cxx Documentation |
| 26 | --------------------- |
| 27 | |
| 28 | - `API documentation (doxygen) <doxygen/annotated.html>`_ |
Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 29 | |
| 30 | .. toctree:: |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame^] | 31 | RELEASE_NOTES |
| 32 | INSTALL |
Alexander Afanasyev | 151a855 | 2014-04-11 00:54:43 -0700 | [diff] [blame] | 33 | examples |
Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 34 | tutorials/security-library |
| 35 | tutorials/utils-ndn-regex |
| 36 | tutorials/security-validator-config |
| 37 | manpages |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame^] | 38 | code-style |
| 39 | :maxdepth: 1 |
| 40 | |
| 41 | License |
| 42 | ------- |
| 43 | |
| 44 | ndn-cxx is an open source project licensed under BSD license. For more |
| 45 | information about the license, refer to |
| 46 | `COPYING <https://github.com/named-data/ndn-cxx/blob/master/COPYING>`_. |
| 47 | |
| 48 | While the license does not require it, we really would appreciate it if |
| 49 | others would share their contributions to the library if they are |
| 50 | willing to do so under the same license. |