RAA - fsmgen

fsmgen / 0.1

Short description: A simple finite state machine class and generator
Category: Library/Networking
Status: alpha
Created: 2004-11-02 20:49:40 GMT
Last update: 2004-11-02 20:49:40 GMT
Owner: probertm (Projects of this owner)
Homepage: http://rubyforge.org/projects/fsmgen/
Download: http://rubyforge.org/frs/?group_id=434
License: PublicDomain
Dependency:
None
Description:

This is a class library and generator for a simple finite
state machine. The application is to make simple TCP / UDP
servers easy to write. This is done using a YAML file to define the server and then using a generator to create a default server and client template. These templates are then modified to add "real" responses, rather than the default of sending strings back.

Please contact the author for a copy of the code.

Edit this project (for project owner)

back to RAA top