diff --git a/Makefile b/Makefile index c21e49a..f450d61 100644 --- a/Makefile +++ b/Makefile @@ -64,10 +64,6 @@ assets/modules.txt: mv vendor/modules.txt assets/ rm -rf vendor -architecture.svg: - # apt install graphviz - dot -T svg -o architecture.svg < architecture.dot - autorevision.cache: autorevision -s VCS_SHORT_HASH -o ./autorevision.cache diff --git a/architecture.dot b/architecture.dot deleted file mode 100644 index 839ff67..0000000 --- a/architecture.dot +++ /dev/null @@ -1,30 +0,0 @@ -digraph { - Internet [ shape=septagon] - subgraph clusterComputer{ - label="Computer"; - labeljust=l; - style=rounded; - fontsize=10; - subgraph clusterBrowser { - label="Web Browser "; - labeljust=l; - fontsize=10; - color=lightgrey; - Application [label="Web Application"; shape=box] - }; - agent [label="kel-agent"; shape=box; style=filled; fillcolor=lightblue] - WSJTX [label="WSJT-X"] - rigctld [label="goHamlib"] - HRD; - etc [label="..."]; - } - - edge [style=bold; dir=none; fontsize=10;] - - Internet -> Application - Application -> agent [label=" websocket"] - agent -> WSJTX [label="UDP"] - agent -> rigctld [label="lib"] - agent -> HRD [label="UDP"; style=dotted] - agent -> etc [style=dotted] -} diff --git a/architecture.svg b/architecture.svg deleted file mode 100644 index 0305797..0000000 --- a/architecture.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - -%3 - - -clusterComputer - -Computer - - -clusterBrowser - -Web Browser                             - - - -Internet - -Internet - - - -Application - -Web Application - - - -Internet->Application - - - - -agent - -kel-agent - - - -Application->agent - - websocket - - - -WSJTX - -WSJT-X - - - -agent->WSJTX - -UDP - - - -rigctld - -goHamlib - - - -agent->rigctld - -lib - - - -HRD - -HRD - - - -agent->HRD - -UDP - - - -etc - -... - - - -agent->etc - - - -