Hello. I had something similar around for a while and it proofed useful for some basic testing on the ieee 802154 level. It also can be used to see if we regress for non-6lowpan use cases like short address and ieee802154 sockets. The only two things missing from my point of view is support for extended addresses and using recvfrom to avoid specifying the client address on server side. Stefan Schmidt (3): wpan-ping: Ping utility on IEEE 802.15.4 level wpan-ping: Add README for some basic usage descriptions. COPYRIGHT: Add my own copyright due to wpan-ping contribution COPYING | 1 + Makefile.am | 3 +- configure.ac | 1 + wpan-ping/Makefile.am | 8 + wpan-ping/README.wpan-ping | 26 +++ wpan-ping/wpan-ping.c | 416 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 454 insertions(+), 1 deletion(-) create mode 100644 wpan-ping/Makefile.am create mode 100644 wpan-ping/README.wpan-ping create mode 100644 wpan-ping/wpan-ping.c regards Stefan Schmidt -- 2.1.0 -- 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