Feature #4707
closedRDR reference implementation
100%
Description
Realtime Data Retrieval (RDR) protocol enables realtime applications to discover names of the latest data. It assumes neither infrastructure support (namely, centralized server) nor clock synchronization, and does not rely on Exclude selector deprecated in #4444.
Real-Time Data Retrieval in Named Data Networking published in HotICN'2018 introduces the design of RDR protocol.
This issue is to add a reference implementation of RDR protocol to the library, following the recommended packet format specification.
Although RDR is an application protocol, having a recommended format and a reference implementation promotes its adoption.
Updated by Junxiao Shi about 6 years ago
- Blocked by Feature #4706: RDR packet format specification added
Updated by Davide Pesavento about 6 years ago
- Category changed from Utils to Base
- Status changed from New to Code review
- Target version set to v0.7
Chavoosh is implementing an RDR-style generic metadata encoder/decoder in https://gerrit.named-data.net/c/ndn-cxx/+/5006, so I'm setting the status to "Code review".
Updated by Junxiao Shi almost 6 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Updated by Davide Pesavento over 5 years ago
- Blocks Task #4556: ndncatchunks: stop using Selectors added