Skip to content

Installation

sanshengshui edited this page May 19, 2023 · 1 revision

Homebrew

For Mac OS X and Linux systems use Homebrew to install Toolkit CLI via the Toolkit CLI Tap.

brew install iot-technology/tap/toolkit

Chocolatey

Chocolatey - the package manager for Windows, For Microsoft Windows install Chocolatey to install Toolkit CLI.

choco install toolkit

SDKMAN

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates.

to install sdkman to use Toolkit CLI.

sdk install toolkit

Origin Installation Zip Install

Platform Toolkit
Linux-x86_64 toolkit-latest-linux-x86_64.zip
Linux-arm64 toolkit-latest-linux-aarch_64.zip
Unix toolkit-latest-osx-x86_64.zip
Windows toolkit-latest-windows-x86_64.zip

Download the Zipfile and extract it in your preferred location. To execute Toolkit CLI simply open the bin/toolkit.


toolkit-config


toolkit-MQTT

  • toolkit mqtt desc: introduction and description of MQTT protocol;
  • toolkit mqtt set: mqtt settings information management;
  • toolkit mqtt shell: mqtt shell mode;

toolkit-CoAP

Synopsis:

  • toolkit coap desc: introduction and description of CoAP protocol;

  • toolkit coap mt: List supported MIME types;

  • toolkit coap disc: list available resources;

  • toolkit coap get: Request data from CoAP Resource;

  • toolkit coap post: Create/Update data in CoAP Resource;

  • toolkit coap put: Update data in CoAP Resource;

  • toolkit coap del: Delete CoAP Resource;


toolkit-NBIOT

NB-IoT


Test

Clone this wiki locally