An iot server that bridge between the private tcp protocol device and egccri.
[WIP] Distributed version use openraft.
cargo build
./target/debug/iot-server-template -c ./config/cluster/cluster_1.toml
./target/debug/iot-server-template -c ./config/cluster/cluster_2.toml
./target/debug/iot-server-template -c ./config/cluster/cluster_3.toml
Raft storage is an optional embedded distribute storage for the cluster router component, and it based on openraft.
The other way is redis.