leshan icon indicating copy to clipboard operation
leshan copied to clipboard

Java Library for LWM2M

Results 138 leshan issues
Sort by recently updated
recently updated
newest added

Since the version 2.0.0-M8, and the introduction of `build-config`, the release process misses version bump on the two sub-project `demo-build-config`, and `lib-build-config`. From log of the last release jenkins job...

I create this issue to organize the team work. I plan to begin massive refactoring about "adding a way to add more transport Layer" (#1025). This will be a lot...

discussion

Currently this is not supported : ``` [{"n":"/"}] ``` (source : http://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/HTML-Version/OMA-TS-LightweightM2M_Core-V1_1_1-20190617-A.html#Table-745-10-SenML-JSON-payload-in-the-request-to-all-objects)

new feature
client
server

This not even a draft but more some experimentation about finding a way to be able to : - remove strong californium dependencies. (cf should only be used to implement...

In v1.0, LWM2M was only based CoAP(s). In v1.1, LWM2M can be used over CoAP+TCP, CIoT or LoRaWAN In v1.2, LWM2M can be used over MQTT and HTTP (theorically ......

new feature
client
server

Adding the new transport layer (#1025) means probably changing the java module design. Current modules are described at : https://github.com/eclipse/leshan/wiki/Modules Here is a proposal for a new design : ![leshan-core](https://raw.githubusercontent.com/eclipse/leshan/tl_design/design/leshan-core.drawio.svg)...

Hi all, After several years of development, we are proud to announce that [**Leshan v1.0.0**](https://github.com/eclipse/leshan/releases/tag/leshan-1.0.0) is available. **Thanks** to all contributors ! Californium is a big part of Leshan and...

announce

**Leshan v2.0.0** (master branch) is currently **in development** and aims to support **LWM2M 1.1** (or at least some part of it). - [Core spec](http://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/OMA-TS-LightweightM2M_Core-V1_1_1-20190617-A.pdf) - [Transport spec](http://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/OMA-TS-LightweightM2M_Transport-V1_1_1-20190617-A.pdf) You can have...

discussion