Project

General

Profile

Actions

Feature #3149

closed

Link documentation

Added by Junxiao Shi over 8 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Category:
Docs
Target version:
-
Start date:
Due date:
% Done:

90%

Estimated time:
3.00 h

Description

In ndn-cxx Application Developer Guide, add information about mobility with Link.


Related issues 2 (0 open2 closed)

Related to NFD - Feature #3159: NetworkRegionTable configuration optionClosedVince Lehman

Actions
Has duplicate NFD - Feature #3474: Region definitionClosed02/25/2016

Actions
Actions #1

Updated by Junxiao Shi over 8 years ago

I recommend this content to have three parts:

  • In "NDN Application Design" chapter "Data Naming" section, introduce topology-independent Names, and how to reach them by adding Link to Interests.
  • In "NDN Application Implementation with ndn-cxx" chapter "Producer" section, introduce how to create and publish Link objects.
  • In "NDN Application Implementation with ndn-cxx" chapter "Consumer" section, introduce how to obtain Link objects and use them in Interests.
Actions #2

Updated by Junxiao Shi over 8 years ago

  • Related to Feature #3159: NetworkRegionTable configuration option added
Actions #3

Updated by Spyros Mastorakis over 8 years ago

  • Status changed from New to In Progress
  • Assignee set to Spyros Mastorakis
Actions #4

Updated by Spyros Mastorakis over 8 years ago

  • % Done changed from 0 to 50
Actions #5

Updated by Spyros Mastorakis over 8 years ago

  • Status changed from In Progress to Feedback
  • % Done changed from 50 to 90
Actions #6

Updated by Junxiao Shi over 8 years ago

Contents have been added in ndn-cxx-docs:commit:ac9be30ff1fbfa15dff65df287f442affb3b6a30 and ndn-cxx-docs:commit:4910908e1216a2cb37bee70c3b6738f31a23c62b.

Citations are needed for SNAMP (cite the paper) and NDNS (cite the Redmine or GitHub site).


There's one mistake:

We should note that when an Interest reaches the network region where forwarding based on the application name is possible (producer region), the edge router of this region would remove the LINK from the Interest, so that the producer application receives an Interest with no LINK attached.

This contradicts with Lixia's decision that Link object should be retained even if the Interest has reached the producer region.

Actions #7

Updated by Junxiao Shi about 8 years ago

Actions #8

Updated by Junxiao Shi about 7 years ago

  • Status changed from Feedback to Closed

note-6 is no longer a mistake because implementation is later changed to strip Link field when entering producer region.

Actions

Also available in: Atom PDF