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

Hi, it's possible to connect Leshan to Fiware? I need to connect the leshan client to the server of Fiware IoT Agent. If it's possible can anyone tell me how...

question

This issue aims to centralize all about OSCORE integration in Leshan 2.0.0(LWM2M 1.1). Currently work is in progress leading by @rikard-sics, he also works on OSCORE integration in Californium. See...

new feature
client
server

Using OSCORE, I found a pretty simple use case where the client will not be able to connect to the server anymore. - I launch a `leshan-server-demo` - I create...

discussion

When I read and write object resources through the northbound API interface, request timeouts frequently occur. Is this problem caused by frequent requests to the server, or is it caused...

question

I added redis serializer/deserializer to allow use OSCORE.

We noticed that after upgrading to leshan-2.0.0-M7, some devices stopped successfully registering in leshan server. We are observing following error: ``` [DEBUG] Invalid request [CON-POST MID=50791, Token=150001, OptionSet={"Uri-Path":"rd", "Content-Format":"application/link-format", "Uri-Query":["lt=86400","lwm2m=1.1","ep=leshan100"]},...

question

This issue aims to discuss about Oscore Context lifetime. In a general way but also mainly what should be targeted for a minimal viable feature. Here is some information about...

server
bsserver
enhancement

A user from mailing list ask for a way define prefix for Redis Store. E.g. FIRST_APP:REG:EP, OTHER_APP:REG:EP. See : https://www.eclipse.org/lists/leshan-dev/msg01118.html

server
Redis
enhancement

The [lighthouse](https://developers.google.com/web/tools/lighthouse/) score of **leshan-server-demo** and **leshan-bsserver-demo** could be probably improved : (full test can be done locally using chromium devTools or partial test online at : https://pagespeed.web.dev/ ) E.g....

server
demo
bsserver
enhancement

@sbernard31 [We've seen](https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues/518) that you also looked into the Gateway feature specified with LWM2M 1.2. Like yourself, I was also confused by it at first, but thanks to the discussion...

new feature