[6lowapp] Newbie questions

Kerry Lynn <kerlyn2001@gmail.com> Mon, 02 November 2009 13:32 UTC

Return-Path: <kerlyn2001@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 DF3B03A6A2E for <6lowapp@core3.amsl.com>; Mon, 2 Nov 2009 05:32:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
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 9F-SkZHVgcCX for <6lowapp@core3.amsl.com>; Mon, 2 Nov 2009 05:32:08 -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 E449F3A69C0 for <6lowapp@ietf.org>; Mon, 2 Nov 2009 05:32:07 -0800 (PST)
Received: by bwz23 with SMTP id 23so6325073bwz.29 for <6lowapp@ietf.org>; Mon, 02 Nov 2009 05:32:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Jq0n74ae7bb6nyv0ztPT5+P/26wf1K5KqifbvRr3oCM=; b=a3k3e0W3FCRf7wUp54JF7UufcDX7cV4lP/seyg7XIJ4b4n1tSv3tl/XEh1AcP6e+iO iFneO1Vj3RuNoedFbsFFwkeaxDbkpV3mx6W5NuSN3ICjM8B0nkZe3XN3DO3nx5kZ8BMt GeGWp/BmFZr7y9ZyeCVb/7OjqqMlAQRTMlGuE=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kzb8txY+O4kbDB1mYYozd3r+t7EjezduATtj6fyxNKIdwkWXj6dMSjf653mFIYZrsH FCgkBPUwYXicli6VITWecfRL0DqbgUZsdGHgJA2Z6rg2CrHLWcv5a1/vfP1JbpvtW3DP duCm8Ix02xIEZLQSMxaeHMBn3/w498EdmTurM=
MIME-Version: 1.0
Received: by 10.204.141.18 with SMTP id k18mr3894237bku.139.1257168742142; Mon, 02 Nov 2009 05:32:22 -0800 (PST)
Date: Mon, 2 Nov 2009 08:32:22 -0500
Message-ID: <3fe58b590911020532w57049a23n6d64853ec8fbf891@mail.gmail.com>
From: Kerry Lynn <kerlyn2001@gmail.com>
To: 6lowapp@ietf.org
Content-Type: text/plain; charset=ISO-8859-1
X-Mailman-Approved-At: Mon, 02 Nov 2009 06:05:28 -0800
Subject: [6lowapp] Newbie questions
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: Mon, 02 Nov 2009 13:38:38 -0000

Greetings,

My name is Kerry Lynn and I hope to contribute to this effort remotely.  I
am an independent contractor working in the area of building automation
and have worked previously in Cisco and Apple network engineering in
addition to supporting university research into constrained devices.  I
hope you will bear with what may be foolish questions as I come up to
speed:

I tried to access the audio stream and jabber feed from yesterday's
meeting but was unable to do so.  Is IETF registration necessary?

Is it the consensus of the group to support peer-to-peer as well as
server-based configurations?  The first is what I'd term the "one light,
one switch" scenario while the latter would include DHCP, DNS, etc.
and perhaps application proxy support.

Has anyone considered something like T/TCP as a candidate for
transaction support?  I know it has been traditionally implemented
as a superset of TCP but I suspect it could be much simpler than
full TCP if used in a controlled environment such as local
communication with a full TCP/HTTP/REST proxy.  The security
concerns could be addressed simultaneously.

Has anyone proposed mDNS/DNS-SD as an alternative to SLP?
Does anyone have a feeling for how one client implementation
compares to the other in terms if complexity?

Thanks, -K-