cpokuru / hivemq-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hivemq-examples

This is a collection of code examples for working with the HiveMQ Extension System and the HiveMQ MQTT Client.

Enhanced Auth

  • math-challenge-extension: An example HiveMQ Extension to demonstrate challenge response authentication.
  • math-challenge-client: An example MQTT client to demonstrate challenge response authentication.

How to test MQTT Applications

Getting started with HiveMQ Cloud

To try out the cloud hosted version of HiveMQ, simply use the hivemq-getting-started-cloud module. Enter your host, username and password like it is described in the comments and on the website. Then you can see, how an example-implementation would work.

Getting started with a public HiveMQ broker

To try out the publicly hosted version of HiveMQ, simply use the hivemq-getting-started-public module. It will connect to "broker.hivemq.com", which is the publicly available broker of HiveMQ. Run the program, and you can see how an example-implementation would work.

About

License:Apache License 2.0


Languages

Language:Java 97.3%Language:Kotlin 2.7%