library for kaikutek SoC SDK. It provides a set of functions to establish and manage connections between devices using the Kaikutek SoC platform.
-
0.1.1 - 2024-01-17
- add logger to the module
- add example "send_custom_command.py"
- add documentation for the module
-
0.1.0 - 2023-09-01
- Initial release
To use this library, you can either clone the repository and create environment with Poetry, or you can install it using pip command in a environment recommand using Python 3.8.9
-
Clone the repository
To clone the repository, you will need to have git installed. If you don't have git installed, you can download it from the official website: https://git-scm.com/downloads
Once you have git installed, run the following command to clone the repository:
git clone https://github.com/username/ksoc_connection.git
Replace username with the actual username of the repository owner.
-
Install using Poetry
To install using Poetry, you can refer to the official website: https://python-poetry.org/docs/basic-usage/.
-
Install using pip
To install using pip, navigate to the ksoc_connection directory and run the following command:
pip install git+https://github.com/username/ksoc_connection.git
This will install the library and its dependencies globally on your system.
To use this library, you can refer to the following example in the examples directory.
Contributions to this library are welcome. To contribute, simply fork the repository, make your changes, and submit a pull request.
This library is licensed under the MIT License. See the LICENSE file for more information.