ibmendoza / pony-mqtt

:horse: MQTT client in Pony

Home Page:https://epiceric.github.io/pony-mqtt-docs/mqtt--index/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pony-MQTT

A notify-based implementation of an MQTT client written in the Pony language.

Status

CircleCI

Pony-MQTT is in alpha, which means breaking changes are expected. Please read CONTRIBUTING.md if you wish to lend a hand.

Available features

  • Support for MQTT protocol versions 3.1 and 3.1.1 through TCP.
  • TLS, authentication, and auto-retry connection.
  • QoS for publish, subscribe, unsubscribe.

Installation

{ 
  "type": "github",
  "repo": "epiceric/pony-mqtt"
}
  • stable fetch to fetch your dependencies.
  • use "mqtt" to include this package.
  • stable env ponyc to compile your application.

Usage

Please refer to the official documentation hosted on GitHub Pages.

About

:horse: MQTT client in Pony

https://epiceric.github.io/pony-mqtt-docs/mqtt--index/

License:MIT License


Languages

Language:Pony 90.4%Language:Python 6.8%Language:Batchfile 1.9%Language:Makefile 0.4%Language:Shell 0.4%