From owner-freebsd-wireless@FreeBSD.ORG Fri Sep 16 13:42:56 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 220C5106566B for ; Fri, 16 Sep 2011 13:42:56 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id DD3D38FC13 for ; Fri, 16 Sep 2011 13:42:55 +0000 (UTC) Received: by yxk36 with SMTP id 36so3615080yxk.13 for ; Fri, 16 Sep 2011 06:42:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=EqBxciIVlzozhiDoh+DPtHFATnR3YyXQkl48umzw2Z0=; b=g42aGOM/R2oRGW3M0E9rT+IVJzOIK6nnGaTcGraR4PrZRrp4EiTUo8RDuLqypzje+m HrWewCdJ8sa7k8S+yaViRYYw4XU3rdDa0wbISjIwE9L3+pl3zETNA79H3t+pXDUrg2UQ xFTATJ2zeDJPm/qLX5vv/jJgTBfmJD9l17Go4= MIME-Version: 1.0 Received: by 10.42.146.7 with SMTP id h7mr1695794icv.197.1316180575098; Fri, 16 Sep 2011 06:42:55 -0700 (PDT) Received: by 10.42.97.6 with HTTP; Fri, 16 Sep 2011 06:42:55 -0700 (PDT) Date: Fri, 16 Sep 2011 15:42:55 +0200 Message-ID: From: Monthadar Al Jaberi To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: FreeBSD IEEE80211s Simulator X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2011 13:42:56 -0000 Hi everyone, https://github.com/monthadar/FreeBSD-IEEE80211s-simulator How can I develop the mesh code and verify that the code works without having lots of hardware with long error prune setups? My answer to this is faked wifi devices. This is an initial release of a simulator that I wrote to help debug the mesh code of FreeBSD. More info is on github. I hope this will make it easier for more people to help out with mesh code, and other net80211 code. Please try it :) In the hope it is useful for someone. br, -- //Monthadar Al Jaberi