Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] Security for Wakaama

Hello Bala,

Welcome! You may find some information on integrate security into wakaama in the mail archive of this mailing list
(https://dev.eclipse.org/mhonarc/lists/wakaama-dev/maillist.html, e.g. "dtls (tinyDTLS) integration"). One approach using tinyDTLS is currently waiting for the "legal" stuff mentioned in that mails.

For an easier start, just a hint:
Wakaama core doesn't use the socket/transport layer directly, it delegates this to the server or client implementation using two callback functions "lwm2m_connect_server_callback_t" and "lwm2m_buffer_send_callback_t" defined in "liblwm2m.h".

Mit freundlichen Grüßen / Best regards

Achim Kraus

Bosch Software Innovations GmbH
Communications (INST/ESY4)
Stuttgarter Straße 130
71332 Waiblingen
GERMANY
www.bosch-si.de
www.blog.bosch-si.com 

achim.kraus@xxxxxxxxxxxx

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
Executives: Dr.-Ing. Rainer Kallenbach; Michael Hahn


-----Ursprüngliche Nachricht-----
Von: wakaama-dev-bounces@xxxxxxxxxxx [mailto:wakaama-dev-bounces@xxxxxxxxxxx] Im Auftrag von BV
Gesendet: Donnerstag, 9. April 2015 08:19
An: Wakaama developer discussions
Betreff: [wakaama-dev] Security for Wakaama

hello,

We are trying to add security to the wakaama code After some research we have decided to add security layer(DTLS) to the COAP implementation in wakaama .Is there any suggested Libraries(DTLS) for this case ?

Thanks,
Bala V..
_______________________________________________
wakaama-dev mailing list
wakaama-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/wakaama-dev


Back to the top