1
0
Fork 0
Browse Source

update README doc. diagrams.

I added a .dot file for the Return to Riterdon project overview and
fix the image links for so the diagrams sit in their correct places
within the document.
stable
Craig Oates 3 years ago
parent
commit
76710d26cb
  1. 2
      README.md
  2. 38
      attachments/main-proj-architecture.dot
  3. BIN
      attachments/main-proj-architecture.png
  4. BIN
      attachments/return-to-ritherdon-project-overview.png

2
README.md

@ -89,5 +89,5 @@ You can read the documentation in this repository in two ways:
1. read the raw markdown (.md) files within the project folders in 1. read the raw markdown (.md) files within the project folders in
this repository, or; this repository, or;
~~2. download a 'Released' version and read that (as a .pdf).~~ 2. ~~download a 'Released' version and read that (as a .pdf).~~

38
attachments/main-proj-architecture.dot

@ -1,30 +1,14 @@
digraph overview { digraph overview {
fontname = Arial;
node [fontname = Arial]; node [fontname = Arial];
label = "Return to Ritherdon"; l1 -> server;
labelloc = top; l2 -> server;
style = filled; server -> r1;
color = lightgrey; server -> r2;
fontsize = 20; r1 -> server;
subgraph cluster0 { r2 -> server;
style = filled; l1 [label = "Light Meter 1", color = lightblue, style = filled];
node [style = filled, color = white]; l2 [label = "Light Meter 2", color = orange, style = filled];
color = lightblue; r1 [label = "Relay 1", color = lightblue, style = filled];
label = "Personal Flash in Real-Time (I.E. 'Artwork 1')"; r2 [label = "Relay 2", color = orange, style = filled ];
fontsize = 16; server [label = "Midpoint (Server)"];
Light;
Midpoint;
Relay;
}
subgraph cluster1 {
label = "The other artworks in the exhibiton/project...";
fontsize = 16;
color = white;
style = filled;
a5 [label = "Artwork 5"];
a4 [label = "Artwork 4"];
a3 [label = "Artwork 3"];
a2 [label = "Artwork 2"];
}
} }

BIN
attachments/main-proj-architecture.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
attachments/return-to-ritherdon-project-overview.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 26 KiB