From owner-freebsd-net@FreeBSD.ORG Sun Feb 15 10:52:46 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FAF16A4CE for ; Sun, 15 Feb 2004 10:52:46 -0800 (PST) Received: from hermes.ccf.auth.gr (hermes.ccf.auth.gr [155.207.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 906E443D1F for ; Sun, 15 Feb 2004 10:52:45 -0800 (PST) (envelope-from gedimitr@auth.gr) Received: from localhost (philippos2.ccf.auth.gr [155.207.1.23]) by hermes.ccf.auth.gr (8.12.10/8.12.10) with ESMTP id i1FIqRt2016684; Sun, 15 Feb 2004 20:52:28 +0200 (EET) Received: from thes530-d122.otenet.gr (thes530-d122.otenet.gr [212.205.227.122]) by webmail.auth.gr (IMP) with HTTP for ; Sun, 15 Feb 2004 20:52:27 +0200 Message-ID: <1076871147.402fbfeb8109f@webmail.auth.gr> Date: Sun, 15 Feb 2004 20:52:27 +0200 From: Gerasimos Dimitriadis To: freebsd-net@freebsd.org, dinaish@alphaque.com Organization: Department of Electrical & Computer Engineering, Aristotle University of Thessaloniki, Macedonia, Greece MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 212.205.227.122 X-Virus-Scanned: by helios.ccf.auth.gr. Virus data file v4323 created Feb 11 2004 Subject: Netgraph Module for multihop ad hoc networks X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2004 18:52:46 -0000 Dear all, I have just finished a netgraph node which enables the formation of multihop ad hoc networks. It routes data packets according to their hardware addresses using a link state algorithm, namely GSR. The source tarball can be obtained at: http://newton.ee.auth.gr/ng_daphne/ng_daphne-1.0.tar.gz The code is still quite rough and definitely could be improved. Nevertheless, it is stable and operating. I would be grateful for any comments or improvement suggestions. Best regards, Gerasimos Dimitriadis --