#tokio #coap #back-end #datagram #udp-socket #async-coap

async-coap-tokio

Tokio 后端,用于 async-coap::datagram

1 个不稳定版本

0.1.0 2019年9月19日

#14#datagram

Apache-2.0

435KB
7.5K SLoC

基于 TokioAsyncDatagramSocket 后端,用于 async-coap

Crates.io API

此包提供 TokioAsyncUdpSocket:一个异步的,基于 TokioAsyncDatagramSocket 实现,用于与 DatagramLocalEndpoint 一起使用。

有关更多信息,请参阅 包文档

用法

将此添加到您的 Cargo.toml

[dependencies]
async-coap = "0.1"
async-coap-tokio = "0.1"

许可证

async-coap-tokio 在 Apache 2.0 许可证下发布。

Copyright (c) 2019 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://apache.ac.cn/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

免责声明

这不是一个官方支持的产品。

依赖项

~10MB
~193K SLoC