Re: Generic protocol builder/parser
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 15:50:09 +0100
On Mon, 28 Apr 2008 07:10:43 -0700 (PDT), oshaer@xxxxxxx wrote:
Hello everyone.Have a look at yacc (and similar) which seems to be a reasonable match
In my work many people (including me) need to write a parser and/or a
builder for a certain application-layer protocol.
We work with both ASCII and binary protocols. The protocols are
usually dynamic and have many variations according to certain
parameters.
Each programmer implements the needed componenet independently, in a
different style, using different concepts.
Is it reasonable to try and suggest a generic framework for parsing
and building various protocols?
Do you have any suggestions for a concept?
Do you know of any existing framework or tool that might help?
Thanks.
Oshaer.
to your requirement. BNF-style input and a parser in C as output.
rossum
.
- Follow-Ups:
- Re: Generic protocol builder/parser
- From: kwikius
- Re: Generic protocol builder/parser
- References:
- Generic protocol builder/parser
- From: oshaer
- Generic protocol builder/parser
- Prev by Date: Re: Need help in choosing the project
- Next by Date: Re: Generic protocol builder/parser
- Previous by thread: Re: Generic protocol builder/parser
- Next by thread: Re: Generic protocol builder/parser
- Index(es):
Relevant Pages
|