This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Zero Configuration Networking?
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, elfring, jackjansen
Priority: normal Keywords:

Created on 2003-09-28 09:12 by elfring, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Messages (5)
msg54020 - (view) Author: Markus Elfring (elfring) Date: 2003-09-28 09:12
Would you like to support this proposed standard?

1. 
http://www.zeroconf.org/
2. 
http://www.ietf.org/html.charters/zeroconf-
charter.html
3. 
http://citeseer.org/cs?q=Zero+Configuration+Networking
4. 
http://www.oreillynet.com/pub/wlg/3137
5. 
http://www.spack.org/index.cgi/ZeroConf
6. 
http://sourceforge.net/projects/zeroconf/
7. 
http://sourceforge.net/projects/howl/
8. 
http://www.uow.edu.au/~dfs/projects/2003/projects2003.html
9. 
http://www.apple.com/macosx/jaguar/rendezvous.html
10. 
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/ProgrammingTopics/NetServices/Concepts/AboutRendezvous.html
11. 
http://developer.apple.com/darwin/projects/rendezvous/
12. 
http://www.neato.org/~femur/iu/
13. 
http://homepage.mac.com/macdomeeu/dev/current/mod_rendezvous/
14. 
http://www.macdevcenter.com/pub/a/mac/2003/04/08/mod_rendezvous.html
15. 
0309272247.58b3abbc%40posting.google.com">http://groups.google.de/groups?selm=40ed1d8f.0309272247.58b3abbc%40posting.google.com
msg54021 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-10-06 09:39
Logged In: YES 
user_id=45365

You'll have to be a bit more specific as to which bits you want to 
be supported by Python, and how.

Python seems to work fine with Apple's Rendezvous 
implementation, at least at the level at which I've tried it. But 
that's using Python in a client application, I haven't used it for a 
server. But advertising services requires OS-specific API's, I think?
msg54022 - (view) Author: Markus Elfring (elfring) Date: 2003-10-07 10:09
Logged In: YES 
user_id=572001

12. Can the Java based ZMAAP implementation be used by 
python?
Would you like to add a package for this API and Multicast 
DNS?
http://www1.ietf.org/mail-archive/ietf-
announce/Current/msg12884.html
http://www.dns-sd.org/
msg54023 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-10-07 10:18
Logged In: YES 
user_id=45365

Please don't assign this to me: I'm not going to do the work, I'm 
just trying to get information from you.

If there is specific functionality you want: state it clearly. If it 
really deserves to be in _socket or some other standard Lib place 
and you provide good reasons it may get added. The chance of it 
getting added would increase immensely if you added a working 
patch:-)

If this is a large API that pertains only to zeroconf it should be an 
extension package, and not part of the core. In that case it's 
probably best to round up some people at comp.lang.python and 
team up to write that package.
msg59259 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-04 20:02
I agree with Jack! Please work on an extension package and provide
patches if you need extra socket code in the core.
History
Date User Action Args
2022-04-10 16:11:27adminsetgithub: 39320
2008-01-04 20:02:31christian.heimessetstatus: open -> closed
nosy: + christian.heimes
resolution: out of date
messages: + msg59259
2003-09-28 09:12:05elfringcreate