Feature #3074
closed
Mobility with Link scenario
Added by Junxiao Shi over 9 years ago.
Updated almost 8 years ago.
Category:
Integration Tests
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
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.
- Blocked by Feature #3034: ContentStore miss pipeline: process Link for mobility added
- Description updated (diff)
- Assignee set to Eric Newberry
- Description updated (diff)
- Status changed from New to In Progress
- Target version deleted (
v0.4)
@Eric, are you still working on this?
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.
I'm resuming work on this task.
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
- Status changed from Code review to Closed
Also available in: Atom
PDF