unicom

Crates.iounicom
lib.rsunicom
version0.4.0
sourcesrc
created_at2020-04-30 06:29:00.380322
updated_at2024-05-19 18:28:11.126246
descriptionUnified communication for IoT clients
homepagehttps://github.com/katyo/unicom
repositoryhttps://github.com/katyo/unicom
max_upload_size
id235688
size20,682
Kayo Phoenix (katyo)

documentation

README

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
Commit count: 42

cargo fmt