build: drop official support for Ubuntu 18.04 and macOS 10.15

Increase the minimum required version of clang to 7.0 on linux, because
older versions fail to compile libstdc++'s implementation of std::variant

Change-Id: I5cde13b8789fceb5715d5496aeed7f9050ec801d
2 files changed
tree: bf8a02d6f8e0403b9d78a490dbf54a49c858649e
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. core/
  5. manpages/
  6. systemd/
  7. tests/
  8. tools/
  9. .gitignore
  10. .jenkins
  11. .mailmap
  12. AUTHORS.md
  13. COPYING.md
  14. INSTALL.md
  15. README-dev.md
  16. README.md
  17. RELEASE_NOTES.md
  18. waf
  19. 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.