[Ndn-interest] Tcp Bulk Insert Repo Insertion Protocol in NDN-repo-ng

Chengyu Fan chengyu at cs.colostate.edu
Tue Apr 7 17:01:44 PDT 2015


Okay, so the TcpBulkInsert is to push the NDN packet format encoding data
packets into the repo.
If need to insert the raw data, I must convert them into NDN packet format
encoding in advance. Correct?

On Tue, Apr 7, 2015 at 5:38 PM, Alex Afanasyev <alexander.afanasyev at ucla.edu
> wrote:

> TcpBulkInsert is not really a protocol, rather a socket that accepts a
> stream of data packets.
>
> Assuming file bulk-data.tlv contains a collection of data packets in NDN
> packet format encoding (just piled up, one after another one), you can use
> ‘nc’ command to push them into the repo
>
> nc localhost 7376 < bulk-data.tlv
>
>> Alex
>
>
> On Apr 7, 2015, at 3:28 PM, Chengyu Fan <chengyu at cs.colostate.edu> wrote:
>
> Hi,
>
> Do anyone know the "*Tcp Bulk Insert Repo Insertion Protocol*" in
> NDN-repo-ng?
>
> We have lots of data need to insert into the repository, and each one
> typically contains about 1.2GB.
>
> According to the wiki (http://redmine.named-data.net/projects/repo-ng/wiki),
> the "*Tcp Bulk Insert Repo Insertion Protocol*" might be the right option.
>
> However, the wiki doesn't contain the protocol specification, and there is
> no tool for this protocol either ...
>
> Thanks,
> Chengyu
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20150407/047719b9/attachment.html>


More information about the Ndn-interest mailing list