3 unstable releases

0.2.0 Oct 24, 2021
0.1.1 Apr 30, 2020
0.1.0 Apr 30, 2020

#30 in #iot-devices

Download history 13/week @ 2024-02-19 40/week @ 2024-02-26 12/week @ 2024-03-04 25/week @ 2024-03-11 8/week @ 2024-03-18 12/week @ 2024-03-25

57 downloads per month
Used in 4 crates

MIT license

12KB
206 lines

Unified communication for IoT clients

license github crates docs status

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–14MB
~175K SLoC