Changes between Version 10 and Version 11 of SIMEO


Ignore:
Timestamp:
Jan 17, 2010, 6:30:51 PM (14 years ago)
Author:
ghit.bogdan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIMEO

    v10 v11  
    2323
    2424
    25 == Milestones ==
     25== Framework specifications ==
    2626
    27 1. Hello World simulation on cluster.
    28 
    29 
    30 2. Framework specifications
    31 
    32 2.1 Define system components:
     271 Define system components:
    3328
    3429 * MAIN CONTROLLER - manages the other controllers + load balancing
     
    5045  * CHANNELS - allow agents to communicate
    5146
    52 2.2. Specify communication mechanism
     472. Specify communication mechanism
    5348
    5449 * MAIN CONTROLLER <-> ENVIRONMENT
     
    5752
    5853
    59 2.3. Architecture
     54== Architecture ==
    6055
    6156[[Image(architecture.png)]]
    6257
    6358
    64 3. Implementation
     59== Implementation ==
    6560
    66 TODO.
     61SIMEO framework was implemented in C++ with the requirement of being extensible and the virtual world environment was simulated using the Bullet Physics Library. Channel implementation was realized with OpenMPI, while the Remote Gui protocol is TCP based.
     62Agents provide support for Sensors, Actuators and Communication Channels and can be implemented both in C++ and Java.
    6763
    68 
    69 4. Testing
     64== Testing ==
    7065
    7166TODO.