[Ndn-interest] Write to CS

Junxiao Shi shijunxiao at email.arizona.EDU
Tue Mar 1 07:45:36 PST 2016


Hi Ahmed

No, you cannot.
This feature is in early and current version of NFD, but is scheduled to be
removed in v0.5 (#2181 <http://redmine.named-data.net/issues/2181>).

Instead, use InMemoryStorage
<https://github.com/named-data/ndn-cxx/blob/f2a46228ef2be08a58ee3b49105146ad5e099ca1/src/util/in-memory-storage.hpp>
or
MemoryContentCache
<http://named-data.net/doc/ndn-ccl-api/memory-content-cache.html> in your
producer application.
You may put generated Data into the in-app cache, and let the in-app cache
answer Interests.

Yours, Junxiao

On Tue, Mar 1, 2016 at 8:37 AM, ahmed abencherou <a.abencherou at gmail.com>
wrote:

> Hi all,
>
> I wonder if an application can access the local cache (CS) to add Data
> packets in order to answer Interests
>
> Thanks.
>
> --
> ABENCHEROU Ahmed
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20160301/ba41d048/attachment.html>


More information about the Ndn-interest mailing list