From 680e50567564b1a57038e6bf476fdf8016f83fe7 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 16 Nov 2008 13:40:20 +0100 Subject: * host/mex: - added documentation for the mex library. --- host/mex/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'host/mex/README') diff --git a/host/mex/README b/host/mex/README index 69e18f10..72fa50ac 100644 --- a/host/mex/README +++ b/host/mex/README @@ -1,7 +1,10 @@ mex - Message Exchange library. -This library permit exchange of messages between several nodes using a central -hub, and maintain a virtual date, synchronised between all nodes. +This library is a scheduler and message exchange system between several nodes +connected to a central hub using TCP. Every nodes can exchange messages +easily, and share a common virtual date which is incremented only when all the +nodes are idle. This is the basis for a simulated environment composed of +several processes. Copyright (C) 2008 Nicolas Schodet -- cgit v1.2.3