diff --git a/README.md b/README.md index 44ddd82..f2be734 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The _OwnTracks Recorder_ is a lightweight program for storing and accessing location data published via MQTT by the [OwnTracks](http://owntracks.org) apps. It is a compiled program which is easily installed and operated even on low-end hardware, and it doesn't require external an external database. It is also suited for you to record and store the data you publish via our [Hosted mode](http://owntracks.org/booklet/features/hosted/). +![Architecture of the Recorder](assets/ot-recorder.png) + There are two main components: the _recorder_ obtains, stores, and serves data, and the _ocat_ command-line utility reads stored data in a variety of formats. ## `recorder` diff --git a/assets/ot-recorder.png b/assets/ot-recorder.png new file mode 100644 index 0000000..04c3151 Binary files /dev/null and b/assets/ot-recorder.png differ