1 Star 0 Fork 0

lgl88911/zephyr_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

CoAP Server

Overview

A simple CoAP server showing how to expose a simple resource.

This demo assumes that the platform of choice has networking support, some adjustments to the configuration may be needed.

The sample will listen for requests in the CoAP UDP port (5683) in the site-local IPv6 multicast address reserved for CoAP nodes.

The sample exports the following resources:

/test
/seg1/seg2/seg3
/query
/separate
/large
/location-query
/large-update

These resources allow a good part of the ETSI test cases to be run against coap-server.

Building And Running

This project has no output in case of success, the correct functionality can be verified by using some external tool like tcpdump or wireshark.

See the net-tools project for more details

It can be built and executed on QEMU as described in :ref:`networking_with_qemu`.

Use this command on the host to run the`libcoap`_ implementation of the ETSI test cases:

sudo ./examples/etsi_coaptest.sh -i tap0 2001:db8::1

To build the version supporting the TI CC2520 radio, use the supplied prj_cc2520.conf configuration file enabling IEEE 802.15.4.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lgl88911/zephyr_app.git
git@gitee.com:lgl88911/zephyr_app.git
lgl88911
zephyr_app
zephyr_app
master

搜索帮助