Skip to content
sanshengshui edited this page May 12, 2023 · 5 revisions

ToolKit
ToolKit: human-friendly IoT Protocol client CLI🔧

Toolkit is a client-side command line tool that supports multiple iot protocols. CoAP, MQTT and NB-IoT(China Telecom AEP platform, China Mobile OneNET platform) protocols are currently supported, and more protocols will be supported in the future. Toolkit provides a modern design, automatic completion, multi-language configuration, good user interaction, and easy operation. It runs on Linux, Unix, Windows and Raspberry Pi, does not depend on any runtime.


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