Changes between Version 20 and Version 21 of GoogleSummerOfCode

Show
Ignore:
Timestamp:
06/17/07 13:36:21 (6 years ago)
Author:
tedp
Comment:

move info about dnssec and nat-pmp into their paragraph items. also link to natpmd development sources

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerOfCode

    v20 v21  
    2424== Protocol Support == 
    2525 1. '''LLMNR support''' - Integrate Microsoft's link-local naming protocol [http://www.ietf.org/rfc/rfc4795.txt LLMNR (rfc4795)] into Avahi, to allow it to take part on both Apple-style and Microsoft-style Zeroconf networking. Oh, LLMNR ist a much simpler protocol than mDNS, so this should be easier than it might sound. ''Requirements:'' Good knowledge of C 
    26  1. '''DNSSEC, writable wide-area DNS (aka DNS Update), and [http://files.dns-sd.org/draft-sekar-dns-llq.txt DNS-LLQ] support''' - Implement proper DNS-SD over unicast DNS support in Avahi, for use on the Internet and in large corporate networks. ''Requirements:'' Good knowledge of C, basic insight into how cryptography works. 
    27  1. '''NAT-PMP support''' - Implement a [http://files.dns-sd.org/draft-cheshire-nat-pmp.txt NAT-PMP] client and server for integration into Avahi. The client should probably also seamlessly support the UPNP IGD protocol. ''Requirements:'' Good knowledge of C 
    28  
    29 tedp and federico already started on the last two items. Before anyone also starts to work on these they might want to contact federico and tedp. 
     26 1. '''DNSSEC, writable wide-area DNS (aka DNS Update), and [http://files.dns-sd.org/draft-sekar-dns-llq.txt DNS-LLQ] support''' - Implement proper DNS-SD over unicast DNS support in Avahi, for use on the Internet and in large corporate networks. ''Requirements:'' Good knowledge of C, basic insight into how cryptography works. Federico is working on this. 
     27 1. '''NAT-PMP support''' - Implement a [http://files.dns-sd.org/draft-cheshire-nat-pmp.txt NAT-PMP] client and server for integration into Avahi. The client should probably also seamlessly support the UPNP IGD protocol. ''Requirements:'' Good knowledge of C. tedp is working on this. Development sources of the NATPMP server (''avahi-natpmd'') are available from http://hg.midg3t.net/avahi-natpmd 
    3028 
    3129Please note that we - the Avahi maintainers - can only provide full mentoring support for the "Protocol Support" and "Language Support" items. If you are interested in porting Avahi to Win32, make sure to have very good Win32 programming skills, because that is not an area where we can help you a lot. If you are interested in doing the Third Party Application Integration stuff we can certainly mentor you, but some cooperation with the respective projects might be advisable.