summaryrefslogtreecommitdiff
path: root/host/mex/README
diff options
context:
space:
mode:
authorNicolas Schodet2008-11-16 13:40:20 +0100
committerNicolas Schodet2008-11-16 13:40:20 +0100
commit680e50567564b1a57038e6bf476fdf8016f83fe7 (patch)
tree50ede8190714074377a3ed31e79e1de747f2a377 /host/mex/README
parent76532e8ad85d061f56c481b23c05b8d7a57d94e4 (diff)
* host/mex:
- added documentation for the mex library.
Diffstat (limited to 'host/mex/README')
-rw-r--r--host/mex/README7
1 files changed, 5 insertions, 2 deletions
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