scaleway-iot-hub-sdk-kmp

Unofficial SDK interacts with Scaleway IoT Hub API, enabling operations on hubs, devices, routes, networks, and experimental twins using the Ktor client library.

Android JVMJVMKotlin/Native
GitHub stars3
Authorsplaymoweb
Open issues0
Creation dateover 1 year ago

Last activityabout 1 year ago
Latest release0.2.0 (16 days ago)

Scaleway IoT Hub SDK for Kotlin Multiplatform

Version JVM Android iOS

This is an unofficial SDK for the Scaleway IoT Hub API.

It is written in Kotlin Multiplatform and uses the Ktor client library to interact with the API.

Supported platforms

  • JVM
  • Android
  • iOS

Setup

Dependencies are hosted on Maven Central.

Add dependency

implementation("com.playmoweb.iothub:iothub-sdk:0.1.0")

Usage

Example

import com.playmoweb.iothub.IotHubConfig
import com.playmoweb.iothub.IotHubSdk

val sdk: IotHubSdk = IotHubSdk(
    iotHubConfig = IotHubConfig(
        accessKey = "your_access_key",
        secretKey = "your_secret_key"
    ),
)

val devices = sdk.client.listDevices()

Features

Useful links

Android JVMJVMKotlin/Native
GitHub stars3
Authorsplaymoweb
Open issues0
Creation dateover 1 year ago

Last activityabout 1 year ago
Latest release0.2.0 (16 days ago)

Scaleway IoT Hub SDK for Kotlin Multiplatform

Version JVM Android iOS

This is an unofficial SDK for the Scaleway IoT Hub API.

It is written in Kotlin Multiplatform and uses the Ktor client library to interact with the API.

Supported platforms

  • JVM
  • Android
  • iOS

Setup

Dependencies are hosted on Maven Central.

Add dependency

implementation("com.playmoweb.iothub:iothub-sdk:0.1.0")

Usage

Example

import com.playmoweb.iothub.IotHubConfig
import com.playmoweb.iothub.IotHubSdk

val sdk: IotHubSdk = IotHubSdk(
    iotHubConfig = IotHubConfig(
        accessKey = "your_access_key",
        secretKey = "your_secret_key"
    ),
)

val devices = sdk.client.listDevices()

Features

Useful links