1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/documentation/Concept.md
2014-07-04 09:44:07 +00:00

949 B

Concept

The server is designed around the concept of nodes and paths.

A path is a unidirectional connection between two nodes.

Messages from the incoming node get forwarded to the outgoing node.

For bidirectional communication a corresponding path in the reverse direction must be added.

The server is designed to allow multiple outgoing nodes as an extension. @todo This has not been implemented at the moment!

@diafile path_simple.dia

Path

@todo Add documentation

@see path For a detailed descriptions of the fields.

Node

@todo Add documentation

@see node For a detailed descriptions of the fields.

Message

@todo Add documentation

@diafile msg_format.dia

A message contains a variable number of values. Usually a a simulator sends one message per timestep.

@see msg For a detailed descriptions of the fields.

Interface

@todo Add documentation

@see interface For a detailed descriptions of the fields.