bobvanderlinden / node-machinetalk

A client-side Node API for remotely controlling/monitoring Machinekit instances through Machinetalk
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Discovery cannot be used without Avahi/Bonjour running #11

Open bobvanderlinden opened 8 years ago

bobvanderlinden commented 8 years ago

It would be nice if this library has zero (heavy) runtime dependencies. Since this library does not need to publish any services, it does not make sense that is requires Avahi/Bonjour to be running. Consider switching to https://github.com/kmpm/node-mdns-js (or using it alongside node-mdns).