== System Design == This page describes the organization of the components and various layers in Livido. == Livido Interface == * Components * Layered Design * Protocol = Livido Components = * [wiki:Atoms Atoms (low level layer)] * [wiki:Primitives Primitives (middle or mediation layer)] * [wiki:Parameters Parameters] * [wiki:Channels Channels] * [wiki:Instance Instance] = Protocol = todo: * describe responsabilities/behaviour of each component * define contraints of each component (includes interaction rules) * composition (what sub components are part of it, i.e diagrams) * processing (methods of creation, initialization and cleanup, describe how responsabilities are met) * detailed sub system design