[core] Miscellaneous HTTP mapping related questions

"Angelo P. Castellani" <angelo@castellani.net> Wed, 02 March 2011 11:15 UTC

Return-Path: <angelo.castellani@gmail.com>
X-Original-To: core@core3.amsl.com
Delivered-To: core@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id F38A13A6969 for <core@core3.amsl.com>; Wed, 2 Mar 2011 03:15:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.977
X-Spam-Level:
X-Spam-Status: No, score=-2.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
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 rdhUFI1AL9ze for <core@core3.amsl.com>; Wed, 2 Mar 2011 03:15:06 -0800 (PST)
Received: from mail-qw0-f44.google.com (mail-qw0-f44.google.com [209.85.216.44]) by core3.amsl.com (Postfix) with ESMTP id 2B3883A685D for <core@ietf.org>; Wed, 2 Mar 2011 03:15:05 -0800 (PST)
Received: by qwh6 with SMTP id 6so4937029qwh.31 for <core@ietf.org>; Wed, 02 Mar 2011 03:16:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=GNg/vIbXmPmMQhsAoZUzr+FGNI1tdhAH2GJst9RTcWA=; b=Y57ACtNQYFe+3PVPoSqYFfolwwuwlvGmjjrjnQLK+P8aCKyvufeUOSiSN8TZpA5tui 60sJuO1axWphGvMUIpnNh5HUl3qmb23ht6JJ0poxaSFF0WEzOK/QjPYymvQcTDB5lkPl Gn1IToA2hzREwJrgQIT/p6SDJntMENnABTb8s=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=YcC7wDsq/5xqmGTo+lIf/NvlmnOtc6kaonMNCN9tJ6WuOjhwpELjijlegqfJ7I71Xf qQMGV1nhPNN0R/ZtWs/CUdqhr3BP0YbK6f3DJh8uWGk88NlZZNQqDyTjPuffkPLMTzFf w1jG+RcbmzsNfDfKKt1VcL7GJ+VwFHR3DcgXs=
Received: by 10.229.91.3 with SMTP id k3mr6273680qcm.84.1299064570068; Wed, 02 Mar 2011 03:16:10 -0800 (PST)
MIME-Version: 1.0
Sender: angelo.castellani@gmail.com
Received: by 10.229.238.71 with HTTP; Wed, 2 Mar 2011 03:15:50 -0800 (PST)
From: "Angelo P. Castellani" <angelo@castellani.net>
Date: Wed, 02 Mar 2011 12:15:50 +0100
X-Google-Sender-Auth: WaF4xd8ByjqUWJBYzop1ZpHinjY
Message-ID: <AANLkTimLMDMs7bUPa5uTrLc6FCU8839PJFf638JfDf3j@mail.gmail.com>
To: core <core@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Subject: [core] Miscellaneous HTTP mapping related questions
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Mar 2011 11:15:07 -0000

Hi all,

after the last interim meeting, I have various open questions about
the current coap/observe design:

a) In coap-04 there is no reference to intercepting (transparent)
proxies. Is compatibility with intecepting proxies important and
required for CoRE?

b) In observe-01 examples a direct mapping of HTTP bidirectional is
missing. Do we believe that it is a required and important feature?

( See https://datatracker.ietf.org/doc/draft-loreto-http-bidirectional/
for an extensive discussion about these techniques. )
( See https://datatracker.ietf.org/doc/draft-castellani-core-http-coap-mapping/
for a possible mapping of these to observe. )

c) In coap-04 multicast is supported. Is important to evaluate a
standard mapping of a single HTTP request/response to a multicast CoAP
request and related responses?

( https://datatracker.ietf.org/doc/draft-castellani-core-http-coap-mapping/
contains a brief discussion about this, and in my opinion this mapping
should be realized using a single TCP connection mapped to multicast
UDP by the HTTP/CoAP proxy. )

My answer is yes for all the above questions. What is the WG position
about this questions?

Best,
Angelo