Multiple Client Pis

Hello everyone, I am new to Node-Red so need some of your help. I am trying to send data to multiple client raspberry Pis via Router from dashboard(server) side of main server raspberry pi. I need some of your guidance here.

Use MQTT.

Client PI 1 - subscribe to MQTT topic server/some/invented/topic
Client PI 2 - subscribe to MQTT topic server/some/invented/topic
Client PI 3 - subscribe to MQTT topic server/some/invented/topic

SERVER PI - Publish value to MQTT topic server/some/invented/topic

This is the simplest way.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.