Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/mesquite
A Rust Implementation of the MQTT Protocol
https://github.com/steveklabnik/mesquite
Last synced: 13 days ago
JSON representation
A Rust Implementation of the MQTT Protocol
- Host: GitHub
- URL: https://github.com/steveklabnik/mesquite
- Owner: steveklabnik
- License: apache-2.0
- Created: 2014-10-30T04:24:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T04:24:10.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:19:37.821Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Mesquite: A Rust Implementation of the MQTT Protocol
[![View build status on Travis CI](https://travis-ci.org/omasanori/mesquite.svg?branch=master)](https://travis-ci.org/omasanori/mesquite)
## What Is This?
Mesquite is an implementation of the Message Queuing Telemetry Transport (MQTT)
protocol. It is written in Rust and provided as a library. The target protocol
version is 3.1.1.## Current Status
Pre-alpha: exploring API design.
## License
Mesquite is dual-licensed under the MIT License and the Apache License 2.0.