gpt4 book ai didi

iot - CoAP 和 DTLS 集成

转载 作者:行者123 更新时间:2023-12-03 07:31:08 26 4
gpt4 key购买 nike

我有 CoAP (libcoap) 的实现和 DTLS (tinyDTLS) 的实现。
如何将 CoAP (libcoap) 与 DTLS (tinyDTLS) 集成?

我将不胜感激任何建议。

最佳答案

现在 libcoap 完全支持这一点;当您使用其子模块构建它时:

$ git clone https://github.com/obgm/libcoap --recursive
$ cd libcoap
$ ./autogen.sh
$ ./configure --enable-dtls --with-tinydtls --disable-shared --disable-doxygen --disable-manpages
$ make
$ cd examples
$ ./coap-server -A ::1 -k 1234 &
$ ./coap-client 'coaps://[::1]/' -k 1234 -u CoAP
This is a test server made with libcoap (see https://libcoap.net)
Copyright (C) 2010--2016 Olaf Bergmann <bergmann@tzi.org>

(用开发测试 version 9184a75a21 ;我也在配置中添加了 --disable-doxygen 行,因为这里没有安装这些工具。)

关于iot - CoAP 和 DTLS 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26663736/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com