4 releases (2 breaking)
0.4.0 | May 19, 2024 |
---|---|
0.2.0 | Oct 24, 2021 |
0.1.1 | Apr 30, 2020 |
0.1.0 | Apr 30, 2020 |
#262 in Hardware support
Used in 4 crates
13KB
206 lines
Unified communication for IoT clients
The backends interface was introduced to support different connection methods. Each backend should provide the way to establish bidirectional connection for exchanging binary data with devices.
IMPORTANT NOTE: Async runtime feature should be selected explicitly.
Supported features
Built-in backends
- unicom-tcp TCP socket connection
- unicom-unix Unix-domain socket connection
- unicom-serial Serial port connection
Dependencies
~1–7MB
~57K SLoC