It's bigger than just a protocol encoder/decoder, but you can check out ACE:
http://www.cs.wustl.edu/~schmidt/ACE.html We've been using it in our products for the last 8+ years, it's very high quality and very cross-platform. Good luck! Cheers, Craig > -----Original Message----- > From: Emmanuel Lecharny [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 26, 2008 8:06 PM > To: [email protected] > Subject: Re: Protocol Decoders on C++ > > Hi Rodrigo > > On Fri, Oct 24, 2008 at 6:34 PM, Rodrigo Madera > <[EMAIL PROTECTED]> wrote: > > Hello there, > > > > This might sound strange to some, since I'm actually looking for > > something in C++, but I think this is a good place to ask > such a question. > > > > I'm wondering if anyone here has seen a framework in C++ that has > > something like the Protocol Decoder classes. > > > > MINA's great support for those kind of classes (such as > > MessageDecoder, DemuxingProtocolDecoder, DecoderState etc) makes > > writing protocols really easy (and sometimes fun, I may add). > > > > Well, if anyone has any info, please share. > > And forgive me for asking this here!! =o) > > Sorry, but none I'm aware of. By I switched from C/C++ to > Java 8 years ago, so ... > > Anyone else ? > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com >
