-
Notifications
You must be signed in to change notification settings - Fork 43
Installation
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 - the package manager for Windows, For Microsoft Windows install Chocolatey to install Toolkit CLI.
choco install toolkit
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
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
.
This article is part of the IoT Toolkit, click on Directory View all chapters.
If you feel that the article is helpful to you, please click on Star 🌟 or Fork 🍴 in the top right corner.
-
toolkit mqtt desc
: introduction and description of MQTT protocol;
-
toolkit mqtt set
: mqtt settings information management;
-
toolkit mqtt shell
: mqtt shell mode;
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;