Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 1 | ndn-cxx overview |
| 2 | ================ |
| 3 | |
| 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 <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 Shi | 6b872a9 | 2016-07-12 18:26:32 +0000 | [diff] [blame] | 17 | - `ndn-tools - NDN Essential Tools <https://github.com/named-data/ndn-tools>`__ |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 18 | - `ndn-traffic-generator - Traffic Generator For |
| 19 | NDN <https://github.com/named-data/ndn-traffic-generator>`__ |
| 20 | |
| 21 | Please submit any bugs or issues to the `ndn-cxx issue tracker |
| 22 | <http://redmine.named-data.net/projects/ndn-cxx/issues>`__. |