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. All I have ever done are a few simple TCP communications using MINA so any help is highly appreciated. Thanks, Shubhankar
