port_publisher requires avahi
Brought to you by:
cliechti
Hi,
I'm trying out pyserial and running through your multiport serial port publisher.
https://sourceforge.net/p/pyserial/code/HEAD/tree/trunk/pyserial/examples/port_publisher.py
Unfortunately it uses "python-avahi" which no longer appears to exist anywhere that I've looked... there's virtually no mention of it anywhere that I can find - all searches seem to point towards zeroconf.
Can you advise either where to find this python-avahi package, or if you have an updated example using the zeroconf package?
Many Thanks in advance!
Nick
patch 34 provided a workaround for that. i've integrated that over here:
https://github.com/pyserial/pyserial/blob/master/examples/port_publisher.py