Firebolt Network Library News
Status: Alpha
Brought to you by:
kmak
Firebolt network library is a network protocol
validation library which is meant to help developers
make their network protocol code easier to develop.
You can write your code in a event driven way.
You can define your states, your events and the
transitions for your state machine that implements
your protocol. Events that arrive through the
network are tested against the state machine and
are delivered only if they are expected from the
state machine.
This release fixes some portability issues with
Mac OS/X and some Unixes. Try it out http://prdownloads.sourceforge.net/fnl/firebolt_v0.3.6.zip?download