Open Forty-Bot opened 9 months ago
No idea about wpan-ping, did you tried IPv6 ping with a 6lowpan interface?
I am also not sure how you can specify the address mode short vs extended there :-/
No idea about wpan-ping, did you tried IPv6 ping with a 6lowpan interface?
Yes, this works fine. Although when running wpan-ping
in a namespace I get
socket: Address family not supported by protocol
I don't particularly care about short/extended.
Sorry, I never looked into af802154, this is a whole mess socket interface in my opinion and should be replaced to a newer one. However people still using it and I have a lot of ideas how to improve it... I am also not sure if this socket interface is even namespace aware.
I am asking regarding short/extended because somehow you need to tell wpan_ping what to use and not interpreting short address parameter as extended or vise versa.
This is more of a question than an issue, but I didn't get any response on IRC. I'm trying to get
wpan-ping
to work withhwsim
:I can see packets on both interfaces in wireshark, but I don't see anything on the server. One odd thing I noticed is that
wpan-ping
always binds to0x1000
, even when I specify usingwpan1
.