|
Program 1
(formatted in two frames) | Short client and server applications that show the basic steps needed when communicating between agents. Make sure an ANS is running and then start the Server, followed by the Client. The example does a very basic send/reply exchange between the two agents. (In order to make the example concise and easily digetable, you will notice that there is a general lack of error handling and a frequent use of constant values instead of variables in this code.) |
|
Program 2
(not yet complete) | This sample program expands on Program 1 by adding error checking and better programming methodolgies. |
|
Program 3
(same as Example1, but, formatted all on one page) | Short client and server applications that show the basic steps in communicating between agents. |