build: don't bother with _LIBCPP_ENABLE_ASSERTIONS

It's a library feature, so the check should be on the libc++ version,
not the compiler. But given that it's already deprecated and superseded
by the hardening mode in newer versions, let's just drop it altogether.

Also, suppress two new errors raised by lcov 2.3.

Change-Id: I759946f4d6e9f103f3c974e020fc218891eda55a
2 files changed
tree: 02cfa13f224de6ad669c3200f4ff1aa800819220
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. core/
  5. manpages/
  6. systemd/
  7. tests/
  8. tools/
  9. .dockerignore
  10. .editorconfig
  11. .gitignore
  12. .jenkins
  13. .mailmap
  14. AUTHORS.md
  15. COPYING.md
  16. Dockerfile
  17. INSTALL.md
  18. README-dev.md
  19. README.md
  20. RELEASE_NOTES.md
  21. waf
  22. wscript
README.md

NDN Essential Tools

Latest version Language CI Docker Docs

This repository contains a collection of basic tools for Named Data Networking (NDN). The tools currently included are:

  • ndnpeek and ndnpoke: transmit a single Interest/Data packet between a consumer and a producer
  • ndnget and ndnserve: segmented file transfer between a consumer and a producer
  • ndnping: test reachability between two NDN nodes
  • ndndump: capture and analyze live traffic on an NDN network
  • ndndissect: inspect the TLV structure of an NDN packet
  • dissect-wireshark: Wireshark extension to inspect the TLV structure of NDN packets

Installation

See INSTALL.md for build instructions.

Reporting bugs

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

Contributing

Contributions to ndn-tools 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-tools is free software distributed under the GNU General Public License version 3. See COPYING.md for details.