Closed tanim-ics closed 3 years ago
From the error message, it's probably a path mismatch.
Default Unix socket path in NDNts is /run/nfd.sock
but NFD on macOS listens on /var/run/nfd.sock
.
You can try setting this environment variable: NDNTS_UPLINK=unix:///var/run/nfd.sock
Note that NDNts does not officially support Node.js on macOS. You can run Debian or Ubuntu in Parallels Desktop, and then run NDNts inside.
Thank you. Both the Producer and the consumer worked after adding the environment variable.
I have installed NDNts, Node.js v14.17.4, and npm v6.14.4. I have installed nightly builds. I created a producer and trying to run it. NFD is also running. But it is throwing the following error: