Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.09 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.09 KB

OmniCore-Sample-Apps

Sample codes in popular languages showing OmniCore SDK usage

Python

Install it via:

pip install git+https://github.com/korewireless/OmniCore-Python-SDK.git

you may need to run pip with root permission:

`sudo pip install git+https://github.com/korewireless/OmniCore-Python-SDK.git`

Note:Pydantic 2.x.x doesnt work currently with python SDK please install pydantic version 1.x.x(ex: pip install pydantic==1.10.12) More Details

CSharp

Usage

Adds or updates a package reference in your project by running below command

dotnet add package KORE-Wireless.OmniCore --version 2.4.0

More Details

Go

Usage

Install it via:

go get "github.com/korewireless/OmniCore-Go-SDK"

More Details

JavaScript

Usage

npm

Install it via:

npm install https://github.com/korewireless/OmniCore-JavaScript-SDK

More Details