Skip to content

Commit 9e15de3

Browse files
author
nlg
committed
Added documentation on the relationship between ServiceProfiles and Chirpstack Applications
1 parent 664426c commit 9e15de3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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

0 commit comments

Comments
 (0)