All of lore.kernel.org
 help / color / mirror / Atom feed
From: bruno randolf <br1@einfach.org>
To: Henning Rogge <rogge@fgan.de>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Get adhoc signal strength and bandwith from userspace
Date: Wed, 21 May 2008 12:13:01 +0200	[thread overview]
Message-ID: <200805211213.01980.br1@einfach.org> (raw)
In-Reply-To: <200805211106.42682.rogge@fgan.de>

On Wednesday 21 May 2008 11:06:42 Henning Rogge wrote:
> Hello,
>
> I'm looking for an easy way to get average signal strength and bandwith for
> each communication partner in adhoc mode. I know this could be done with
> radiotap headers, but this would require to parse all incoming frames,
> which can consume lot's of cputime on embedded devices.
>
> Is there a userspace interface to get the bandwith and average signal
> strength of the communication partners in the 802.11 layer ?

i don't think that exists yet, but i'm interrested in something like that too, 
and i guess most people involvend in mesh networking protocols and metrics.

however i think "average signal quality" and "thruput" is a bit much to ask 
for (average over which period of time? weighted average? moving average?) - 
how about signal/noise of the last packet, physical rate and bytes in/out 
instead? you can average and calculate bandwidth in userspace.

now a question to the mac80211 maintainers: would that be something to be 
implemented with nl80211? 

bruno

  reply	other threads:[~2008-05-21 10:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-21  9:06 Get adhoc signal strength and bandwith from userspace Henning Rogge
2008-05-21 10:13 ` bruno randolf [this message]
2008-05-21 10:23   ` Henning Rogge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200805211213.01980.br1@einfach.org \
    --to=br1@einfach.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rogge@fgan.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.