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

[Feature Request] Implement MQTT Into Client #431

Open
ajmcquilkin opened this issue Aug 8, 2023 · 0 comments
Open

[Feature Request] Implement MQTT Into Client #431

ajmcquilkin opened this issue Aug 8, 2023 · 0 comments
Labels
feature request Requesting functionality be added

Comments

@ajmcquilkin
Copy link
Member

Implement MQTT message publishing from the FromRadio interface to the internet. This should be implemented as follows (from iOS):

Step 1 add new config value from protobufs
Step 2 find a mqtt library
Step 3 connect to configured mqtt server if enabled (iOS does this after want_config)
Step 4 subscribe to msh/2/c/# after successful server connection
Step 5 implement from radio code above
Step 6 Take messages received from the mqtt subscription and send them toRadio

@ajmcquilkin ajmcquilkin added the feature request Requesting functionality be added label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requesting functionality be added
Projects
None yet
Development

No branches or pull requests

1 participant