https://github.com/tkellogg/rust-mqtt
A MQTT client in Rust
https://github.com/tkellogg/rust-mqtt
Last synced: about 1 year ago
JSON representation
A MQTT client in Rust
- Host: GitHub
- URL: https://github.com/tkellogg/rust-mqtt
- Owner: tkellogg
- Created: 2014-04-03T03:21:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T06:09:45.000Z (almost 11 years ago)
- Last Synced: 2025-03-26T10:05:22.055Z (about 1 year ago)
- Language: Rust
- Size: 254 KB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
mqtt.rs
=======
This is a client for the [MQTT protocol][1] written in Rust. It is not in any way complete, not even to an experimental level. Currently compiles for Rust 1.0.
Compiling is now just the standard Cargo process.
* `cargo build` - compile just the library
* `cargo test` - compile and run the tests
[1]: http://mqtt.org/