Actions
Feature #3074
closedMobility with Link scenario
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Develop a IntegrationTests scenario for mobility with Link.
Topology:
C--B--A--D
- configure network region names on C,B,A,D:
- C: /arizona/cs
- B: /arizona/telecom
- A: /ucsd/caida
- D: /ucla/cs/irl /ucla/cs/software
- start NFD on C,B,A,D; create UDP tunnels according to topology
- on C, register a default route toward B
- on B, register a route /ucla toward A
- on A, register a route /ucla/cs toward D
- on B, run traffic generator server for /net/ndnsim/www serving content "BBBBBBBB"
- on A, run traffic generator server for /net/ndnsim/www serving content "AAAAAAAA"
- on D, run traffic generator server for /net/ndnsim/www serving content "DDDDDDDD"
- on C, express an Interest /net/ndnsim/www/index.html with a Link object {Name=/net/ndnsim, Delegations={{10,/telia/terabits}, {20,/ucla/cs}}}
- fail the scenario if this Interest is unanswered or Data content is not "DDDDDDDD"
Files
Updated by Junxiao Shi over 9 years ago
There isn't a tool that can express an Interest with a Link object; nor is there a tool to generate a Link object.
There are two options:
- In traffic generator client configuration file, declare options that can generate a Link object and attach it to Interests.
- In
ndnpeek
, add a command line option to load a link object from file. Develop another program to generate a Link object and sign it with a specified certificate.
The estimated time for this issue excludes tool development.
Updated by Junxiao Shi over 9 years ago
- Blocked by Feature #3034: ContentStore miss pipeline: process Link for mobility added
Updated by Junxiao Shi about 9 years ago
- Blocked by Feature #3112: peek: set Link field added
Updated by Eric Newberry over 8 years ago
- Status changed from New to In Progress
Updated by Davide Pesavento about 8 years ago
- Target version deleted (
v0.4)
@Eric, are you still working on this?
Updated by Eric Newberry about 8 years ago
I haven't worked on this in a few months. I was getting some strange issues and I've been working on other things recently. If you would like to take over work on this task, feel free to reassign it to yourself.
Updated by Eric Newberry almost 8 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi almost 8 years ago
- File 20161218015206.tgz 20161218015206.tgz added
- Target version set to v0.6
Updated by Junxiao Shi almost 8 years ago
- File 20161227122050.tgz 20161227122050.tgz added
Updated by Eric Newberry almost 8 years ago
- Status changed from Code review to Closed
Actions