<div dir="ltr"><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ivan Yeo</b> <span dir="ltr"><<a href="mailto:ivanyeo@cs.ucla.edu">ivanyeo@cs.ucla.edu</a>></span><br>Date: Mon, Jan 19, 2015 at 4:49 PM<br>Subject: Running NFD without sudo<br>To: Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu">shijunxiao@email.arizona.edu</a>><br><br><br>Hi Junxiao,<br>
<br>
I have managed to get NFD to run on Mac OS 10.10 Yosemite by changing the following settings in /usr/local/etc/ndn/nfd.conf:<br>
<br>
face_system<br>
{<br>
  ; The unix section contains settings of UNIX stream faces and channels.<br>
  unix<br>
  {<br>
    listen no; set to 'no' to disable UNIX stream listener, default 'yes'<br>
    path /var/run/nfd.sock ; UNIX stream listener path<br>
  }<br>
<br>
  udp<br>
  {<br>
    mcast no; set to 'no' to disable UDP multicast, default 'yes'<br>
    mcast_port 56363 ; UDP multicast port number<br>
    mcast_group 224.0.23.170 ; UDP multicast group (IPv4 only)<br>
  }<br>
}<br>
<br>
However, right now, NRD cannot seem to be able to connect to the running NFD. I'm wondering if happened to turn off something that is required by the NRD. I'm still diving deeper to understand how the NRD is connecting to the NFD by looking into the code base. I was wondering if you happen to know where I should start looking to expedite the process?<br>
<br>
Thanks!<br>
<br>
Cheers,<br>
Ivan<br>
</div><br></div>