Skip to content
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

The MQTT lesson is not for ESP32? #231

Closed
hongquan opened this issue Jan 10, 2024 · 3 comments
Closed

The MQTT lesson is not for ESP32? #231

hongquan opened this issue Jan 10, 2024 · 3 comments

Comments

@hongquan
Copy link

I am following the MQTT lesson. When I add rumqtt as dependency, it doesn't compile, because it depends on tokio -> mio, which in turn requires Linux uring.
So, can your confirm that this lesson for Linux host, not for ESP32 device?

@MabezDev

This comment was marked as outdated.

@SergioGasquez
Copy link
Member

SergioGasquez commented Jan 10, 2024

There are 2 projects for the MQTT lesson:

  • ESP32 project, under intro/mqtt/exercise
    • This is meant to run in your esp32
  • Computer project, under intro/mqtt/host-client
    • This is meant to run in your computer

In the book:

✅ In intro/mqtt/host_client you can find a host run program that mimics the behavior of a second client. Run it in a separate terminal using the cargo run command. Find more information about the host client below.

Please, go through https://esp-rs.github.io/std-training/03_5_2_mqtt.html to fully understand how the project works

@hongquan
Copy link
Author

Thank you.

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants