pulsejet / ndn-tools

NDN Essential Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDN Essential Tools

Latest version Language CI Docs

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.

About

NDN Essential Tools

License:GNU General Public License v3.0


Languages

Language:C++ 83.2%Language:Python 10.7%Language:Lua 4.5%Language:Shell 1.5%