You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
.jenkins.d | 9 years ago | |
.waf-tools | 9 years ago | |
docs | 9 years ago | |
examples | 11 years ago | |
src | 9 years ago | |
tests | 9 years ago | |
tools | 9 years ago | |
.gitignore | 11 years ago | |
.jenkins | 11 years ago | |
.travis.yml | 10 years ago | |
AUTHORS.md | 9 years ago | |
COPYING.md | 11 years ago | |
README-dev.md | 9 years ago | |
README.md | 9 years ago | |
RELEASE_NOTES.rst | 9 years ago | |
client.conf.sample | 10 years ago | |
libndn-cxx.pc.in | 11 years ago | |
waf | 10 years ago | |
wscript | 9 years ago |
README.md
ndn-cxx: NDN C++ library with eXperimental eXtensions
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
- NFD - NDN Forwarding Daemon
- NLSR - Named-data Link-State Routing protocol
- repo-ng - Next generation of NDN repository
- ChronoChat - Multi-user NDN chat application
- ChronoSync - Sync library for multiuser realtime applications for NDN
- ndn-tools - NDN Essential Tools
- ndn-traffic-generator - Traffic Generator For NDN
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
More documentation
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
License
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about
the license, refer to COPYING.md
.