70 likes | 164 Vues
Explore a directory service utilizing a web services framework to locate agents in an architecture setup. See how agents arrive at agencies in a simulated environment and trigger XML file exchanges. Dive into coding aspects for state management and code movement. Witness the integration and completion of all simulation modules in this demo.
E N D
Demonstration of Mobile Agents for Ubiquitous Transactions By Aravind
What is being demonstrated? A directory service using webservices framework. This is used in my architecture to locate agents by agencies.
Main components : Two Directory Services XML file repositories
Agent Arrival Simulation: Here What I did is I have a normal tcp/ip client and a server. The server is located at the agency. Now the client calls the server. This is like an agent arriving at an agency server. The server will tell the other agencies about the agents arrival by sending a xml node to them. Output: An XML file is created at the other agency.
Simulation Agency-1 Directory1 Directory1 Update Directory (simulation create filexm2.xml) Agency -2 Directory2 Directory2 Send agents arrival to Directory2
What else Accomplished? Finished code for saving state Finished code for moving code What is left out? Combining all the modules