build: tell libc++ to avoid including transitive headers

And apply BOOST_*_NO_DEPRECATED to debug builds only

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

NDN Essential Tools

CI Docs Language Latest version

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

  • peek: transmit a single Interest/Data packet between a consumer and a producer
  • chunks: segmented file transfer between a consumer and a producer
  • ping: test reachability between two NDN nodes
  • dump: capture and analyze live traffic on an NDN network
  • dissect: 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.