Skip to content

Commit

Permalink
Screenshot update
Browse files Browse the repository at this point in the history
Modified: docs/screenshots/shoelaces-frontend-1.png
  The '/poll/1/<MAC>' replaced by '/start'

New file: docs/screenshots/shoelaces-overview.msc
  Source of shoelaces-overview.png
  use msc-generator to build the .png

Modified: docs/screenshots/shoelaces-overview.png
  String "iPXE ROM" replaced by "iPXE executable"
  Added '/start' route
  Documented the polling loop as a loop

Signed-off-by: Geert Stappers <[email protected]>
  • Loading branch information
stappersg authored and raul-te committed Jan 18, 2023
1 parent 98fd843 commit 5d7eada
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Binary file modified docs/screenshots/shoelaces-frontend-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/screenshots/shoelaces-overview.msc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This is the Shoelaces signalling chart.
#
# Find in this directory also a Makefile
# with instructions how to convert it into a .png file.

hscale=1.8;

"Booting System","DHCP Server","TFTP Server", Shoelaces;
"Booting System"->"DHCP Server":DHCP Request\nfrom BootROM;
"DHCP Server"->"Booting System":DHCP response\npointing to iPXE executable;

"Booting System"->"TFTP Server":TFTP Request\niPXE executable;
"TFTP Server"->"Booting System":TFTP transmit\niPXE executable;

"Booting System"->"DHCP Server":DHCP Request\nfrom iPXE;
"DHCP Server"->"Booting System":DHCP response\npointing to Shoelaces start;

"Booting System"->Shoelaces:HTTP get\n/start;
Shoelaces->"Booting System":HTTP response\nHow to start polling instructions;

box ..: " Polling loop"
[line.corner=round]
{

"Booting System"->Shoelaces:HTTP get\n/poll/1/m-ac-a-dd-re-ss;
Shoelaces->"Booting System":HTTP response\nNext instructions;
};

"Booting System"->"Booting System":Executes\ninstructions;

# l l
Binary file modified docs/screenshots/shoelaces-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d7eada

Please sign in to comment.