Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 1 | ndn-cxx: NDN C++ library with eXperimental eXtensions |
| 2 | ===================================================== |
Jeff Thompson | 057d318 | 2013-08-09 17:02:25 -0700 | [diff] [blame] | 3 | |
Davide Pesavento | ec2fe54 | 2016-09-17 02:56:14 +0200 | [diff] [blame] | 4 | [](https://travis-ci.org/named-data/ndn-cxx) |
| 5 | |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 6 | ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be |
Davide Pesavento | 0530b5b | 2016-11-07 03:23:58 +0100 | [diff] [blame] | 7 | used to implement various NDN applications. The library is currently being used as part of |
| 8 | the following projects: |
Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 9 | |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 10 | * [NFD - NDN Forwarding Daemon](https://github.com/named-data/NFD) |
| 11 | * [NLSR - Named-data Link-State Routing protocol](https://github.com/named-data/NLSR) |
| 12 | * [repo-ng - Next generation of NDN repository](https://github.com/named-data/repo-ng) |
| 13 | * [ChronoChat - Multi-user NDN chat application](https://github.com/named-data/ChronoChat) |
| 14 | * [ChronoSync - Sync library for multiuser realtime applications for NDN](https://github.com/named-data/ChronoSync) |
Junxiao Shi | 6b872a9 | 2016-07-12 18:26:32 +0000 | [diff] [blame] | 15 | * [ndn-tools - NDN Essential Tools](https://github.com/named-data/ndn-tools) |
Alexander Afanasyev | 9b0e114 | 2014-05-08 00:17:34 -0700 | [diff] [blame] | 16 | * [ndn-traffic-generator - Traffic Generator For NDN](https://github.com/named-data/ndn-traffic-generator) |
Jeff Thompson | 057d318 | 2013-08-09 17:02:25 -0700 | [diff] [blame] | 17 | |
Davide Pesavento | 0530b5b | 2016-11-07 03:23:58 +0100 | [diff] [blame] | 18 | See the file [`docs/INSTALL.rst`](https://github.com/named-data/ndn-cxx/blob/master/docs/INSTALL.rst) |
Alexander Afanasyev | c5452c5 | 2014-04-29 17:21:51 -0700 | [diff] [blame] | 19 | for build and install instructions. |
Jeff Thompson | 057d318 | 2013-08-09 17:02:25 -0700 | [diff] [blame] | 20 | |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 21 | Please submit any bugs or issues to the ndn-cxx issue tracker: |
Davide Pesavento | 0530b5b | 2016-11-07 03:23:58 +0100 | [diff] [blame] | 22 | https://redmine.named-data.net/projects/ndn-cxx/issues |
Jeff Thompson | 057d318 | 2013-08-09 17:02:25 -0700 | [diff] [blame] | 23 | |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 24 | ## More documentation |
Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 25 | |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 26 | Extensive documentation of the library is available on the library's homepage: |
| 27 | http://www.named-data.net/doc/ndn-cxx/ |
| 28 | |
Nick Gordon | fe13f56 | 2017-12-21 14:12:37 -0600 | [diff] [blame] | 29 | If you are new to the NDN community of software generally, read the |
| 30 | [Contributor's Guide](https://github.com/named-data/NFD/blob/master/CONTRIBUTING.md). |
| 31 | |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 32 | ## License |
| 33 | |
Alexander Afanasyev | c169a81 | 2014-05-20 20:37:29 -0400 | [diff] [blame] | 34 | ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about |
Alexander Afanasyev | a4ebb92 | 2014-08-18 15:55:35 -0500 | [diff] [blame] | 35 | the license, refer to [`COPYING.md`](https://github.com/named-data/ndn-cxx/blob/master/COPYING.md). |