File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
source/external-interface-design Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ and Chirpstack is out of scope of this project.
132132
133133The 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
1381382. `Network Server <https://www.chirpstack.io/network-server/ >`__
139139
@@ -162,6 +162,13 @@ synchronized to Chirpstack. It is not supported to change data directly
162162in Chirpstack. All manipulation of settings in the Chirpstack is thus
163163done 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+
165172Security
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
You can’t perform that action at this time.
0 commit comments