B4J Question B4J/B4A Communicate with multiple B4R programs

LarryK

Member
Greetings! I have an ESP8266 controlling an LED string using B4R and B4J/B4A. The commands are sent to the B4R app using ASyncStreams. Everything works as it should.
Now is the time to expand. I want the B4J/B4A program to control 4 ESP's (4 unique IP addresses) either individually (can probably figure this out) or all at once (this is what I need help with) If someone could lead me in the right direction, I thank you.
Larry
 
Last edited:

hatzisn

Expert
Licensed User
Longtime User
Try the MQTT way.
 
Upvote 0
Top