Skip to content

library for kaikutek SoC SDK. It provides a set of functions to establish and manage connections between devices using the Kaikutek SoC platform.

License

Notifications You must be signed in to change notification settings

lianyun0502/KSOC_Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSOC_Connection

License: MIT

library for kaikutek SoC SDK. It provides a set of functions to establish and manage connections between devices using the Kaikutek SoC platform.

latest release

  • 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

Installation

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.

Usage

To use this library, you can refer to the following example in the examples directory.

Contributing

Contributions to this library are welcome. To contribute, simply fork the repository, make your changes, and submit a pull request.

License

This library is licensed under the MIT License. See the LICENSE file for more information.

About

library for kaikutek SoC SDK. It provides a set of functions to establish and manage connections between devices using the Kaikutek SoC platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages