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

Add MQTT Client Implementation for R2P2 #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ryosk7
Copy link

@ryosk7 ryosk7 commented Jan 9, 2025

Changes to move MQTT support for picoruby
picoruby/picoruby#190

Until this pull request is merge, you can build MQTT support by setting the submodule as follows.

In the .gitmodule,

[submodule "lib/picoruby"]
  path = lib/picoruby
  url = https://github.com/ryosk7/picoruby.git
cd lib/picoruby
git submodule update --remote
git checkout support-mqtt

WIFI=yes rake pico_wifi

For more detailed builds, see the following.
https://github.com/picoruby/R2P2?tab=readme-ov-file#build

@ryosk7 ryosk7 changed the title feat: Support MQTT. Add MQTT Client Implementation for R2P2 Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant