Re: [core] CoAP resource discovery and DNS-SD

Carsten Bormann <cabo@tzi.org> Fri, 13 May 2022 23:25 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 23EA5C19E87E; Fri, 13 May 2022 16:25:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level:
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BilxclEAjHlg; Fri, 13 May 2022 16:25:13 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F2D1C19E879; Fri, 13 May 2022 16:25:13 -0700 (PDT)
Received: from [192.168.217.118] (p5089ad4f.dip0.t-ipconnect.de [80.137.173.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4L0PrQ60YMzDCbY; Sat, 14 May 2022 01:25:10 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <Yn7nnX096f0LdonI@faui48e.informatik.uni-erlangen.de>
Date: Sat, 14 May 2022 01:25:10 +0200
Cc: core@ietf.org, dnssd@ietf.org
X-Mao-Original-Outgoing-Id: 674177110.362337-f262b7a1ecb8ef0f3c3f53de1bad7e29
Content-Transfer-Encoding: quoted-printable
Message-Id: <C813906A-E7EB-4A69-9E94-14528E49E607@tzi.org>
References: <Yn7nnX096f0LdonI@faui48e.informatik.uni-erlangen.de>
To: Toerless Eckert <tte@cs.fau.de>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/-ewDMo52cOFF54spQnSUaNkJGmw>
Subject: Re: [core] CoAP resource discovery and DNS-SD
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/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: Fri, 13 May 2022 23:25:17 -0000

On 2022-05-14, at 01:19, Toerless Eckert <tte@cs.fau.de> wrote:
> 
> How is this done in CoAP ?

https://datatracker.ietf.org/doc/html/rfc6690#section-4.1

Note that only one search parameter is provided.

If more complexity is desirable, it would of course be easy to expand this to more than one search parameter.

Grüße, Carsten