ntex-mqtt
MQTT Client/Server framework for v5 and v3.1.1 protocols
File Explorer
Download Latest Version (.zip)- checks.yml
- cov.yml
- linux.yml
- osx.yml
- windows.yml
- basic.rs
- client.rs
- mqtt-ws-client.rs
- mqtt-ws-server.rs
- openssl-client.rs
- openssl.rs
- routing.rs
- routing_v5.rs
- session.rs
- subs.rs
- subs_client.rs
- connection.rs
- connector.rs
- control.rs
- dispatcher.rs
- mod.rs
- codec.rs
- decode.rs
- encode.rs
- mod.rs
- packet.rs
- control.rs
- default.rs
- dispatcher.rs
- handshake.rs
- mod.rs
- publish.rs
- router.rs
- server.rs
- shared.rs
- sink.rs
- connection.rs
- connector.rs
- control.rs
- dispatcher.rs
- mod.rs
- auth.rs
- connack.rs
- connect.rs
- disconnect.rs
- mod.rs
- pubacks.rs
- publish.rs
- subscribe.rs
- codec.rs
- decode.rs
- encode.rs
- mod.rs
- control.rs
- default.rs
- dispatcher.rs
- handshake.rs
- mod.rs
- publish.rs
- router.rs
- server.rs
- shared.rs
- sink.rs
- config.rs
- control.rs
- error.rs
- inflight.rs
- io.rs
- lib.rs
- payload.rs
- server.rs
- service.rs
- session.rs
- topic.rs
- types.rs
- utils.rs
- version.rs
- cert.pem
- key.pem
- test_server.rs
- test_server_both.rs
- test_server_v5.rs
- .gitignore
- Cargo.toml
- CHANGES.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- rustfmt.toml
# Installation Guide
1. Get the code
git clone https://github.com/ntex-rs/ntex-mqtt
Downloads the entire project code from GitHub to your computer.
cd ntex-mqtt
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
