commit | 47ce2eed3ad667074c2a6a39f1cb5b866459dae5 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue May 09 01:33:33 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed May 10 02:37:06 2023 -0400 |
tree | bb52b27ddca4acfced96d33f3c8e87e3c357244a | |
parent | 21b7f1b3795cef5dcfcd5934eb9cceef67d6c4d2 [diff] |
Refactor and modernize namespace declarations * Completely remove inline namespace v2 * Flatten some unnecessarily deep namespace nesting * Move DummyClientFace, Segmenter, SegmentFetcher to namespace ndn * Move all unit tests to namespace ndn::tests Change-Id: I8bcfcf9fd669936a3277d2d5d505f765b4b05742
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:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bug reports or feature requests to the ndn-cxx issue tracker.
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.
ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md
for details.