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.
 
 
 
SunnyQjm 6ad02f3428 feat: Add qsccp tags 2 years ago
.github/workflows ci: add latest tag to docker image 2 years ago
.jenkins.d build: switch to C++17 2 years ago
.waf-tools Avoid deprecated Boost.Asio interfaces 2 years ago
docs Avoid deprecated Boost.Asio interfaces 2 years ago
examples Avoid deprecated Boost.Asio interfaces 2 years ago
ndn-cxx feat: Add qsccp tags 2 years ago
tests Replace Boost.MPL with Mp11 2 years ago
tools build: require boost >= 1.71.0 2 years ago
.gitignore examples: Extend example with basic trust schema (validator-config) 4 years ago
.jenkins build: drop official support for Ubuntu 18.04 and macOS 10.15 2 years ago
.mailmap security: add certificate bundle decoder 5 years ago
AUTHORS.md build: switch source archive to xz compression 3 years ago
COPYING.md util: remove ndn::optional, use std::optional directly 2 years ago
Dockerfile Add initial Dockerfile 2 years ago
README-dev.md build: require boost >= 1.71.0 2 years ago
README.md build: switch to C++17 2 years ago
client.conf.sample transport: use /run/nfd.sock on Linux 5 years ago
libndn-cxx.pc.in ====== Renaming library to ndn-cxx ====== 11 years ago
waf build: update waf to version 2.0.26 2 years ago
wscript Avoid deprecated Boost.Asio interfaces 2 years ago

README.md

ndn-cxx: NDN C++ library with eXperimental eXtensions

CI Docs Language Latest version

ndn-cxx is a C++17 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:

Documentation

See docs/INSTALL.rst for compilation and installation instructions.

Extensive documentation is available on the library's homepage.

Reporting bugs

Please submit any bug reports or feature requests to the ndn-cxx issue tracker.

Contributing

Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md to get started.

License

ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md for details.