Crates.io | edge-net |
lib.rs | edge-net |
version | 0.8.1 |
source | src |
created_at | 2022-11-20 14:31:42.417986 |
updated_at | 2024-09-24 06:48:20.037303 |
description | no_std and no-alloc async implementations of various network protocols. |
homepage | |
repository | https://github.com/ivmarkov/edge-net |
max_upload_size | |
id | 719148 |
size | 97,413 |
This crate ships async + no_std
+ no-alloc implementations of various network protocols.
Suitable for microcontrollers and embedded systems in general.
rumqttc
, so needs STD)Read
/ Write
traits from embedded_io_async - for modeling TCP sockets - and UdpReceive
/ UdpSend
from edge-nal - for modeling UDP socketsPRs welcome!