1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-26 11:28:40 +08:00
NeoNetwork/nodes.dot
2019-11-21 11:08:33 +08:00

33 lines
699 B
Plaintext

digraph ""
{
labelloc="t";
label="NeoNetwork Nodes";
rankdir=TD
node [shape=box]
c [label="caasih.nerdpol.ovh"]
ucbvax [label="ucbvax.nerdpol.ovh"]
np11 [label="NeoPDP-11"]
cklvax [label="cklvax"]
neobox [label="NeoBOX"]
local [label="CROOM (10.127.1.0/24)"]
np [label="NeoPortable"]
nv [label="NeoVAX"]
ncuiqh [label="ncuiqh.nerdpol.ovh"]
NeoPMC1 -> local [dir=both]
NeoPMC2 -> local [dir=both]
NeoPMC3 -> local [dir=both]
NeoSYS -> local [dir=both]
NNPCC -> local [dir=both]
np11 -> c
np11 -> ucbvax
ucbvax -> c [dir=both]
cklvax -> local [dir=both]
neobox -> local [dir=both]
local -> np11 [dir=both]
np -> ucbvax
np -> c
nv -> np [dir=both]
ncuiqh -> c [dir=both]
}