Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 97264 invoked from network); 10 Mar 2004 23:12:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Mar 2004 23:12:39 -0000 Received: (qmail 90473 invoked by uid 500); 10 Mar 2004 23:12:23 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 90420 invoked by uid 500); 10 Mar 2004 23:12:22 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 90407 invoked from network); 10 Mar 2004 23:12:22 -0000 Received: from unknown (HELO imf24aec.mail.bellsouth.net) (205.152.59.72) by daedalus.apache.org with SMTP; 10 Mar 2004 23:12:22 -0000 Received: from mail.bellsouth.net ([205.152.59.155]) by imf24aec.mail.bellsouth.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040310231225.XFUC18468.imf24aec.mail.bellsouth.net@mail.bellsouth.net> for ; Wed, 10 Mar 2004 18:12:25 -0500 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) X-Originating-IP: [68.19.226.169] From: Alex Karasulu Organization: Solarsis Group To: "Jakarta Commons Developers List" Subject: Re: RE: [codec] StatefulDecoders Date: Wed, 10 Mar 2004 18:12:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20040310231225.XFUC18468.imf24aec.mail.bellsouth.net@mail.bellsouth.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Brett, > I apologise if I seem a little attached to my current implementation. You're not the only one :-), I must appologise as well. Hopefully we can come to a satisfactory interface that works for everyone. At this point I would like to test the current interfaces with a couple of decoder implementations to see if they're as easy to use as I think. I'll share the results with you guys soon. If you would like you can track my activity here: http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=DIR-46 BTW this decoder is one part of the decoding process. It decodes binary streams of ASN.1 data using Basic Encoding Rules (BER) into Tag Length Value (TLV) tuples. These tuples will then be fed into another decoder to build messages. When I have the interaction between the two decoders understood via this experiment I should be able to explicity describe the strengths and weaknesses of my interfaces. Alex --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org