All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: "Michael C. Cambria" <mcc@fid4.com>
Cc: linux-wpan@vger.kernel.org
Subject: Re: [ANNOUNCE] wpan-tools 0.3 released
Date: Thu, 11 Dec 2014 17:31:22 +0100	[thread overview]
Message-ID: <20141211163116.GA21527@omega> (raw)
In-Reply-To: <5489B215.20707@fid4.com>

On Thu, Dec 11, 2014 at 10:02:45AM -0500, Michael C. Cambria wrote:
> 
> On 12/07/2014 04:54 PM, Alexander Aring wrote:
> >
> >ok. Read introductions at [0]. Begin at "Bring up 6LoWPAN" section. For
> >the at86rf230 you should have default a wpan0 interface. If you use
> >wpan-tools simple type "iwpan" and read the help for setting address
> >information. I think for at86rf230 you need to set the panid only, phy
> >settings should be transceiver defaults and short address isn't supported
> >for 6LoWPAN (except broadcast address, of course). The documentation is a
> >little bit outdated currently.
> [deleted]
> >
> >If you need help simple ask here or for better fast live supporting you
> >can contact me via IRC #linux-wpan on irc.freenode.net. Ping between two
> >nodes should be an easy setup. - Alex [0]
> >http://linux-zigbee.sourceforge.net/cgi-bin/trac.cgi/wiki/GettingStarted-0.2
> >-- To unsubscribe from this list: send the line "unsubscribe linux-wpan"
> >in the body of a message to majordomo@vger.kernel.org More majordomo info
> >at http://vger.kernel.org/majordomo-info.html
> 
> I'm using bluetooth-next, and it boots and seems to find the openlabs.co
> adapter just fine.
> 
> GettingStarted-0.2 describes the "iz" command.  I don't have "iz".  I
> built/installed on the Pi itself, downloaded from
> http://wpan.cakelab.org/releases/.  I do see an iwpan command installed (see
> below).Are there more user tools or do we just substitute iz with iwpan?
> 
yes, lowpan-tools will be deprecated soon, which means the netlink
interface will be removed... maybe in the next three kernel versions.

> Once an IPv6 address is assigned to wpan0, should I be able to ping wpan0
> from an IPv6 address on a different box?  I ask because I only have one Pi
> at the moment and can't test radio to radio.
> 

No, please forget the complete tutorial with iz.

You need to set a pan_id. "iwpan dev wpan0 set pan_id 0xbeef" or something else
Then create a lowpan interface with:

ip link add link wpan0 name lowpan0 type lowpan

lowpan0 is now your ipv6 interface which use 6LoWPAN.


I will try to make some better new documentation in wpan.cakelab.org
with some asciidoc generated html pages... when I find some time.

- Alex

  reply	other threads:[~2014-12-11 16:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-07 15:08 [ANNOUNCE] wpan-tools 0.3 released Alexander Aring
2014-12-07 17:01 ` Michael C Cambria
2014-12-07 17:13   ` Alexander Aring
2014-12-07 17:19     ` Alexander Aring
2014-12-07 21:39       ` Michael C Cambria
2014-12-07 21:54         ` Alexander Aring
2014-12-11 15:02           ` Michael C. Cambria
2014-12-11 16:31             ` Alexander Aring [this message]
2015-01-06 19:18               ` Maciej Wasilak
2015-01-06 19:44                 ` Alexander Aring
2014-12-12  8:54             ` Stefan Schmidt
2014-12-13  8:55               ` Alexander Aring
2014-12-15  8:29                 ` Stefan Schmidt
2014-12-15  8:35                   ` Alexander Aring

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=20141211163116.GA21527@omega \
    --to=alex.aring@gmail.com \
    --cc=linux-wpan@vger.kernel.org \
    --cc=mcc@fid4.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 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.