diff --git a/source/external-interface-design/external-interface-design.rst b/source/external-interface-design/external-interface-design.rst index be5f984..c4b0329 100644 --- a/source/external-interface-design/external-interface-design.rst +++ b/source/external-interface-design/external-interface-design.rst @@ -132,8 +132,8 @@ and Chirpstack is out of scope of this project. The Chirpstack is comprised of the following 4 modules. -1. `Appplication - Server `__ +1. `Application + Server `__ 2. `Network Server `__ @@ -162,6 +162,13 @@ synchronized to Chirpstack. It is not supported to change data directly in Chirpstack. All manipulation of settings in the Chirpstack is thus done via the Chirpstack API. If locally running on port 8080 then Chirpstack Application Services Swagger UI is available at http://localhost:8080/api +There is no direct mapping between applications in OS2iot and applications in Chirpstack, even though they cover a similar concept. +Instead, a separate Chirpstack application is created for each separate ServiceProfile created through OS2iot. + +The new Chirpstack application is created the first time a device with a previously unused ServiceProfile is added to an OS2iot application. +This is illustrated in the flowchart below: +|image13| + Security ~~~~~~~~ @@ -472,3 +479,4 @@ See `the seperate page for KOMBIT adgangsstyring <../kombit-adgangsstyring/kombi .. |image5| image:: media/image9.png .. |image6| image:: media/image10.png .. |image7| image:: media/image12.png +.. |image13| image:: media/image13.png diff --git a/source/external-interface-design/media/image13.png b/source/external-interface-design/media/image13.png new file mode 100644 index 0000000..58f7b94 Binary files /dev/null and b/source/external-interface-design/media/image13.png differ diff --git a/source/installation-guide/installation-guide.rst b/source/installation-guide/installation-guide.rst index 3b3f5fb..19db91e 100644 --- a/source/installation-guide/installation-guide.rst +++ b/source/installation-guide/installation-guide.rst @@ -229,6 +229,8 @@ OS2IoT-backend takes several environment variables as configuration, if these ar +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | LOG_LEVEL | Minimum Log Level. Levels ordered from high to low are: 'log', 'error', 'warn', 'debug', 'verbose' | :code:`debug` | +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ +| METADATA_SAVED_COUNT | Maximum number of message metadata to store from an IoT device | :code:`20` | ++-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ Logs levels """""""""""""""