On Fri, Aug 7, 2009 at 10:39 PM, Chowdhury, Shubhankar [WHQKA]<[email protected]> wrote: > Hello, > > > > Just wondering if there is any available implementation of BOOTP > protocol? I am doing a POC on replacing some existing very old c++ > gateways which connect to legacy systems using the protocol - basically > I would be a client sending BOOTREQUEST, expecting BOOTREPLY etc - as > far as I have gathered it's a mix of UDP and TCP communication - first > UDP session gets the required info and then onwards a TCP session is > established using that info and data is received through that channel.
Not sure about BOOTP, but yes DHCP codecs are available. Please refer this page http://mina.apache.org/codec-repository.html -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal
