Apache 上的 CoAP,CoAP Web 服务

CoAP on Apache, CoAP Web Service

我在 IoT 上使用 CoAP 协议,但我还需要一个 Web 服务。我在 Apache 上使用 HTTP 协议和一个 Proxy 来实现网络服务 CoAP-HTTP 请求和响应。但是我不想使用 Proxy 来转换 CoAP-HTTP。我想直接实现 CoAP 网络服务。你有什么想法吗?在 Apache 或其他方面。有什么想法吗?

正如您所写On Apache or different things,我将在这里讨论第二个选项:)。要实现 CoAP 服务器本身,我建议

然后通过 WebSockets 和 REST API 处理与 Apache HTTP 服务器的通信。 coap.me 也非常适合在开发过程中进行 运行 测试。