Re: [6lowapp] Reference implementation
Brian Frank <brian.tridium@gmail.com> Wed, 30 December 2009 18:14 UTC
Return-Path: <brian.tridium@gmail.com>
X-Original-To: 6lowapp@core3.amsl.com
Delivered-To: 6lowapp@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id BCFB73A698F for <6lowapp@core3.amsl.com>;
Wed, 30 Dec 2009 10:14:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5
tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OtkGMc6Pwm0s for
<6lowapp@core3.amsl.com>; Wed, 30 Dec 2009 10:14:36 -0800 (PST)
Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com
[209.85.218.223]) by core3.amsl.com (Postfix) with ESMTP id 5084E3A6972 for
<6lowapp@ietf.org>; Wed, 30 Dec 2009 10:14:36 -0800 (PST)
Received: by bwz23 with SMTP id 23so7880225bwz.29 for <6lowapp@ietf.org>;
Wed, 30 Dec 2009 10:14:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:cc:content-type;
bh=R0d5csQOeij/OnHI0uqhEfpz0HnKM5mszyT1v4OD6wU=;
b=GWmM8m66c0/m8MidxY0Ajuah6CLXF+dsXVIBapH1qDEV56LgJKsPJZJSVLv/m7l+uQ
jiTW8t1KgyIJwsHm+NRKVvFR5NJh4tpap0CCecekxbdyq91mTg7gWJ0auZGHFHWn78tA
jaNeEl8WaR31fUkpzYkI1LXlJzv7RD80axM4w=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:cc:content-type;
b=j9b2Hn3jibMBcu/t3W47NeqYjj4XTcPKqrOWhmpWRQnQ7NIbhBMlGqKxnlXs53+Dl5
Wmdd1x0pTjl1KH3SYZTBA+0F3Qla4TlAMLC+B5cFwXeW6fgswy9lDFJq75rlmKrwTd0x
LBKRfSYz41KJm0FT1qfR7VUASi1U5FYwvSHr4=
MIME-Version: 1.0
Received: by 10.204.14.74 with SMTP id f10mr1341420bka.5.1262196852448;
Wed, 30 Dec 2009 10:14:12 -0800 (PST)
In-Reply-To: <202705b0912300950x41be9b9dgf5e6da59f8548f0@mail.gmail.com>
References: <9e4733910912300911m513f7826uc29d2b6e2abc132e@mail.gmail.com>
<202705b0912300950x41be9b9dgf5e6da59f8548f0@mail.gmail.com>
Date: Wed, 30 Dec 2009 13:14:12 -0500
Message-ID: <7b191a110912301014h8fa4b60n55af83d6eebbe72a@mail.gmail.com>
From: Brian Frank <brian.tridium@gmail.com>
To: Jorge Amodio <jmamodio@gmail.com>
Content-Type: multipart/alternative; boundary=0003255581fa06defe047bf61b35
Cc: 6lowapp@ietf.org
Subject: Re: [6lowapp] Reference implementation
X-BeenThere: 6lowapp@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Application protocols for constrained nodes and networks
<6lowapp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/6lowapp>,
<mailto:6lowapp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/6lowapp>
List-Post: <mailto:6lowapp@ietf.org>
List-Help: <mailto:6lowapp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/6lowapp>,
<mailto:6lowapp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Dec 2009 18:14:37 -0000
It is likely that Tridium will build an open source implementation of CoAP as part of their Sedona framework project (http://sedonadev.org/index.html). Note Sedona's 6LoWPAN stack is *not* open source (they use Jennic's stack), but the CoAP protocol likely will be open source. On Wed, Dec 30, 2009 at 12:50 PM, Jorge Amodio <jmamodio@gmail.com> wrote: > I second Jon's question, I'm planning to put together a reference > implementation > using a Microchip MCU and MRF24J40 but besides Contiki, ArchRock and few > more incomplete efforts it's hard to find an active open reference > implementation. > > Any pointers ? suggestions ? > > Regards > Jorge > > On Wed, Dec 30, 2009 at 11:11 AM, Jon Smirl <jonsmirl@gmail.com> wrote: > > What are the plans for a 6lowapp reference implementation? > > > > For example there is a 6lowpan implementation in Contiki, but nobody > > is updating it to track the current proposals. > > Does a ROLL reference implementation exist? > > > > -- > > Jon Smirl > > jonsmirl@gmail.com > _______________________________________________ > 6lowapp mailing list > 6lowapp@ietf.org > https://www.ietf.org/mailman/listinfo/6lowapp >
- [6lowapp] Reference implementation Jon Smirl
- Re: [6lowapp] Reference implementation Jorge Amodio
- Re: [6lowapp] Reference implementation Brian Frank
- Re: [6lowapp] Reference implementation Jon Smirl
- Re: [6lowapp] Reference implementation JP Vasseur
- Re: [6lowapp] Reference implementation Jon Smirl
- Re: [6lowapp] Reference implementation Jorge Amodio
- Re: [6lowapp] Reference implementation JP Vasseur
- Re: [6lowapp] [Roll] Reference implementation Philip Levis
- Re: [6lowapp] [Roll] Reference implementation Jon Smirl