NDN HACKATHONS

NDN HACKATHONS

Recent and upcoming NDN Hackathons
Read More
TUTORIAL VIDEOS

TUTORIAL VIDEOS

Watch NDN tutorial videos
Read More
THE NDN TESTBED IS GROWING

THE NDN TESTBED IS GROWING

The NDN research testbed is a shared resource created for research purposes, that now includes nodes in Asia and Europe.
Read More
NDN VIDEO FAQ

NDN VIDEO FAQ

Questions about NDN answered on video by faculty, students, staff researchers, and colleagues.
Read More

Manifest embedding

Manifests are proposed to be a special type of content in Named Data Networking that contains meta-information about other Data packets: a sequence of Data segments or completely independent information objects. While a great variety of useful meta-information exists, this document focuses on the case when manifest contains a list of Data packet names. For example, a manifest containing full names (prefix + digest of the packet) can be used by the consumer application for faster verification of data packets. Only the manifest object must be verified using the public key cryptography, whereas all other Data packets listed in the manifest can be verified by simple computation of the digest and comparison to the digest specified in already verified manifest. The purpose of this technical memo is to introduce the use of manifests for faster signing and verification of Data packets without requiring an additional round-trip delay for manifest fetching.

Read the full technical report on manifest embedding.

How to Deploy the NDN Forwarding Daemon on a Low-End Box

Named Data Networking (NDN) is a potential future Internet architecture designed as a distribution network. To access the NDN network from a Linux or Apple OSX machine, one can install the NDN Platform, a collection of software packages including the protocol stack and critical applications. The NDN Forwarding Daemon (NFD), a core component of the architecture, serves as a software router and runs both on the network routers as well as on end hosts to communicate with routers.

The NDN team provides periodic releases of the new platform, and binary packages are provided with each platform release. However, the development of NDN software, including NFD, happens much faster than platform releases, so users can download source code from GitHub. If a user wants to run bleeding edge software, those packages must be built from source code.

As a geeky low end box user, I’m thinking: can I run the NDN platform on a Linux box with only a small amount of memory? The box I’m talking about is an OpenVZ container from LowEndSpirit UK location, with only 128MB memory and no swap space. To make the challenge more interesting, I want to avoid apt-get, and run the bleeding edge version built from source code.
Read More

Launch of NDN Consortium

The Named Data Networking Consortium was launched today to promote and sustain research in the NDN future internet architecture!  Please see below for more information or to join the consortium.

Press releases: UCLAWUSTL. Univ. of Memphis.

Consortium information, including members and membership details.

First public release of NDN Forwarding Daemon (NFD)

We are pleased to announce the initial public release (version 0.2.0) of the NDN Forwarding Daemon (NFD). NFD is a network forwarder that implements the Named Data Networking (NDN) protocol. More details about NFD, release notes, HOWTOs, a FAQ and other useful resources are available at NFD’s official webpage.

Also available is the NFD developer’s guide, which provides a detailed description of the implementation internals.

An important goal of NFD is to support the broader community to experiment with the NDN architecture. Thus, the current release emphasizes modularity and extensibility over performance to allow easy experimentation with new protocol features, algorithms, data structures and applications. We invite all interested parties to experiment with the existing code and submit their contributions to NFD Redmine or directly to Gerrit Code Review in terms of new architecture features and performance improvements.

More detailed information about the NFD release

The NFD Team.

NDNcomm 2014: 1st NDN community meeting

We are pleased to announce the first NDNcomm meeting, hosted by UCLA on September 4-5, 2014. This two-day meeting, the first in a series of meetings, will provide an opportunity to discuss existing capabilities and potential opportunities for the NDN software platform to serve the scientific research community.

Our goals for this meeting are (to be refined based on community input):

  1. elaborate on the current state of the NDN software platform and supporting libraries and applications
  2. describe state of current operational NDN testbed, and how to participate
  3. showcase external research using the NDN software platform and testbed
  4. debate existing and proposed functionality to support security and privacy at different layers of the architecture
  5. share examples of educational use of NDN, including tutorial material
  6. provide a forum to guide the evolution of the NDN architecture, key implementation artifacts including APIs, and to provide feedback proposing potential changes based on implementation and deployment experience
  7. discuss a vision/roadmap for the community interested in advancing NDN deployment and usability, and how to accelerate deployment, both from research and commercial perspectives
  8. provide an opportunity for interested members of the community to engage in hands-on-training to use NDN software or testbed platforms

If you think you are interested in participating, see the NDNcomm 2014 page for more details and registration.