blob: 2c611c9ce2c07bfab46ca5717a5aa91e0b424904 [file] [log] [blame]
Alexander Afanasyevc5452c52014-04-29 17:21:51 -07001ndn-cxx: NDN C++ library with eXperimental eXtensions
2=====================================================
Alexander Afanasyev7c6aeb02014-04-10 19:59:19 -07003
Alexander Afanasyevc5452c52014-04-29 17:21:51 -07004ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be
5used to implement various NDN applications. The library is currently being used as part of
6the 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
22Please submit any bugs or issues to the `ndn-cxx issue tracker
23<http://redmine.named-data.net/projects/ndn-cxx/issues>`__.
24
25ndn-cxx Documentation
26---------------------
27
28- `API documentation (doxygen) <doxygen/annotated.html>`_
Alexander Afanasyev7c6aeb02014-04-10 19:59:19 -070029
30.. toctree::
Alexander Afanasyevc5452c52014-04-29 17:21:51 -070031 RELEASE_NOTES
32 INSTALL
Alexander Afanasyev151a8552014-04-11 00:54:43 -070033 examples
Alexander Afanasyev7c6aeb02014-04-10 19:59:19 -070034 tutorials/security-library
35 tutorials/utils-ndn-regex
36 tutorials/security-validator-config
37 manpages
Alexander Afanasyevc5452c52014-04-29 17:21:51 -070038 code-style
39 :maxdepth: 1
40
41License
42-------
43
44ndn-cxx is an open source project licensed under BSD license. For more
45information about the license, refer to
46`COPYING <https://github.com/named-data/ndn-cxx/blob/master/COPYING>`_.
47
48While the license does not require it, we really would appreciate it if
49others would share their contributions to the library if they are
50willing to do so under the same license.