Menu

Etiquette - a protocol construction tool / News: Recent posts

Eitquette v0.3 has been released

Announcement of Etiquette v0.3

Etiquette is an interaction protocol construction toolkit. The
project goal is to build a framework for rapid design of network
communication code. Etiquette interaction protocols are intended to
describe valid communication processes that can occur in networked
applications, along with error-handling code. Etiquette provides
protocol tracing and single-stepping support.... read more

Posted by Eugene Zaikonnikov 2003-09-11

HTTP subset protocol implemented

This is the first implementation of pre-existing protocol via Etiquette, using its compatibility/legacy support features.

The implementation is very far from complete, but should be useable for many purposes even in this limited form. Both server and client code samples are provided. The subset should be relatively easy to extend as necessary.

See the file http.lisp in Etiquette source tree.

Posted by Eugene Zaikonnikov 2003-07-10

Etiquette project has moved to SourceForge

Etiquette, a protocol construction framework is now at SourceForge.

The project's goal is to build a framework for rapid design of network communication code. Etiquette interaction protocols will capture communication occuring in networked applications along with error-handling and security monitoring code. Etiquette provides debugging facilities (tracing and single-stepping the protocols, with fine-grained control over the reported details).... read more

Posted by Eugene Zaikonnikov 2003-06-25