echonet-lite

Crates.ioechonet-lite
lib.rsechonet-lite
version0.1.6
sourcesrc
created_at2021-07-11 12:05:41.045596
updated_at2024-01-03 22:57:04.768451
descriptionPure Rust ECHONET Lite implementation
homepage
repositoryhttps://github.com/tomoyuki-nakabayashi/echonet-lite-rs
max_upload_size
id421384
size94,942
(tomoyuki-nakabayashi)

documentation

https://docs.rs/crate/echonet-lite/

README

ECHONET Lite for Rust

This crate is pure Rust ECHONET Lite implementation including

  • serde implementation of ECHONET Lite packet
  • detailed property configurations of ECHONET Device objects (WIP)

but not included

  • transport layer (usually, UDP with IPv4/IPv6) implementation
  • specific ECHONET Lite object behavior

see exmaples to know how to communicate with ECHONTE Lite node.

Commit count: 96

cargo fmt