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
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html