-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question #118
Comments
You have to provide them yourself. If you want to look at a reference design using
MQTT and this crate do not care where your MQTT broker are. They can be local, or half way around the globe. This is all entirely managed by IP addresses and routing (i.e. the internet). If you can't connect to a broker on another machine, you need to look at your network infrastructure to make sure that packet routing is properly set up. |
The local mqtt server and other mqtt servers need account and password for access, but actually the local server does not need the account and password to connect to it. Is the other connection failure caused by the password account |
Very likely. We do not support user/pass authentication currently (because it is insecure when transmitted over unencrypted channels), but would be open to accepting PRs for it! |
In no std project,how do I reference the appropriate stack and clock packages;Another question is that I tried to connect to an mqtt server of another computer, but I couldn't connect. Is it because I can only connect to the local mqtt server
The text was updated successfully, but these errors were encountered: