Raspberry PI 2 : Apple Bonjour compatibility layer of Avahi
See original GitHub issueHi,
I’m trying to implement this module on raspberry pi 2 with node v0.10.5, npm v2.5.0 and mdns v2.2.9. Everything is working on my mac but on Raspberry pi 2 I have this message :
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
This is normal ?
Issue Analytics
- State:
- Created 8 years ago
- Comments:10
Top Results From Across the Web
Raspberry PI 2 : Apple Bonjour compatibility layer of Avahi
Hi,. I'm trying to implement this module on raspberry pi 2 with node v0.10.5, npm v2.5.0 and mdns v2.2.9. Everything is working on...
Read more >RPiPlay only showing terminal in raspbian lite
I've installed Raspberry Pi OS Lite on a rp2. ... WARNING *** The program 'rpiplay' uses the Apple Bonjour compatibility layer of Avahi....
Read more >Raspberry Pi Zero W
When starting room-assistant you will see warnings about the Apple Bonjour compatibility layer of Avahi. These won't impact the functionality at ...
Read more >Installing Homebridge Nest Plugin for Raspberry Pi
* WARNING The program 'node' uses the Apple Bonjour compatibility layer of Avahi. WARNING Please fix your application to use the native API...
Read more >Avahi (software) - Wikipedia
Avahi is a free zero-configuration networking (zeroconf) implementation, including a system for multicast DNS/DNS-SD service discovery. It is licensed under ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have the same problem using ubuntu inside a Docker image.
I am having the problem on a Raspberry Pi 4! I just want a reliable library to detect mdns services in the local network. I know about mdns-js, but this tool gives me only the IP but not the port of a service!