File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Original file line number Diff line number Diff line change 1
1
This is Multicast DNS Service Discovery for Python v0.14-wmcbrine
2
2
Originally by Paul Scott-Murphy, modified by William McBrine.
3
3
4
- zeroconf.py is the implementation file, look at the end for examples of
4
+ zeroconf.py is the implementation file; look at the end for examples of
5
5
basic use. You can also view zwebbrowse.py to see how to browse for
6
- services.
6
+ services, and zwebtest.py for an example of announcing them .
7
7
8
8
This fork is used in all of my TiVo-related projects: HME for Python
9
9
(and therefore HME/VLC), Network Remote, Remote Proxy, and pyTivo.
@@ -20,6 +20,10 @@ Long-term goals: Python 3.x
20
20
21
21
History
22
22
-------
23
+ 0.14 - Fix for SOL_IP undefined on some systems - thanks Mike Erdely.
24
+ Cleaned up examples.
25
+ Lowercased module name.
26
+
23
27
0.13 - Various minor changes; see git for details.
24
28
No longer compatible with Python 2.2. Only tested with 2.5-2.7.
25
29
Fork by William McBrine.
You can’t perform that action at this time.
0 commit comments