diff --git a/README.rst b/README.rst index 744d771..edab27f 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,13 @@ provide responding to messages to check email, get location, ping, time of day, get weather, and fortune telling as well as version information of aprsd itself. + +APRSD Overview Diagram +---------------------- + +.. image:: https://raw.githubusercontent.com/craigerl/aprsd/crager-stable/docs/_static/aprsd_overview.svg?sanitize=true + + Typical use case ================ diff --git a/docs/_static/aprsd_overview.png b/docs/_static/aprsd_overview.png new file mode 100644 index 0000000..a657202 Binary files /dev/null and b/docs/_static/aprsd_overview.png differ diff --git a/docs/_static/aprsd_overview.svg b/docs/_static/aprsd_overview.svg new file mode 100644 index 0000000..04f8afa --- /dev/null +++ b/docs/_static/aprsd_overview.svg @@ -0,0 +1,3 @@ + + +
Main
Main
SendMessageThread
SendMessageThread
EmailThread
EmailThread
RecieveMessageThread
RecieveMessageThread
aprsd.yml
aprsd.yml
APRSD Server
APRSD Server
IMAP/SMTP
IMAP/SMTP
APRS-IS
Server
APRS-IS...
aprslib
aprslib
Email
Email
Fortune
Fortune
Location
Location
Ping
Ping
Query
Query
Time
Time
Version
Version
Command
Plugins
Command...
APRS IGATE
APRS IGATE
HAM Radio
HAM Radio
Viewer does not support full SVG 1.1
diff --git a/docs/readme.rst b/docs/readme.rst index 450db1d..f105469 100644 --- a/docs/readme.rst +++ b/docs/readme.rst @@ -43,6 +43,14 @@ provide responding to messages to check email, get location, ping, time of day, get weather, and fortune telling as well as version information of aprsd itself. +APRSD overview diagram +---------------------- + +.. figure:: _static/aprsd_overview.svg + :align: center + :width: 800px + + Typical use case ================