inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

no server? #34

Open alexzanderr opened 1 year ago

alexzanderr commented 1 year ago

hello

what do you mean no server in readme?

you actually mean that this entire crate is just a client? no broker here? image

basically, this crate can only provide client code for rust apps to be the device from that image?

so am i supposed to use a 3rd party mqtt broker to be able to run these examples?

because i tried running both examples and told me "Connection Refused", so im guessing there is no broker running at that addres passed on the examples, right?