Skip to content

Latest commit

 

History

History
executable file
·
26 lines (21 loc) · 908 Bytes

File metadata and controls

executable file
·
26 lines (21 loc) · 908 Bytes

Todo

  • 29 May, 2013

Modules

  • Add globally available list of loaded modules

Database Module

  • Remove DBAccess.java and port code into DatabaseModule.java

Communications

  • Test the dedicated channel on RabbitMQ for Agent Controller communication.
  • Implement the communication code for agent to agent communication.
    • Modify the ACNetwork.java file.
    • Modify the Boot.java, readConfigurations() function to read the second queue parameters.
    • Modify the machineConfig file with details for the new queue for agent communications along with routing key and channels.
    • Modify the AgentController.java, Agent.java and any additional communication files.

General

  • Test the AgentController
  • Include example code with agents.
  • Implement agent-to-agent configuration.

Pending Integration

  • JUnit Test Cases
  • Clean-up Javadoc
  • Java Live Graph integration