 |
|
Innovation award
 Nominee: 1x |
This class can be used to implement an automated dialog robot using finite state machines.
The class can be configured to define input text strings under each state, response strings and the new states to assume when the specified input texts appear.
It can act as an automated chat robot that can be hooked to a remote console via telnet or other networking protocol.
Other possible applications: text file parser, command line interpreter etc.
|
|
| Name: |
FSM Chat |
| Base name: |
fsmchat |
| Description: |
Automated dialog robot using finite state machines |
| Version: |
- |
| PHP version: |
- |
| License: |
Freely Distributable |
| All time users: |
1562 users |
| All time rank: |
2217 |
| Week users: |
1 user |
| Week rank: |
2108  |
| |
|
 November 2005
Number 3
Prize: One downloadable copy of Roadsend PHP Compiler |
Building robots to access remote servers and execute complex operations is often difficult task. Depending on the responses of the servers, the robot may need to respond differently to execute the intended operations.
This class provides a solution that simplifies the construction of software robots. It uses finite state machines to help the robot know where it is on each operation step and what it should do next depending on the server response.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| FSM Parser |
Generic parser using FSM |
| |
Files |
|
|