AAS – Basic Design
This page contains the basic design of the Autonomous Agent Simulator. This page may change quite a bit at first but should solidify in a few months as I settle into a particular (hopefully very modular and extensible) architecture.
Functionality
The AAS will provide the capability to generate messages for injection into a wide variety of situation awareness, analysis, and modeling systems. Since these systems tend to be very specialized, the message generation code and other components of the system will be customized for each target system.
To create a scenario, the AAS will ingest configuration and data files created or modified for the target system, process these files to create the appropriate internal structures and states, and then produce messages based on this run-time configuration.
To be continued …