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

With new [Transport Layer Abstraction](https://github.com/eclipse/leshan/issues/1025#issuecomment-1373824399), a sever can have several endpoints (opened socket address) that client can use to connect to it. A new field `lastEndpointUsed` was added to the...

discussion

There is a virtual OMA Test Fest Focus on LWM2M (13 Nov – 20 Nov 2023) See: https://omaspecworks.org/events/testfests-registration/event/e2p1z/ I will not be able to do it myself and I'm not...

discussion

SNI support is currently not planed at short / mid term but this issue aims to discuss about it.

new feature
core

This issue aim to track work on migration from `yarn-classic` to `modern yarn` This is part of https://github.com/eclipse-leshan/leshan/issues/1492.

demo
housekeeping
build / ci

### Question When I building project (latest master) on Windows (Windows 10 Pro 22H2) process node.exe hangs during following command execution: ```cmd [INFO] Running 'yarn build' in C:\ ..... repo\leshan\leshan-server-demo\webapp...

bug
help wanted
build / ci

Playing **leshan-server-demo**, I faced : ``` [WARN] Unable to handle notification of [Hu6ujaOuLP:/3442/0/1110/0] org.eclipse.leshan.core.request.exception.InvalidResponseException: Unexpected response code [4.04] for SingleObservation [path=/3442/0/1110/0, id=Ox656143955aec5b23, contentFormat=SENML_JSON(110), registrationId=Hu6ujaOuLP, context={}] at org.eclipse.leshan.server.californium.endpoint.ServerCoapMessageTranslator.createObservation(ServerCoapMessageTranslator.java:92) at org.eclipse.leshan.server.californium.endpoint.CaliforniumServerEndpointsProvider$2.onNotification(CaliforniumServerEndpointsProvider.java:168) at...

bug
server

When we create the first version of demos based on vuejs (https://github.com/eclipse-leshan/leshan/pull/977), the recommended version to use was : - vuetify 2 (only stable one available, only compatible with vue...

server
demo
bsserver
housekeeping

### Specifications : I recently see that the LWM2M specification (since v1.1.x) says : At [LWM2M-v1.1.1@transport§6.1. Features](https://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/HTML-Version/OMA-TS-LightweightM2M_Transport-V1_1_1-20190617-A.html#6-1-0-61-Features) : > The CoAP **Request-Tag** Option **SHOULD** be used to detect interchange of...

discussion

### Specifications : I recently see that the LWM2M specification (since v1.1.x) says : At [LWM2M-v1.1.1@transport§6.1. Features](https://www.openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/HTML-Version/OMA-TS-LightweightM2M_Transport-V1_1_1-20190617-A.html#6-1-0-61-Features) : > The CoAP **Echo** Option **SHOULD** be used to enable lightweight freshness...

discussion

Investigating on NPE in` LwM2mPath.hashcode()` find at https://github.com/eclipse-leshan/leshan/issues/1502. I decide to add unit tests to check the bug before to fix it. I found that library to do that job...

housekeeping