File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- This is Multicast DNS Service Discovery for Python v0.13 -wmcbrine
1+ This is Multicast DNS Service Discovery for Python v0.14 -wmcbrine
22Originally by Paul Scott-Murphy, modified by William McBrine.
33
4- Zeroconf.py is the implementation file, look at the end for examples of
5- basic use. You can also view Browser.py to see how to browse for services.
4+ zeroconf.py is the implementation file, look at the end for examples of
5+ basic use. You can also view zwebbrowse.py to see how to browse for
6+ services.
67
78This fork is used in all of my TiVo-related projects: HME for Python
8- (and therefore HME/VLC), Network Remote, and pyTivo. Until now, I was
9- tracking the changes for Zeroconf .py in three separate repos. I figured
10- I should have an authoritative source.
9+ (and therefore HME/VLC), Network Remote, Remote Proxy, and pyTivo.
10+ Before this, I was tracking the changes for zeroconf .py in three
11+ separate repos. I figured I should have an authoritative source.
1112
1213Although I make changes based on my experience with TiVos, I expect that
1314they're generally applicable. This version also includes patches found
Original file line number Diff line number Diff line change 1- """ Multicast DNS Service Discovery for Python, v0.13 -wmcbrine
2- Copyright 2003 Paul Scott-Murphy, 2013 William McBrine
1+ """ Multicast DNS Service Discovery for Python, v0.14 -wmcbrine
2+ Copyright 2003 Paul Scott-Murphy, 2014 William McBrine
33
44 This module provides a framework for the use of DNS Service Discovery
55 using IP multicast.
2323
2424__author__ = 'Paul Scott-Murphy'
2525__maintainer__ = 'William McBrine <wmcbrine@gmail.com>'
26- __version__ = '0.13 -wmcbrine'
26+ __version__ = '0.14 -wmcbrine'
2727__license__ = 'LGPL'
2828
2929import time
Original file line number Diff line number Diff line change 1- """ Multicast DNS Service Discovery for Python, v0.13 -wmcbrine
2- Copyright 2003 Paul Scott-Murphy, 2013 William McBrine
1+ """ Multicast DNS Service Discovery for Python, v0.14 -wmcbrine
2+ Copyright 2003 Paul Scott-Murphy, 2014 William McBrine
33
44 This module provides a unit test suite for the Multicast DNS
55 Service Discovery for Python module.
2323
2424__author__ = 'Paul Scott-Murphy'
2525__maintainer__ = 'William McBrine <wmcbrine@gmail.com>'
26- __version__ = '0.13 -wmcbrine'
26+ __version__ = '0.14 -wmcbrine'
2727__license__ = 'LGPL'
2828
2929import zeroconf as r
Original file line number Diff line number Diff line change 1- """ Multicast DNS Service Discovery for Python, v0.13 -wmcbrine
2- Copyright 2003 Paul Scott-Murphy, 2013 William McBrine
1+ """ Multicast DNS Service Discovery for Python, v0.14 -wmcbrine
2+ Copyright 2003 Paul Scott-Murphy, 2014 William McBrine
33
44 This module provides a unit test suite for the Multicast DNS
55 Service Discovery for Python module.
2323
2424__author__ = 'Paul Scott-Murphy'
2525__maintainer__ = 'William McBrine <wmcbrine@gmail.com>'
26- __version__ = '0.13 -wmcbrine'
26+ __version__ = '0.14 -wmcbrine'
2727__license__ = 'LGPL'
2828
2929from zeroconf import *
You can’t perform that action at this time.
0 commit comments