<p dir="ltr">Hi Salvatore</p>
<p dir="ltr">I'll offer a different idea to solve your problem: pretend to be NDN forwarder.</p>
<p dir="ltr">NDN programs recognizes $HOME/.ndn/client.conf, and connects to the NDN forwarder specified in "transport" option. <a href="http://named-data.net/doc/ndn-cxx/current/manpages/ndn-client.conf.html">http://named-data.net/doc/ndn-cxx/current/manpages/ndn-client.conf.html</a><br>
You can point the transport to the TCP port or Unix socket listener of your next stage, and use existing NDN programs.</p>
<p dir="ltr">Consumer programs should with just fine.<br>
Producer programs need small modifications: bypass prefix registration step.</p>
<p dir="ltr">Yours, Junxiao</p>
<div class="gmail_quote">On Jan 5, 2016 05:27, "Salvatore Signorello" <<a href="mailto:salvatore.signorello@uni.lu">salvatore.signorello@uni.lu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I would like to generate some NDN packets that are not processed in a first stage by the NFD daemon, so I guess that I cannot use ready-made things like ndnpeek/pook/ping/etc.<br>
<br>
Has anyone already implemented an NDN module for a packet generator like Scapy? If so, or if there exists other ways to do that, could you please point me to the right resources?<br>
<br>
Do I really need to write a module for a packet generator? I mean: does the ndn-repo have anything else that may fit the purpose?<br>
<br>
Any help would be really appreciated,<br>
Salvatore<br>
<br>
-- <br>
Salvatore Signorello<br>
PhD student @ SecanLab<br>
<br>
Interdisciplinary Centre for Security, Reliability and Trust<br>
SnT, University of Luxembourg<br>
<a href="http://wwwen.uni.lu/snt/people/salvatore_signorello" rel="noreferrer" target="_blank">http://wwwen.uni.lu/snt/people/salvatore_signorello</a><br>
<br>
_______________________________________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu" target="_blank">Nfd-dev@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a><br>
</blockquote></div>