DTLS client handshake with WICED Studio 5.0

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
user_2133071
Level 1
Level 1
Welcome!

Hello all,

I am trying to create a DTLS client in order to comunicate with a remote DTLS server. I would like to use the WICED SDK with its BESL library but I cannot manage to get a DTLS handshake to work properly with the 5.0 SDK. I was using a former version of the BESL library with the 3.5.2 WICED SDK and the dtls handshake client function was working well whereas it does not with the new version.

Is this function still working well and if yes, does any example exist in order to get it work with this new BESL library ?

Thanks,

F. Piller

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Check the snip coap_app in WICED Studio 5. The function definition of wiced_coap_server_start() shows how to use the DTLS APIs.

View solution in original post

0 Likes
1 Reply
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Check the snip coap_app in WICED Studio 5. The function definition of wiced_coap_server_start() shows how to use the DTLS APIs.

0 Likes