<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello Adam,</div>
<div><br>
</div>
<div>I updated NDN-DOT-NET to add support for wire format v0.3 .  To make it send packets with wire format v0.3, put the following in your application’s main method:</div>
<div><br>
</div>
<div>    WireFormat.setDefaultWireFormat(Tlv0_3WireFormat.get());</div>
<div><br>
</div>
<div>Alternatively, to change the default for all applications, in the following line:</div>
<div><a href="https://github.com/named-data/ndn-dot-net/blob/master/src/net/named_data/jndn/encoding/TlvWireFormat.cs#L25">https://github.com/named-data/ndn-dot-net/blob/master/src/net/named_data/jndn/encoding/TlvWireFormat.cs#L25</a> </div>
<div></div>
<div><br>
</div>
<div>    <span class="pl-k">public</span> <span class="pl-k">class</span> <span class="pl-en">
TlvWireFormat</span> : <span class="pl-en">Tlv0_2WireFormat</span> {</div>
<div><br>
</div>
<div>change Tlv0_2WireFormat to Tlv0_3WireFormat and rebuild.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>- Jeff T</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Ndn-interest <<a href="mailto:ndn-interest-bounces@lists.cs.ucla.edu">ndn-interest-bounces@lists.cs.ucla.edu</a>> on behalf of Adam Atencio via Ndn-interest <<a href="mailto:ndn-interest@lists.cs.ucla.edu">ndn-interest@lists.cs.ucla.edu</a>><br>
<span style="font-weight:bold">Reply-To: </span>Adam Atencio <<a href="mailto:adamjatencio@gmail.com">adamjatencio@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, April 1, 2020 at 13:48:00<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:ndn-interest@lists.cs.ucla.edu">ndn-interest@lists.cs.ucla.edu</a>" <<a href="mailto:ndn-interest@lists.cs.ucla.edu">ndn-interest@lists.cs.ucla.edu</a>><br>
<span style="font-weight:bold">Subject: </span>[Ndn-interest] Issue with registerPrefix using .net code<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div dir="ltr">
<div>I'm running the latest NFD on a virtual ubuntu 18.04 machine and running the .NET build of the CPLs on a Windows 10 VM. When I attempt to make the call to register the Prefix I get the following exception(I have removed my IP address from the message):</div>
<div>A connection attempt failed because the connected party did not properly respond after a period of time or established connection failed because connected host has failed to respond. X.X.X.X:6363</div>
<div><br>
</div>
<div>I checked that the port 6363 is open between the machines and that they can ping each other. I have followed the basic setup instructions for the NFD on the
<a href="http://named-data.net/doc/NFD/current/INSTALL.html">http://named-data.net/doc/NFD/current/INSTALL.html</a> page, but am wondering if there is a step I am missing that would allow the Prefix to register? </div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</span>
</body>
</html>