Open-Source-Software
Open-Source-Software-Lizenzen — Coldwave YUKI Block RSX1/LTE-M
Produkt: Coldwave YUKI Block RSX1/LTE-M ·
Hersteller: ImagineOn GmbH, Köln ·
Dokumentversion: 1.0 — 2026
Die Firmware des Coldwave YUKI Block RSX1/LTE-M enthält Komponenten Dritter, die unter
Open-Source-Lizenzen vertrieben werden. Diese Seite listet die eingesetzten Komponenten,
ihre Lizenz und einen Verweis auf den Lizenztext. Auf Anfrage stellen wir den Quelltext
von Komponenten unter Copyleft-Lizenzen (z. B. GPL) zur Verfügung — siehe
Abschnitt „
Schriftliches Angebot für Quelltext".
Eingesetzte Komponenten
| Komponente |
Version |
Lizenz |
Verwendung im Produkt |
| mbedTLS |
3.x |
Apache-2.0 |
TLS / DTLS, x509, PSA-Crypto-Anbindung |
| FreeRTOS |
10.x |
MIT |
Echtzeit-Kernel |
| MCUboot |
2.x |
Apache-2.0 |
Bootloader, Image-Signaturprüfung, Swap-on-Write |
| LwIP |
2.x |
BSD-3-Clause |
TCP/IP-Stack (PPP über Mobilfunk) |
| nanoMODBUS |
aktuell |
MIT |
Modbus-RTU-Master |
| BACnet-Stack (Steve Karg) |
aktuell |
GPL-2.0 mit Linking Exception |
BACnet MS/TP |
| CMSIS |
5.x |
Apache-2.0 |
ARM-Cortex-Header und Treiberbasis |
| Coldwave Script-VM |
aktuell |
ImagineOn Software-Lizenz |
Eingebettete Mini-SPS (proprietär; Hinweis nur zur Vollständigkeit) |
| Silicon Labs Gecko SDK / EMLIB |
aktuell |
Zlib / Silicon Labs MSLA |
HAL, Crypto-Treiber für EFR32MG26 |
Die Versionsangaben kennzeichnen den im Auslieferungszustand der Firmware-Generation 1.x
verwendeten Stand. Eine genaue Versions-/Commit-Identifikation der jeweils installierten
Firmware ist im Coldwave-Portal unter Geräte → Details → Firmware einsehbar.
Lizenztexte
mbedTLS — Apache-2.0
Bezugsquelle: https://github.com/Mbed-TLS/mbedtls
Copyright © The Mbed TLS Contributors
Apache-2.0 Lizenztext anzeigen
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
— Vollständiger Lizenztext: https://www.apache.org/licenses/LICENSE-2.0.txt
FreeRTOS-Kernel — MIT
Bezugsquelle: https://github.com/FreeRTOS/FreeRTOS-Kernel
Copyright © Amazon.com, Inc. or its affiliates
MIT-Lizenztext anzeigen
MIT License
Copyright (C) Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
MCUboot — Apache-2.0
Bezugsquelle: https://github.com/mcu-tools/mcuboot
Copyright © The MCUboot contributors / Linaro Limited / Arm Limited / Nordic Semiconductor
Apache-2.0 Lizenztext anzeigen
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this software except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
— Vollständiger Lizenztext: https://www.apache.org/licenses/LICENSE-2.0.txt
LwIP — BSD-3-Clause
Bezugsquelle: https://savannah.nongnu.org/projects/lwip/
Copyright © 2001–2004 Swedish Institute of Computer Science. All rights reserved.
BSD-3-Clause-Lizenztext anzeigen
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
nanoMODBUS — MIT
Bezugsquelle: https://github.com/debevv/nanoMODBUS
Copyright © 2024 Valerio De Benedetto (@debevv)
MIT-Lizenztext anzeigen
MIT License
Copyright (c) 2024 Valerio De Benedetto (@debevv)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
BACnet-Stack (Steve Karg) — GPL-2.0 mit Linking Exception
Bezugsquelle: https://github.com/bacnet-stack/bacnet-stack
Copyright © 2005 Steve Karg und weitere Mitwirkende
Der Stack steht unter der GNU General Public License Version 2 mit einer
Linking Exception nach dem Vorbild der GCC-Runtime-Library-Exception:
Die Verwendung von Header-Dateien, Templates oder das Linken des kompilierten Stacks gegen
ein nicht-GPL-Werk löst nicht automatisch die GPL-Pflichten für dieses andere Werk aus.
Die Quelltexte des Stacks selbst bleiben jedoch GPL-lizenziert und werden auf Anfrage gemäß
Abschnitt „Schriftliches Angebot für Quelltext" zur Verfügung gestellt.
Linking-Exception-Klausel anzeigen
As a special exception, if other files instantiate templates or use macros or
inline functions from this file, or you compile this file and link it with
other works to produce a work based on this file, this file does not by itself
cause the resulting work to be covered by the GNU General Public License.
However the source code for this file must still be made available in accordance
with section (3) of the GNU General Public License.
This exception does not invalidate any other reasons why a work based on this
file might be covered by the GNU General Public License.
— Vollständiger GPL-2.0-Lizenztext: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
CMSIS — Apache-2.0
Bezugsquelle: https://github.com/ARM-software/CMSIS_5
Copyright © Arm Limited
Apache-2.0 Lizenztext anzeigen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
— Vollständiger Lizenztext: https://www.apache.org/licenses/LICENSE-2.0.txt
Coldwave Script-VM — ImagineOn Software-Lizenz
Die Coldwave Script-VM ist eine proprietäre Komponente der ImagineOn GmbH.
Sie wird hier ausschließlich zur Vollständigkeit der Software-Stückliste aufgeführt;
es handelt sich nicht um Open-Source-Software.
Lizenzbedingungen: https://www.imagineon.de/info/licensing-terms.
Silicon Labs Gecko SDK / EMLIB / Crypto-Treiber
Bezugsquelle: https://www.silabs.com/developers/simplicity-studio
Copyright © Silicon Laboratories Inc.
Einzelne Bestandteile des Gecko SDK stehen unter Zlib-Lizenz (Open Source),
andere unter der proprietären Silicon Labs Master Software License Agreement (MSLA).
Die jeweils anwendbare Lizenz ist im Quelltext der einzelnen Module über
SPDX-Header gekennzeichnet. Der vollständige MSLA-Text steht unter
https://www.silabs.com/about-us/legal/master-software-license-agreement
bereit; die Zlib-Lizenz unter
https://opensource.org/license/zlib.
Schriftliches Angebot für Quelltext (gemäß GPL § 3)
Für die in diesem Produkt enthaltenen Komponenten unter Copyleft-Lizenzen
(insbesondere GPL-2.0 für den BACnet-Stack) stellt die ImagineOn GmbH auf Anfrage und gegen
Erstattung der Kopier- und Versandkosten den vollständigen Quelltext bereit.
Anfragen bitte unter dem Stichwort „OSS-Quelltext YUKI Block RSX1/LTE-M" an:
Bitte geben Sie die Seriennummer (IMEI) Ihres Geräts und die installierte Firmware-Version an.
Das Angebot gilt für mindestens drei Jahre ab Lieferung des Geräts entsprechend § 3 (b) GPL-2.0.
Änderungshistorie
| Version | Datum | Änderung |
| 1.0 | 2026 | Erstausgabe |
© 2026 ImagineOn GmbH. Diese Lizenzseite ist Bestandteil der technischen Dokumentation
zum Coldwave YUKI Block RSX1/LTE-M und wird jeweils mit Firmware-Releases aktualisiert.