timnet
1.0.1
タイミング システム内の各デバイスには、一意の識別子であるトポロジ ID が与えられます。マスター EVM には ID 0x00000000 が与えられます。ダウンストリーム デバイスには、デバイスが接続されているポート番号を表す下位 4 ビットを含む ID が与えられます。各 EVM は、自身の ID を 4 ビット左シフトし、ダウンストリーム ポート番号を下位 4 ビットに割り当てて、次のレベルのダウンストリーム デバイスのトポロジ 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