Changes between Version 12 and Version 13 of GoogleSummerOfCode

Show
Ignore:
Timestamp:
03/09/07 23:14:23 (6 years ago)
Author:
lennart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerOfCode

    v12 v13  
    66 1. '''Python support''' - Replace the current simplistic avahi-python implementation with a full fledged wrapper aorund avahi-client. This could either bedone by implementing a C-based module or by using [http://www.python.net/crew/theller/ctypes/ ctypes] 
    77 1. '''Java support''' - Implement a JNI Java binding for avahi-client, possibly also implementing a compatibility library for the original Bonjour Java API 
    8  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 sounds. 
     8 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. 
    99 1. '''CUPS integration''' - Implement Avahi based browsing in CUPS, with all bells and whistles, including paper size handling and so on. This item probably requires some cooperation with the CUPS project, since the patch needs to be integrated with their code, not ours. 
    1010 1. '''res_query()''' - Find a clean way to add mDNS support to glibc's res_query(), without making Avahi a dependency of GLIBC. This item probably requires some cooperation with the GLIBC project, since it probably requires changes in their code.