Skip to content

add mqtt module#164

Open
jr1221 wants to merge 5 commits intomainfrom
mqtt-ethernet
Open

add mqtt module#164
jr1221 wants to merge 5 commits intomainfrom
mqtt-ethernet

Conversation

@jr1221
Copy link
Copy Markdown
Contributor

@jr1221 jr1221 commented Mar 25, 2026

This supports MQTT.

Copy link
Copy Markdown
Contributor

@caiodasilva2005 caiodasilva2005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome. I know this is prob not to be merged soon, but remove testing and commented threads before merging

stream = pb_ostream_from_buffer(buffer, sizeof(buffer));
if(status != U_SUCCESS) {
PRINTLN_WARNING("Failed to send Ethernet message after removing from outgoing queue: %ud", status);
if (status == 0x10002) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nit but can we make a var for 0x10002. assuming that is mqtt disconnection return status

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.

2 participants