leshan
leshan copied to clipboard
Java Library for LWM2M
Bootstap operation and write composite(#959) need atomic modification of the LWM2M tree. So maybe we need a commit/rollback mechanism or at least an API which allow user to implement it.
See : - http://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/HTML-Version/OMA-TS-LightweightM2M_Core-V1_1_1-20190617-A.html#5-1-2-0-512-Attributes-Classification - http://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/HTML-Version/OMA-TS-LightweightM2M_Core-V1_1_1-20190617-A.html#6-3-2-0-632-Discover-Operation
For base64 encoding/decoding, we are using base64 class from [apache commons codec](https://commons.apache.org/proper/commons-codec/archives/1.12/apidocs/index.html) This doesn't really fit our needs ... see https://github.com/eclipse/leshan/pull/676#issuecomment-481188756 for more details !
`ContentFormat` class should be refactor to move the knowledge of what is doable by each format. The idea is to be able to request on a `ContentFormat` object if it...
There is currently some performances issue about the new UI of server demo. This is mainly to display an ObjectView. To reproduce just switch from `LWM2M Server` object to `Device`...
Hi all, We would like to identify projects based on **Leshan**. Please if you are a Leshan users or you know a project based on Leshan, let us know in...
Currently thread synchronization at client side was done thanks to `synchronized` block at LWM2M Object level (`BaseObjectEnabler`) With the addition of WriteComposite(#959) and the need to apply operation at LWM2M...
This means : 1. be able to handle write request attributes and store attributes 2. use this attributes to raise notification 3. show attributes in Discover response There is an...
It could be nice to add an easy way to test **Firmware Update** to `leshan-server-demo` and `leshan-client-demo`. We have a work in progress about that in the [fwupdate](https://github.com/eclipse/leshan/tree/fwupdate) branch.
We could consider to make Leshan more monitorable. Here is some features requested : - The total message sent out from the view of LwM2M/CoAP. Better if we can provide...