Initial commit of AthonetTools

This commit is contained in:
2025-08-21 12:59:43 +00:00
commit cd932b8fcb
2483 changed files with 433999 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"layout": { "name": "preset" },
"elements": {
"nodes": [
{ "data": { "id": "left", "label": "Cell Site" }, "position": { "x": 100, "y": 250 } },
{ "data": { "id": "core", "label": "Core" }, "position": { "x": 400, "y": 250 } },
{ "data": { "id": "dn", "label": "Data Network" }, "position": { "x": 700, "y": 250 } },
{ "data": { "id": "mgmt", "label": "Management" }, "position": { "x": 400, "y": 50 } }
],
"edges": [
{ "data": { "id": "e1", "source": "left", "target": "core", "sourceLabel": "", "targetLabel": "" } },
{ "data": { "id": "e2", "source": "core", "target": "dn", "sourceLabel": "", "targetLabel": "" } },
{ "data": { "id": "e3", "source": "mgmt", "target": "core", "sourceLabel": "", "targetLabel": "" } }
]
}
}