| @@ -1,4 +1,4 @@ | |||||
| # ABP | |||||
| # ABP server | |||||
| This server does a few things: | This server does a few things: | ||||
| @@ -27,7 +27,15 @@ If you do an HTTPS GET against `graph/`, you will receive some JSON. | |||||
| outputs | outputs | ||||
| :::python | :::python | ||||
| {"node": {"30": {"position": {"y": 3.245091885135617, "x": -1.0335390368621762, "z": 0.12485495696298532}, "vop": 0}, "28": {"position": {"y": 0.1811335599620998, "x": 3.7102305790943295, "z": 0.3375519427305571}, "vop": 0}, "29": {"position": {"y": -1.834182888403804, "x": 1.5968911365745622, "z": 2.8585980299131886 ... | |||||
| {"node": | |||||
| {"30": | |||||
| {"position": | |||||
| {"y": 3.245091885135617, "x": -1.0335390368621762, "z": 0.12485495696298532}, "vop": 0}, "28": | |||||
| {"position": | |||||
| {"y": 0.1811335599620998, "x": 3.7102305790943295, "z": 0.3375519427305571}, "vop": 0}, "29": | |||||
| {"position": | |||||
| {"y": -1.834182888403804, "x": 1.5968911365745622, "z": 2.8585980299131886 | |||||
| ... | |||||
| The top-level keys are `node` and `adj`. These model the node metadata and adjacency matrix respectively. | The top-level keys are `node` and `adj`. These model the node metadata and adjacency matrix respectively. | ||||