timnet
1.0.1
計時系統中的每個設備都有一個唯一的標識符,即拓撲ID。主 EVM 的 ID 為 0x00000000。下游設備被賦予 ID,其中最低有效四位元代表設備所連接的連接埠號碼。每個EVM將自己的ID左移四位,並將下游連接埠號碼分配給最低四位,形成下一級下游設備的拓樸ID。拓樸 ID 在 ./doc/figure 中的範例佈局中的裝置上方表示。
input: inventory.json
output: network.json
python -m timnet --net
input: network.json
output: plot.json
python -m timnet --plot
input: check.json, network.json
output: console
python -m timnet --check
python -m timnet --net --plot --check