-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.