<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
What happens when the protocol is <span class="Apple-style-span" style="font-size: 13.333333015441895px; ">ndnd-tlv-0.7<br>
or ndnx-0.7?</span>
<div><span class="Apple-style-span" style="font-size: 13.333333015441895px; "><br>
</span></div>
<div><span class="Apple-style-span" style="font-size: 13.333333015441895px; ">Lan</span></div>
<br>
<br>
<br>
-------- Original message --------<br>
From: Alex Afanasyev <alexander.afanasyev@ucla.edu> <br>
Date: 03/23/2014 12:19 PM (GMT-06:00) <br>
To: "<nfd-dev@lists.cs.ucla.edu>" <nfd-dev@lists.cs.ucla.edu> <br>
Subject: [Nfd-dev] Config file for the library <br>
<br>
<br>
<div>
<div><font size="2"><span style="font-size:10pt;">Hi guys,<br>
<br>
I just merged <a href="https://github.com/named-data/ndn-cpp-dev/commit/c07b3a2fabc25bc6ad9d3bf9ffc9df7bf994dd96" target="_BLANK">
https://github.com/named-data/ndn-cpp-dev/commit/c07b3a2fabc25bc6ad9d3bf9ffc9df7bf994dd96</a> commit to ndn-cpp-dev library, which changes how the library selects which protocol to use to register prefixes and where to look for UNIX socket.<br>
<br>
NFD=1 and NRD=1 environmental variables are no longer used.  All configuration should be done either using ~/.ndn/client.conf, @SYSCONFDIR@/ndn/client.conf (e.g., /usr/local/etc/ndn/client.conf), or /etc/ndn/client.conf<br>
<br>
The sample config file is in root folder of ndn-cpp-dev repo.  Just in case, I'll post it here:<br>
<br>
; "unix_socket" specifies the location of the NFD unix socket<br>
unix_socket=/var/run/nfd.sock<br>
<br>
; "protocol" deteremines the protocol for prefix registration<br>
; it has a value of:<br>
;   nfd-0.1<br>
;   nrd-0.1<br>
;   ndnd-tlv-0.7<br>
;   ndnx-0.7<br>
protocol=nrd-0.1<br>
<br>
---<br>
Alex<br>
<br>
<br>
_______________________________________________<br>
Nfd-dev mailing list<br>
Nfd-dev@lists.cs.ucla.edu<br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" target="_BLANK">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a><br>
</span></font></div>
</div>
</body>
</html>