Skip to content

Partial Rust implementation of the MQTT-SN standard, which defines the operation of MQTT optimized for sensor networks.

License

Notifications You must be signed in to change notification settings

sigma001/rust-mqtt-sn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust MQTT-SN crates.io Documentation Cargo Test

Introduction

Partial Rust implementation of the MQTT-SN standard, which defines the operation of MQTT optimized for sensor networks. This crate is in early development but still implements most of the MQTT-SN protocol.

Usage

Use Cargo to add this library as a dependency to your project. Add the following to you Cargo.toml:

[dependencies]
mqtt-sn = "0.1"

For more information, please refer to the API Reference.

License

This project is open source software, licensed under the terms of the Mozilla Public License.

See LICENSE for full details.

About

Partial Rust implementation of the MQTT-SN standard, which defines the operation of MQTT optimized for sensor networks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%