Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] bootstrap resource

Hi Peter,

LWM2M defines two stereo types of servers, which implement "very different interfaces for different use cases".
Therefore leshan provides two demo server (just for demonstration): 
- leshan-server-demo: implementing the registration, device management and reporting interface
- leshan-bsserver-demo: implementing the bootstrap interface, which is very security sensitive, because it accesses the credentials.

The leshan.eclipse.org sandbox is the leshan-server-demo and therefore doesn't offer the bootstrap interface.

Mit freundlichen Grüßen / Best regards 

Achim Kraus

(INST/ECS4) 
Bosch Software Innovations GmbH | Stuttgarter Straße 130 | 71332 Waiblingen | GERMANY | http://www.bosch-si.com 

Sitz: Berlin, Registergericht: Amtsgericht Charlottenburg; HRB 148411 B
Aufsichtsratsvorsitzender: Dr.-Ing. Thorsten Lücke; Geschäftsführung: Dr.-Ing. Rainer Kallenbach, Michael Hahn



From: leshan-dev-bounces@xxxxxxxxxxx [mailto:leshan-dev-bounces@xxxxxxxxxxx] On Behalf Of Peter Waher
Sent: Freitag, 25. August 2017 13:39
To: leshan-dev@xxxxxxxxxxx
Subject: [leshan-dev] bootstrap resource

Hello

Should the /bs resource be available at coap(s)://leshan.eclipse.org? I can't find it in the /.well-known/core link document (only the /rd resource). And I get a Not Found error, when trying to POST to the /bs resource. I try to perform a BOOTSTRAP-REQUEST. Or do I need to do something to enable this /bs resource? Does it depend on client? The response is the same, regardless if I use CoAP (5683) or CoAP over DTLS (5684).

Best regards,
Peter Waher


Back to the top