blob: 60fc7ed18d5e0e042647d5b8a05cc48abcc06d6f [file] [log] [blame]
Alexander Afanasyev9b0e1142014-05-08 00:17:34 -07001ndn-cxx overview
2================
3
4ndn-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 <http://named-data.net/doc/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-generator - Traffic Generator For
20 NDN <https://github.com/named-data/ndn-traffic-generator>`__
21
22Please submit any bugs or issues to the `ndn-cxx issue tracker
23<http://redmine.named-data.net/projects/ndn-cxx/issues>`__.
24
25.. include:: RELEASE_NOTES.rst