Changes between Version 13 and Version 14 of SIMEO


Ignore:
Timestamp:
Jan 17, 2010, 7:23:46 PM (14 years ago)
Author:
ghit.bogdan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIMEO

    v13 v14  
    2626
    27271 Define system components:
    28 
     28   
     29   The system's architecture is inspired from the standards provided by FIPA (Foundation for Intelligent Physical Agents) from which are inspired many of the current agents platforms.
     30We present below the components proposed for our system and a brief description:
    2931
    3032 * MAIN CONTROLLER - manages the other controllers + load balancing
     
    4547  * ACTUATORS - apply changes to the environment
    4648  * CHANNELS - allow agents to communicate
     49
     50As during this semester activity we wanted to keep focused over the parallelism issues and communication models, the current implementation does not offer support for load balancing through controllers.
     51The main controller will be responsible for adding agents to the platform and for establishing virtual communication channels. It also relays percepts from environment to sensors and commands from actuators to environment.
     52On the other hand, the agent contains sensors that will continuously monitor the environment, actuators that will apply changes to the environment and also channels that will allow the communication between different agents.
     53
     54
     55
    4756
    48572. Specify communication mechanism