Third-party libraries used in Kanzi Monitor¶
Here you can find a list of third-party libraries used in Kanzi Monitor.
Library |
License |
Website |
|---|---|---|
THE MIT License (MIT) |
||
The MIT License (MIT) |
https://github.com/modelcontextprotocol/python-sdk/blob/main/LICENSE |
|
BSD 3-Clause License |
https://github.com/home-assistant-libs/pyserial-asyncio-fast/blob/master/LICENSE.txt |
|
Apache License 2.0 |
Dear ImGui 1.91.6¶
The example application uses a plugin that embeds and uses Dear ImGui.
The MIT License (MIT)
Copyright (c) 2014-2026 Omar Cornut
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.
MCP Python SDK 1.0.0¶
The Kanzi Monitor MCP server uses the MCP Python SDK to expose Monitor commands as tools for AI assistants.
The MIT License (MIT)
Copyright (c) 2024 Anthropic, PBC
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.
pyserial-asyncio-fast 0.16¶
The Kanzi Monitor MCP server uses pyserial-asyncio-fast for optional serial port communication with Kanzi applications.
BSD 3-Clause License
Copyright (c) 2015-2021 pySerial-team (see CREDITS.rst)
All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
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.
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “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 COPYRIGHT HOLDER OR CONTRIBUTORS 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.
Perfetto SDK v55.3¶
Kanzi Monitor vendors the Perfetto C++ tracing SDK to provide the perfetto-producer trace output format. The amalgamated source is included unmodified in third_party/perfetto/.
The other Perfetto-related writer — perfetto, which emits the native .perfetto-trace format — is an independent, dependency-free encoder written for Kanzi Monitor (include/perfetto_proto.hpp); it does not use this SDK and is not third-party code. It serializes the Perfetto trace wire format using field numbers taken from Perfetto’s public perfetto_trace.proto schema (Apache License 2.0), which Kanzi Monitor gratefully acknowledges.
Apache License 2.0
Copyright The Android Open Source Project and others
The amalgamated SDK bundles a small amount of third-party code under its own terms — notably BSD-licensed components (The Chromium Authors; Niels Provos / OpenBSD tree.h) and an SQLite-derived component. All copyright notices and license texts are reproduced in third_party/perfetto/LICENSE, which is the authoritative, complete license set and is redistributed with Kanzi Monitor. Reproducing that file satisfies the attribution requirements of Apache License 2.0 (§4) and of the bundled BSD components.
The full Apache 2.0 text is also available at https://www.apache.org/licenses/LICENSE-2.0.