Feature #5109
closedchunks: add option for TYPED naming conventions
100%
Description
NDN repo publishes data with typed segment numbers. Add an option in ndncatchunks to fetch such segments.
Updated by Junxiao Shi over 4 years ago
ndncatchunks
, easy.
ndnputchunks
, tricky because the main API switches convention universally, and therefore makes management module used by prefix registration send packets incompatible with forwarder side.
Updated by Davide Pesavento over 4 years ago
- Related to Task #5044: Switch default naming convention encoding to TYPED added
Updated by Davide Pesavento over 4 years ago
- Tracker changed from Task to Feature
- Subject changed from Add option for TYPED segment in ndnput/catchunks to chunks: add option for TYPED naming conventions
- Start date deleted (
04/29/2020)
Updated by Junxiao Shi almost 4 years ago
- Assignee set to Davide Pesavento
Davide agrees to work on this item at 20210115 NFD call.
ndnputchunks
, tricky because the main API switches convention universally, and therefore makes management module used by prefix registration send packets incompatible with forwarder side.
On a second thought, this is probably fine because ControlCommand does not involve any name components that rely on naming convention.
Updated by Davide Pesavento almost 4 years ago
- Status changed from New to In Progress
Updated by susmit shannigrahi almost 4 years ago
ndnputchunks
, tricky because the main API switches convention universally, and therefore makes management module used by prefix registration send packets incompatible with forwarder side.On a second thought, this is probably fine because ControlCommand does not involve any name components that rely on naming convention.
On the other side, catchunks is really simple, this fork already works with the repo. https://github.com/susmit85/ndn-tools
Updated by Davide Pesavento over 3 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento over 3 years ago
- Status changed from Code review to Closed