summaryrefslogtreecommitdiffstats
path: root/actn-topo-generator/readme.txt
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2021-03-01 08:30:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-01 08:30:15 +0000
commit546f9f3083fffd266b416efee0d8e9ea4c49e1ef (patch)
treec4e95c96a1492b9b754ccce1d6934e7171fb8021 /actn-topo-generator/readme.txt
parent80383d3d3037b1e57cd61310a09fb157e72f1d2f (diff)
parent11ce7f76b620bb632de91d4f57e103b90a8178f5 (diff)
Merge changes from topic "js-linter"honolulu
* changes: [IETF_ACTN_TOOLS] First upload of the Feature code of one of the ACTN tool chain in the new repo Setup JavaScript linter Add Tox setup for linters
Diffstat (limited to 'actn-topo-generator/readme.txt')
-rw-r--r--actn-topo-generator/readme.txt16
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'.