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
Currently the mosquittomqtt server is running ad-hoc in Birmingham, as it's being used more we'll need to formalise the deployment to make it safer and robust:
mosquitto should not run as me
Implement a mosquitto auth plugin that hooks to Majora (or a script to pull auth keys from Majora)
Expose a route to Cardiff to allow messages to be exchanged across the two halves of CLIMB-COVID
Use clean_client to allow clients to pick up missed messages
Set up an echo service that echoes messages to subscribers only if they meet a template
Set up an audit client to record all messages
The text was updated successfully, but these errors were encountered:
Read up briefly on how this would work. mqtt brokers on different networks can be joined with bridges that just broadcast and subscribe all topics to the other side. I additionally tried to Apache Kafka and kafka-python which is like mqtt on steroids. I think Kafka is overkill for the current phase but looks cool for some stuff I have in mind later.
Currently the
mosquitto
mqtt
server is running ad-hoc in Birmingham, as it's being used more we'll need to formalise the deployment to make it safer and robust:mosquitto
should not run as meclean_client
to allow clients to pick up missed messagesThe text was updated successfully, but these errors were encountered: