[Nfd-dev] Please, help us with the developing of XBee transport in the NFD

Junxiao Shi shijunxiao at email.arizona.edu
Thu Mar 14 09:24:47 PDT 2019


Hi Oscar

We are working with a public enterprise to developed an XBee transport
> mechanism in the NDN forwarding daemon  (NFD).
>

This is awesome. Please submit your code in accordance to NFD contributing
guide, CONTRIBUTING.md in NFD repository.


>
> In the current state of our project, we developed an XBee library that we
> integrated into NFD. However, we have an error in the XBee Factory,
> specifically in the NFD REGISTER PROTOCOL FACTORY  to register the new
> transport.  After executing the command "nfd-start" is showed the error:
> FATAL: [nfd.Main] basic_string::_M_construct null not valid.
>

FATAL in nfd.Main means some component is throwing an exception and the
exception is uncaught. "basic_string::_M_construct null not valid" usually
indicates a static initialization order problem.

if you have a template to developed the transports in the NFD?
>

Look at how other transports are implemented.

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20190314/0f49ff1a/attachment-0001.html>


More information about the Nfd-dev mailing list