<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Oscar</div><div dir="ltr"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">We are working with a public
 enterprise to developed an XBee transport mechanism in the NDN 
forwarding daemon  (NFD).<br></div></blockquote><div><br></div><div>This is awesome. Please submit your code in accordance to NFD contributing guide, CONTRIBUTING.md in NFD repository.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br>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: <br>FATAL: [nfd.Main] basic_string::_M_construct null not valid.<br></div></blockquote><div><div><br></div><div>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.</div></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">if you have a
 template to developed the transports in the NFD?<br></div></blockquote><div><br></div><div>Look at how other transports are implemented.</div><div><br></div><div>Yours, Junxiao </div></div></div></div>