File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ An iot server that bridge between the private tcp protocol device and egccri.
3
3
4
4
_ [ WIP] Distributed version use openraft._
5
5
6
- #### How it worked.
6
+ #### Quick start
7
+
8
+ ``` shell
9
+ cargo build
10
+ ./target/debug/iot-server-template -c ./config/cluster/cluster_1.toml
11
+ ./target/debug/iot-server-template -c ./config/cluster/cluster_2.toml
12
+ ./target/debug/iot-server-template -c ./config/cluster/cluster_3.toml
13
+ ```
14
+
15
+ #### How tcp server worked.
7
16
8
17
![ how it worked] ( asserts/imgs/img.png )
9
18
@@ -17,13 +26,6 @@ Raft storage is an optional embedded distribute storage for the cluster router c
17
26
18
27
The other way is redis.
19
28
20
- #### RPC calls
29
+ ##### Raft storage RPC calls
21
30
22
31
![ RPC calls] ( asserts/imgs/rpcs.png )
23
-
24
- #### Quick start
25
-
26
- ``` shell
27
- cargo build
28
- ./target/debug/iot-server-template -c ./config/config.toml
29
- ```
You can’t perform that action at this time.
0 commit comments