Rename translation units containing main() to main.cpp

Also unify style of argv declaration

Change-Id: I1dcb8689b1cd38e042a0b1f05be7f98bd2d487ed
10 files changed
tree: 3ce60ff09d2cecf7d917faa1d25ffc39e026454c
  1. .jenkins.d/
  2. .waf-tools/
  3. core/
  4. manpages/
  5. systemd/
  6. tests/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .mailmap
  11. .travis.yml
  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

Build Status

ndn-tools is a collection of essential tools for Named Data Networking. These tools are recommended to be installed on all NDN nodes.
Tools in this collection include:

  • peek: transmit a single packet between a consumer and a producer
  • chunks: segmented file transfer between a consumer and producer
  • ping: test reachability between two nodes
  • dump: analyze traffic on wire
  • dissect: inspect TLV structure of NDN packet format
  • dissect-wireshark: Wireshark extension to inspect TLV structure of NDN packets

See INSTALL.md for build instructions.

If you are new to the NDN software community, please read the Contributor's Guide.
Please file bug reports and feature requests on ndn-tools Redmine site.
You may contribute code on NDN Gerrit. GitHub pull requests are not accepted.