You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: