Feature #5109
chunks: add option for TYPED naming conventions
0%
Description
NDN repo publishes data with typed segment numbers. Add an option in ndncatchunks to fetch such segments.
Related issues
Updated by Junxiao Shi 10 months 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 10 months ago
- Related to Task #5044: Switch default naming convention encoding to TYPED added
Updated by Davide Pesavento 10 months 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 about 2 months 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 susmit shannigrahi about 2 months 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