From 3bc81942721dcbba5af957c3822c63b7161b2091 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 29 Mar 2008 00:40:27 +0100 Subject: * host/mex: - first mex version. --- host/mex/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 host/mex/README (limited to 'host/mex/README') diff --git a/host/mex/README b/host/mex/README new file mode 100644 index 00000000..69e18f10 --- /dev/null +++ b/host/mex/README @@ -0,0 +1,25 @@ +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. + + +Copyright (C) 2008 Nicolas Schodet + +APBTeam: + Web: http://apbteam.org/ + Email: team AT apbteam DOT org + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- cgit v1.2.3