Skip to content

Commit 122a3e1

Browse files
author
nlg
committed
Merge branch 'stage' into master
2 parents b0b025b + 9e15de3 commit 122a3e1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

source/external-interface-design/external-interface-design.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ and Chirpstack is out of scope of this project.
132132

133133
The Chirpstack is comprised of the following 4 modules.
134134

135-
1. `Appplication
136-
Server <https://www.chirpstack.io/application-server/use/fuota/>`__
135+
1. `Application
136+
Server <https://www.chirpstack.io/application-server/>`__
137137

138138
2. `Network Server <https://www.chirpstack.io/network-server/>`__
139139

@@ -162,6 +162,13 @@ synchronized to Chirpstack. It is not supported to change data directly
162162
in Chirpstack. All manipulation of settings in the Chirpstack is thus
163163
done via the Chirpstack API. If locally running on port 8080 then Chirpstack Application Services Swagger UI is available at http://localhost:8080/api
164164

165+
There is no direct mapping between applications in OS2iot and applications in Chirpstack, even though they cover a similar concept.
166+
Instead, a separate Chirpstack application is created for each separate ServiceProfile created through OS2iot.
167+
168+
The new Chirpstack application is created the first time a device with a previously unused ServiceProfile is added to an OS2iot application.
169+
This is illustrated in the flowchart below:
170+
|image13|
171+
165172
Security
166173
~~~~~~~~
167174

@@ -472,3 +479,4 @@ See `the seperate page for KOMBIT adgangsstyring <../kombit-adgangsstyring/kombi
472479
.. |image5| image:: media/image9.png
473480
.. |image6| image:: media/image10.png
474481
.. |image7| image:: media/image12.png
482+
.. |image13| image:: media/image13.png
Loading

source/installation-guide/installation-guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ OS2IoT-backend takes several environment variables as configuration, if these ar
229229
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
230230
| LOG_LEVEL | Minimum Log Level. Levels ordered from high to low are: 'log', 'error', 'warn', 'debug', 'verbose' | :code:`debug` |
231231
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
232+
| METADATA_SAVED_COUNT | Maximum number of message metadata to store from an IoT device | :code:`20` |
233+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
232234
233235
Logs levels
234236
"""""""""""""""

0 commit comments

Comments
 (0)