Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] LWM2M 1.1 next steps
  • From: Scott Bertin <Scott.Bertin@xxxxxxxxxx>
  • Date: Wed, 31 Jul 2019 15:51:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=ametek.com;dmarc=pass action=none header.from=ametek.com;dkim=pass header.d=ametek.com;arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=e1MK36A7XV7SPXc+Pm6rf/CRphswV6mozsCBHJWSyRM=; b=GIxy10AnQgVW3ZG34McizjfkF/5sreaGsqENfrihpAC3lJ37ogPQ56g/I+JJSQy/UR63yy0CmQ2WhD1fzfe2qqvK6Xa6zH6uEe3/bW+bHdtLooOsk8qL8Yj5Ou2on1SpH67qbmhUbu/ykhaUCBivFZ2LBH/SNwf1g8UpO2ziBiJHI2xglmcgB7OHA9CSai/b8CjUotJKX/8DwNb2Voa/iIQLimAqXmNqA6TZF00R7+D94apBamKJmql+cLkPaiV+cQithzZjo820htVgwC+8y0S5xKIFYNrjlhSP6j80YmIDrROZwjStQpHgDa1s278Z7pRxMtiZpStXvR/01TX3+g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UTNYSfukDi7th8Geylg+DRXVP/KGFscZZ0/jPV4X5uBL3SSF7ADLrV1BYN3JQiNtfksZU++ZlYzlcFkJ4Hr+PPMEoDf/jRKICFHpB5D/BpwlwpjtgCFg+1VYhfbCPdNOvwJKmPYl6aS/86JDVnZZ4QMoDtMB3ZtAzwyFmli8v23yr8iddH3q3hkKP0YmGBALGRPI/y2f1YC0uy1whm1s+psSFN7p2StvTwu2NT1DulbDlhTr6fJTWxXlGMOhB3skR7jpSeFlL+IRpXT7aTHwfnudjiZajK5Cp5YSxcSnvdeZizxUtc5S6v4fv14C4OOX0KwSVvYtMoCo6nAi4BJSeQ==
  • Delivered-to: wakaama-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/wakaama-dev>
  • List-help: <mailto:wakaama-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/wakaama-dev>, <mailto:wakaama-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/wakaama-dev>, <mailto:wakaama-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdTJIi8nNaJ0qjoFTkmwWLwhcJVQ9AAHo9sgAADjE0AGo3PacBMR85OgAiPk1eABZIqd0AJe5XTw
  • Thread-topic: LWM2M 1.1 next steps

I’ve completed my work for SenML-CBOR support. I ended up writing my own parser/serializer because cn-cbor was requiring too much RAM.

 

Regards,

Scott

 

Scott Bertin
Sr Firmware Engineer
P: +1 678-264-2042 | C: | Scott.Bertin@xxxxxxxxxx
3225 Cumberland Boulevard
Suite 300 | Atlanta | GA 30339 | Telular.com

From: wakaama-dev-bounces@xxxxxxxxxxx <wakaama-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Bertin
Sent: Friday, July 19, 2019 11:31 AM
To: Wakaama developer discussions <wakaama-dev@xxxxxxxxxxx>
Subject: Re: [wakaama-dev] LWM2M 1.1 next steps

 

***NOTICE*** This came from an external source. Use caution when replying, clicking links, or opening attachments.

I’ve completed the Read-Composite and Send operations. They can be found in https://github.com/sbertin-telular/wakaama/tree/lwm2m_1.1.

 

Here is what I see still needs to be implemented (no particular order):

  • New attributes (Minimum/Maximum evaluation period) and attributes at the resource instance level. Attributes as a whole could use a rework to be compliant.
  • Write-Composite. With the current Wakaama design I’m not sure this can be implemented atomically.
  • Observe-Composite
  • Cancel Observation-Composite
  • TCP binding. David Navarro has said (wakaama-dev 2/20/2019) that he has already implemented it, but it hasn’t been released yet.
  • LWM2M 1.1.1 compatibility changes
  • New optional resources in objects for the client example
  • OSCORE. David Navarro has said (wakaama-dev 2/20/2019) someone is working on this.
  • SenML-CBOR. Ideally this would be based on whatever CBOR is used for the OSCORE support to prevent having multiple CBOR parsers/serializers.
  • Enforcing access control. LWM2M 1.1.1 makes this optional for an “Access Control-Disabled” configuration where only 1 server is supported.

 

For my immediate needs all that is missing is SenML-CBOR support. I plan to implement SenML-CBOR support based on cn-cbor, which I am already using. I understand that the license may or may not be acceptable to the Eclipse Foundation, so it may not ever get merged into Wakaama.

 

After that I will be taking a break from Wakaama development to merge all the latest changes into my codebase. When pull requests start getting feedback/merged into Wakaama again I’ll support them and getting my latest changes merged cleanly.

 

Regards,

Scott Bertin

Scott Bertin

Sr Firmware Engineer

P: +1 678-264-2042 | C: | Scott.Bertin@xxxxxxxxxx

3225 Cumberland Boulevard
Suite 300 | Atlanta | GA 30339 | Telular.com


Back to the top