echonet-lite 0.1.6

Pure Rust ECHONET Lite implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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](./examples) to know how to communicate with ECHONTE Lite node.