Replies: 2 comments 2 replies
-
I use a Mac with matter.js, but have only done so by cloning and building the repo like so: $ git clone https://github.com/project-chip/matter.js.git |
Beta Was this translation helpful? Give feedback.
-
I develop it on a Mac and UDP ports are normally never blocked "hard" and my "sudo lsof -Pni | grep 5353" shows even some more that are listening. But it seems that something is strange with you. But also honestly I use nodejs 18 and not 20 ... so maybe Nodejs 20 has something special? Can you please try nodejs 18?
No it is not because this is just a strange warning on macs ... just ignore And lastly: Yes Please switch to matter.js because node-matter is deprecated. see https://github.com/mfucci/node-matter#this-repository-has-been-moved |
Beta Was this translation helpful? Give feedback.
-
Hello,
This seems like a very newbie question but I can't get the basics working!
I wanted to give
node-matter
a go on MacOS so followed the README:But when trying to run a CLI server:
I think this is because on MacOS,
mDNSResponder
is already bound to port 5353 on all interfaces:This is probably a similar problem to #184.
But I am not sure what the solution is?
Is anyone else developing on Mac OS?
Beta Was this translation helpful? Give feedback.
All reactions