Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 13298 invoked from network); 14 Jun 2005 13:29:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 13:29:57 -0000 Received: (qmail 35931 invoked by uid 500); 14 Jun 2005 13:29:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 35842 invoked by uid 500); 14 Jun 2005 13:29:56 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 35829 invoked by uid 99); 14 Jun 2005 13:29:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of esinev@gmail.com designates 64.233.184.199 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 06:29:54 -0700 Received: by wproxy.gmail.com with SMTP id 71so2330054wri for ; Tue, 14 Jun 2005 06:29:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kb+lgf2H0mU5UMssTrLJHJohMU/01/ZejO4DHi4yV/pjunBt0Vb/mRrUKtgb3bgQmIqsN8UWcQ4Bzveanc+3OwMW83INdTEGyBQ/KQHenfkFRV+UX7tk86p9HCSjgjLnB6G9bMVYbJgqRdHRKuuCTlR84xpfQn6KMMkJ57fvgHo= Received: by 10.54.33.44 with SMTP id g44mr3190986wrg; Tue, 14 Jun 2005 06:22:50 -0700 (PDT) Received: by 10.54.71.9 with HTTP; Tue, 14 Jun 2005 06:22:49 -0700 (PDT) Message-ID: Date: Tue, 14 Jun 2005 17:22:49 +0400 From: Evgeniy Sinev Reply-To: Evgeniy Sinev To: dev@directory.apache.org, Trustin Lee Subject: Re: [dhcp] Summer of code In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <768dcb2e05061301231c232f7d@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > Sounds interesting. We don't have any DHCP support yet. Most protocol > > stack is built upon MINA (a network application framework). MINA curre= ntly > > supports only NIO transport (which doesn't support multicast). You'll = have > > to implement BIO (old socket I/O) support for MINA and then build DHCP > > protocol on top of MINA. Then integrating protocol with ApacheDS will = be > > great. I want to realize not only DHCP protocol, but fully worked DHCP-server for ApacheDS or for standalone use. --- Evgeniy Sinev