Feature #3149
closed
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.
- Related to Feature #3159: NetworkRegionTable configuration option added
- Status changed from New to In Progress
- Assignee set to Spyros Mastorakis
- % Done changed from 0 to 50
- Status changed from In Progress to Feedback
- % Done changed from 50 to 90
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.
- 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.
Also available in: Atom
PDF