From owner-freebsd-net@FreeBSD.ORG Mon Feb 16 08:36:39 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 2F09216A4CE for ; Mon, 16 Feb 2004 08:36:39 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D6643D2D for ; Mon, 16 Feb 2004 08:36:39 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 2A272651F7; Mon, 16 Feb 2004 16:36:38 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18947-01-5; Mon, 16 Feb 2004 16:36:37 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 716CD651F4; Mon, 16 Feb 2004 16:36:37 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id A449014; Mon, 16 Feb 2004 16:36:36 +0000 (GMT) Date: Mon, 16 Feb 2004 16:36:36 +0000 From: Bruce M Simpson To: Gerasimos Dimitriadis Message-ID: <20040216163636.GO805@saboteur.dek.spc.org> Mail-Followup-To: Gerasimos Dimitriadis , freebsd-net@freebsd.org, dinaish@alphaque.com References: <1076871147.402fbfeb8109f@webmail.auth.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1076871147.402fbfeb8109f@webmail.auth.gr> cc: dinaish@alphaque.com cc: freebsd-net@freebsd.org Subject: Re: 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: Mon, 16 Feb 2004 16:36:39 -0000 On Sun, Feb 15, 2004 at 08:52:27PM +0200, Gerasimos Dimitriadis wrote: > 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. I'm thinking it might be worth creating another Perforce branch for experimentation with MANET routing protocols. BMS (feeling slack, as I haven't finished my AODV implementation, and the Leiden/BAWUG folks were chasing me for it!)