Skip to content

Commit

Permalink
Update background.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloparavisi committed Dec 20, 2017
1 parent 0ffa058 commit 94834c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/gams-madara/background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ As can be seen in figure below, the variables are mapped to Knowledge Base by a

However, just set a variable is public does not guarantee that it will be delivered to other agents, you must configure the transport module, stating the type of message (unicast, multicast and Broadcast), the IP address and the port of each agent that should receive the information.

.. image:: images/gams.png
:align: center
:width: 500pt

Above, you can see GAMS diagram, which is build on top of MADARA middleware. GAMS heritage all characteristics. Algorithms developed by users are executed by ``Controller`` by running MAPE Loop. So, the main loop of GAMS can be resumed with following sequence diagram:

.. image:: images/GamsRunLoop.png
Expand Down

0 comments on commit 94834c9

Please sign in to comment.