blob: b58f1258beffeae5968d96d0d38c014328479125 [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>`__
Junxiao Shi6b872a92016-07-12 18:26:32 +000017- `ndn-tools - NDN Essential Tools <https://github.com/named-data/ndn-tools>`__
Alexander Afanasyev9b0e1142014-05-08 00:17:34 -070018- `ndn-traffic-generator - Traffic Generator For
19 NDN <https://github.com/named-data/ndn-traffic-generator>`__
20
21Please submit any bugs or issues to the `ndn-cxx issue tracker
Davide Pesavento0530b5b2016-11-07 03:23:58 +010022<https://redmine.named-data.net/projects/ndn-cxx/issues>`__.