[dtn-users] How to get wifi signal strength in ad hoc mode

Ahmad Zainudin <ahmad.zainudin.milist@gmail.com> Thu, 01 October 2015 13:12 UTC

Return-Path: <ahmad.zainudin.milist@gmail.com>
X-Original-To: dtn-users@ietfa.amsl.com
Delivered-To: dtn-users@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 510CB1B2CAB for <dtn-users@ietfa.amsl.com>; Thu, 1 Oct 2015 06:12:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jsFZ5I5_cO5u for <dtn-users@ietfa.amsl.com>; Thu, 1 Oct 2015 06:12:09 -0700 (PDT)
Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF9C41B2CAA for <dtn-users@irtf.org>; Thu, 1 Oct 2015 06:12:08 -0700 (PDT)
Received: by lahh2 with SMTP id h2so74410312lah.0 for <dtn-users@irtf.org>; Thu, 01 Oct 2015 06:12:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=3XLhSM3TARnLlH0vl2QKKkuwGboOb4YkD5l82DGbR5I=; b=I3TL+drCZfGghhtjYAUueSl7XoOQMKYFYdmxg4Cm4RScJSKGo0hugK5MdRIO71+la6 8tJeGqAAP7Wu2uAiaHOhLhhIKX04ZcyVIp2NXa9v+c9NexnidJq9beaO0Aqgt/ibM6HX Gi4XI7TyBr1YdpTLZ09ggyPlpQ0UUeN4ubo2/lsKtKBLgMVgCJCco7h9djrrEGImTLBm MqhBaDLN5FwbWDNhe6TRylj/jylQkrsVB4d+w0Jg+F95bkuix5HZKOGzd2BGrUvbQCg2 cgiKxxfmbCNDbf0pctxk/z8P7A7KMLywdiDVqGPUd8pGQfCHSjU0RKjpmCZQRpLSnBZx WK8A==
MIME-Version: 1.0
X-Received: by 10.152.26.135 with SMTP id l7mr3013611lag.59.1443705127057; Thu, 01 Oct 2015 06:12:07 -0700 (PDT)
Received: by 10.25.21.158 with HTTP; Thu, 1 Oct 2015 06:12:07 -0700 (PDT)
Date: Thu, 01 Oct 2015 20:12:07 +0700
Message-ID: <CAGO8Fv66b-aFFmA-8142QuX2rAMZUuXNUwFJtUVaMeEoup4MRg@mail.gmail.com>
From: Ahmad Zainudin <ahmad.zainudin.milist@gmail.com>
To: dtn-users@irtf.org
Content-Type: multipart/alternative; boundary="089e0160c2be423ec905210acbdb"
Archived-At: <http://mailarchive.ietf.org/arch/msg/dtn-users/5w0HZL4pphA_gV_4MMNRWrqzs3o>
Subject: [dtn-users] How to get wifi signal strength in ad hoc mode
X-BeenThere: dtn-users@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "The Delay-Tolerant Networking Research Group \(DTNRG\) - Users." <dtn-users.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/dtn-users>, <mailto:dtn-users-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dtn-users/>
List-Post: <mailto:dtn-users@irtf.org>
List-Help: <mailto:dtn-users-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/dtn-users>, <mailto:dtn-users-request@irtf.org?subject=subscribe>
X-List-Received-Date: Thu, 01 Oct 2015 13:12:10 -0000

Hai All,

I am trying to modify a flood routing that selects 2 devices (as
intermediate node) to communicate with according to their signal strength.
Can anyone please help me on how i can get the signal strength of currently
connected devices in an ad hoc mode.

Thanks,
Zai