update readme

This commit is contained in:
KusakabeSi 2022-02-10 16:01:39 +00:00
parent 9fce61bf11
commit 3cca8f6be9
7 changed files with 21 additions and 9 deletions

View File

@ -12,8 +12,10 @@ All edges runs [Floyd-Warshall Algorithm](https://en.wikipedia.org/wiki/Floyd
First, edit the `gensp2p.yaml`
```yaml
Config output dir: /tmp/eg_gen_static # Profile output location
ConfigTemplate for edge node: "" # Profile Template
Config output dir: /tmp/eg_gen_static # Profile output location
Enable generated config overwrite: false # Allow overwrite while output the config
Add NodeID to the interface name: false # Add NodeID to the interface name in generated edge config
ConfigTemplate for edge node: "" # Profile Template
Network name: "EgNet"
Edge Node:
MacAddress prefix: "" # Leave blank to generate randomly

View File

@ -11,8 +11,10 @@ EdgeNodes會嘗試互相連線並且通報其他EdgeNoses連線成功與否
首先,按照需求修改`gensp2p.yaml`
```yaml
Config output dir: /tmp/eg_gen_p2p # 設定檔輸出位置
ConfigTemplate for edge node: "" # 設定檔Template
Config output dir: /tmp/eg_gen_p2p # 設定檔輸出位置
Enable generated config overwrite: false # 檔輸設定檔允許overwrite
Add NodeID to the interface name: false # 生成的config的interface name是否包含NodeID
ConfigTemplate for edge node: "" # 設定檔Template
Network name: "EgNet"
Edge Node:
MacAddress prefix: "" # 留空隨機產生

View File

@ -14,8 +14,10 @@ Please maintains the predefined topology, otherwise if the relay node offline, p
First, edit the `genstatic.yaml`
```yaml
Config output dir: /tmp/eg_gen_static # Profile output location
ConfigTemplate for edge node: "" # Profile Template
Config output dir: /tmp/eg_gen_static # Profile output location
Enable generated config overwrite: false # Allow overwrite while output the config
Add NodeID to the interface name: false # Add NodeID to the interface name in generated edge config
ConfigTemplate for edge node: "" # Profile Template
Network name: "EgNet"
Edge Node:
MacAddress prefix: "" # Leave blank to generate randomly

View File

@ -14,8 +14,10 @@
首先,按照需求修改`genstatic.yaml`
```yaml
Config output dir: /tmp/eg_gen_static # 設定檔輸出位置
ConfigTemplate for edge node: "" # 設定檔Template
Config output dir: /tmp/eg_gen_static # 設定檔輸出位置
Enable generated config overwrite: false # 檔輸設定檔允許overwrite
Add NodeID to the interface name: false # 生成的config的interface name是否包含NodeID
ConfigTemplate for edge node: "" # 設定檔Template
Network name: "EgNet"
Edge Node:
MacAddress prefix: "" # 留空隨機產生

View File

@ -13,6 +13,8 @@ Edit the file `gensuper.yaml` based on your requirement first.
```yaml
Config output dir: /tmp/eg_gen
Enable generated config overwrite: false # Allow overwrite while output the config
Add NodeID to the interface name: false # Add NodeID to the interface name in generated edge config
ConfigTemplate for super node: ""
ConfigTemplate for edge node: ""
Network name: eg_net

View File

@ -14,6 +14,8 @@ EdgeNode首先和SuperNode建立連線藉由SuperNode交換其他EdgeNode的
```yaml
Config output dir: /tmp/eg_gen
Enable generated config overwrite: false # 檔輸設定檔允許overwrite
Add NodeID to the interface name: false # 生成的config的interface name是否包含NodeID
ConfigTemplate for super node: ""
ConfigTemplate for edge node: ""
Network name: eg_net

View File

@ -1,3 +1,3 @@
package main
var Version = "v0.3.5-f1"
var Version = "v0.3.5-f2"