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: Fri, 19 Jul 2019 15:31:03 +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=2QgtIFZ//IzgUK/Z5hONMt66iigNgidivEX6QtUNtUU=; b=hC6/zf6cHSdX4acCJH8JF7vLh3HR9He6YyhXuxOolAiHjUTDdJqcipaMTUcsQVs53pSEnifrsKXhzx1D/CVaZBlCIo4Nn4jnePNjPD+KJvLZcOM4ULH7soupHb3hPRfxngSH4rxSfnW0tbXdZqCdaeFk85c/QgwryHJHxF97jDbzVKnBptGQmNAV9qdrU9lwAB8T44xK6KnYIuyCd/x4EhVAilIphJtJyRfS9g7e+0tSPmC9VaPxSanelwXx4o3T3Ig8AO8qPamlfLi0pvSbJuQPeFudw7ZVFugMOXwiSGRCUzrQ7Shy161X/ybDar0Y17GJbbNFGvNob7DYhp9KnA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cuUTrV7Z32RSzu0/ym4N87WddKaD6J/orjlsNEpJiLoOH69LD4HYKUQo3XXoAv0q/SNZMEmRXi3z44tfzwIuH++l8unIow5J+zV3e47yOtmafc3/6bnTaXE0ZMfutKdEaKVBr/kRZNdTH1yGP5AjHVVDqg7jke0u05vb2b8ME/tcgPo2FOdOqJ/QlwO3/gymjc4Aii4ovgIxudRxuTlsZcbxOfuALWsUt7ipYDdCgQ+n5sC5xIcYhc4IjgjvVelgxXK/Q50nT7ZgVE2J4jNtjdl5TuFARgwCiqi0g0+FYYO47TxOvCNFlGfZH7FQ76nFp69b7OjbzxjA7kN8q976xQ==
  • 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: AdTJIi8nNaJ0qjoFTkmwWLwhcJVQ9AAHo9sgAADjE0AGo3PacBMR85OgAiPk1eABZIqd0A==
  • Thread-topic: LWM2M 1.1 next steps

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