Categorygithub.com/czqu/rmtt-go
repositorypackage
0.0.4-beta
Repository: https://github.com/czqu/rmtt-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Remote Message Telemetry Transport(RMTT) Go Client

This repository provides an implementation of the RMTT (Remote Message Telemetry Transport) protocol in Go.

Overview

The RMTT Go client implementation, primarily inspired by the popular MQTT Go client, paho.mqtt.golang. It offers a similar API structure and design, making it familiar and easy to use for developers experienced with MQTT.

Installation

To install the RMTT Go client, you can use go get:

go get -u github.com/czqu/rmtt-go