8000 GitHub - ctron/hot at v0.3.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ctron/hot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOT - Hono Test

This is a simple command line tool for testing Eclipse Hono™.

Start a test consumer

Fill in your connection information, and then execute the following command:

hot consume telemetry amqps://my.server:443 tenant

You can use the following flags:

--insecure
Skip the TLS verification.

Publish an HTTP message

Fill in your connection information, and then execute the following command:

hot publish http telemety https://my.server tenant device auth password payload

The following flags are supported:

--qos
Set the "Quality of Service". Defaults to 0.
--ttd
Set the "time till disconnect", the amount of seconds the HTTP call will wait for a command to the device

Publish an MQTT message

Fill in your connection information, and then execute the following command:

hot publish mqtt telemety ssl://my.server tenant device auth password payload

The following flags are supported:

--qos
Set the "Quality of Service". Defaults to 0.

Building

Building requires Go 1.12.x. You can build the binary by executing:

GO111MODULE=on go build -o hot ./cmd

About

Command line test tool for Eclipse Hono

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0