diff options
author | sunjun <john.sunjun@huawei.com> | 2021-02-11 10:54:59 -0500 |
---|---|---|
committer | Jun sun <john.sunjun@huawei.com> | 2021-02-18 02:41:45 +0000 |
commit | 11ce7f76b620bb632de91d4f57e103b90a8178f5 (patch) | |
tree | ed8482cccc00faae70a69a45388e7e9ddf286284 /actn-topo-generator/readme.txt | |
parent | e5451bdc1d5dae34c964864c76ba995584c5daaf (diff) |
[IETF_ACTN_TOOLS]
First upload of the Feature code of one of the ACTN tool chain
in the new repo
The code of this repos deals with "ACTN Topo Generator" tool
It provides the features to design multi-domain OTN networks graphically
and automatically generate ACTN topology data in JSON format that would
be further used by another tool "ACTN PNC Simulator".
It is used by the use cases of transport private line and transport slicing.
Issue-ID: INT-1857
Change-Id: I075bf66da635365260bfc52b0fe13ac3cb69c3c6
Signed-off-by: Jun Sun <john.sunjun@huawei.com>
Diffstat (limited to 'actn-topo-generator/readme.txt')
-rw-r--r-- | actn-topo-generator/readme.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/actn-topo-generator/readme.txt b/actn-topo-generator/readme.txt new file mode 100644 index 0000000..32640ce --- /dev/null +++ b/actn-topo-generator/readme.txt @@ -0,0 +1,16 @@ +Introduction: +This tool is a plugin of Draw.io desktop application. +It can automatically generate ACTN topology JSON data from graph. + +Installation and initialization: +1) Extract the draw.io.7z file +2) Run draw.io.exe in folder draw.io +3) Click menu Extras->Plugins… +4) Import the plugin file named "ongen.js" +5) Click menu Extras->Load Default Settings + +Design ACTN multi-domain OTN topology and generate JSON data. +1) Add network, node, port or link via drag-and-drop or copy-and-paste. +2) Collapse or expand containers by shortcut "CTRL+J" and "CTRL+K" +3) Assign the node id of all nodes automatically by clicking the menu Extras->'Auto-assign Node Id' +4) Export to ACTN JSON data by clicking the menu Extras->'Export as ACTN JSON'. |