From: Stefan Schmidt <stefan@osg.samsung.com>
To: Zhengming Shi <zmingshi@gmail.com>
Cc: "linux-wpan@vger.kernel.org" <linux-wpan@vger.kernel.org>
Subject: Re: Issues about 802.15.4 packet transmission and getting RSSI,LQI info using at86rf233
Date: Tue, 1 Mar 2016 09:48:42 +0100 [thread overview]
Message-ID: <56D5576A.2010406@osg.samsung.com> (raw)
In-Reply-To: <CACP_RqzU5LXKd3dMUDvmg08=BaHBxCvTige1MrBzgiPY4jfgYQ@mail.gmail.com>
Hello.
Sorry for the delay I was on vacation. I suggest you directly address
the linux-wpan mailing list for questions as there are more people that
might be able to help you.
I cc'ed the list now. You might want to subscribe to it for discussions
about work on linux-wpan.
[Resend as vger wants plain text, my fault]
On 21/02/16 07:33, Zhengming Shi wrote:
> Hi, Stefan
>
> I'm working on a project about 6lowpan. Now, I'm using Raspberry Pi
> 802.15.4 radio (based on at86rf233 chip) on the Raspberry Pi B 1. I
> have two RPis, each with a Raspberry Pi 802.15.4 radio hooked up.
> Also, Linux kernel (v4.1.15) is installed in RPi.
Great. You might want to try a development kernel if you are seeking the
latest development. The bluetooth-next git tree has out latest changes.
>
> The two nodes can ping successfully via ping6 and wpan-ping, but now I
> want to make the two nodes transmit/receive packets normally. I'm a
> newer about it, I want to know if I need to write some codes to
> implement it, if not, do you have any suggestions about how to make
> it? thank you very much!
The normal way of transfer data over a correctly setup 6lowpan would be
the ipv6 socket interface of the Linux kernel. Thanks to the 6lowpan
adaptation layer there should be no extra steps involved after setting
up your nodes.
>
> Also, I want to get RSSI and LQI info during the node communication. I
> saw an issue you released several days ago
> (https://github.com/linux-wpan/wpan-tools/issues/6), I want to know
> how long the implementation for wpan node dump functionality will be
> done.
There is no timeline for it. We noted this issue down as we know it is
missing. So far nobody started to work on it.
> If it cannot be implemented currently, can I get these info (RSSI,
> LQI) via other methods? I also saw another similar issue
> (http://www.spinics.net/lists/linux-wpan/msg02513.html) on Internet,
> it is suggested to '/echo $(( 0x`cat
> /sys/kernel/debug/regmap/spi32766.0/registers | sed -ne "s/06:
> \(.*\)/\1/p"` & 0x1f ))/', when I tried it via ping6, I found there is
> nothing in the directory '/sys/kernel/debug'. If the reason is as the
> debug mode is off, if so, how can I start the debug mode? thank you
> very much!
>
My first guess would be that you did not mount debugfs. Try doing that
first.
regards
Stefan Schmidt
parent reply other threads:[~2016-03-01 8:48 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CACP_RqzU5LXKd3dMUDvmg08=BaHBxCvTige1MrBzgiPY4jfgYQ@mail.gmail.com>]
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=56D5576A.2010406@osg.samsung.com \
--to=stefan@osg.samsung.com \
--cc=linux-wpan@vger.kernel.org \
--cc=zmingshi@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox