Re: [core] RSSI in SenML

Carsten Bormann <cabo@tzi.org> Wed, 22 March 2017 18:52 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 2C264129B7E for <core@ietfa.amsl.com>; Wed, 22 Mar 2017 11:52:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bc5gh4U9lUzH for <core@ietfa.amsl.com>; Wed, 22 Mar 2017 11:52:19 -0700 (PDT)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C94F01294C7 for <core@ietf.org>; Wed, 22 Mar 2017 11:52:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost.informatik.uni-bremen.de [134.102.201.11]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id v2MIqF8O011152; Wed, 22 Mar 2017 19:52:15 +0100 (CET)
Received: from [192.168.217.124] (p5DCCCDC2.dip0.t-ipconnect.de [93.204.205.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 3vpJhH1kDszDHd2; Wed, 22 Mar 2017 19:52:15 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <0A3A3346-9B5D-48B7-BB52-6DEE39A91200@iii.ca>
Date: Wed, 22 Mar 2017 19:52:14 +0100
Cc: core <core@ietf.org>
X-Mao-Original-Outgoing-Id: 511901534.48828-4617760abbf218b13ad64691d29fc99d
Content-Transfer-Encoding: quoted-printable
Message-Id: <41989F03-35A9-4C76-9626-696FE123AFBC@tzi.org>
References: <0A3A3346-9B5D-48B7-BB52-6DEE39A91200@iii.ca>
To: Cullen Jennings <fluffy@iii.ca>
X-Mailer: Apple Mail (2.3259)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/95hJlwQW3RXgWogrDWY9TwK4o2U>
Subject: Re: [core] RSSI in SenML
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.22
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: Wed, 22 Mar 2017 18:52:20 -0000

> On 22 Mar 2017, at 19:47, Cullen Jennings <fluffy@iii.ca> wrote:
> 
> 
> I got a request to add RSSI to the table in 12.1 of  of SenML 
> 
> Symbol: RSSI 
> 
> Description: Received signal strength indication
> 
> Type: float 

RSSI is a quantity (an ill defined one).

Table 12.1 is about units.

Is there a unit that RSSI tends to use?

(For certain Cisco devices, that would be “percent”.
Other devices try to express their signal strength indications in dBm (typically a negative value approximately from -30 to -120).
But I don’t think there is any industry-wide way to do this.)

Grüße, Carsten