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.
132
132
133
133
The Chirpstack is comprised of the following 4 modules.
134
134
135
- 1. `Appplication
136
- Server <https://www.chirpstack.io/application-server/use/fuota/ > `__
135
+ 1. `Application
136
+ Server <https://www.chirpstack.io/application-server/> `__
137
137
138
138
2. `Network Server <https://www.chirpstack.io/network-server/ >`__
139
139
@@ -162,6 +162,13 @@ synchronized to Chirpstack. It is not supported to change data directly
162
162
in Chirpstack. All manipulation of settings in the Chirpstack is thus
163
163
done via the Chirpstack API. If locally running on port 8080 then Chirpstack Application Services Swagger UI is available at http://localhost:8080/api
164
164
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
+
165
172
Security
166
173
~~~~~~~~
167
174
@@ -472,3 +479,4 @@ See `the seperate page for KOMBIT adgangsstyring <../kombit-adgangsstyring/kombi
472
479
.. |image5 | image :: media/image9.png
473
480
.. |image6 | image :: media/image10.png
474
481
.. |image7 | image :: media/image12.png
482
+ .. |image13 | image :: media/image13.png
You can’t perform that action at this time.
0 commit comments