1

Topic: connect multiples mobile with wifi

Hi i made a remotexy app to turn on and of a bulb
i was using wemos di mini and connected it to mobile using its wifi
now the problem is that only one mobile can connect to at a time
i have to disconnect it first and then re-connect it with the other mobile
is there is a way by which i can use control the bulb on both mobiles at the same time

2 (edited by Guillaume 2020-02-03 13:32:13)

Re: connect multiples mobile with wifi

Welcome,

It is possible but only by creating multiple instances of remotexy. See here for an example http://forum.remotexy.com/viewtopic.php?id=15 where I create 2 instances each with their own config and struct, but you can share the same config and struct for all instances if you want, but the connect_flag will be unreliable, and controls will not update on the other phone, for example if you have a slider and move it on the first phone, the slider on the second phone will not reflect the change.

3

Re: connect multiples mobile with wifi

Guillaume wrote:

Welcome,

It is possible but only by creating multiple instances of remotexy. See here for an example http://forum.remotexy.com/viewtopic.php?id=15 where I create 2 instances each with their own config and struct, but you can share the same config and struct for all instances if you want, but the connect_flag will be unreliable, and controls will not update on the other phone, for example if you have a slider and move it on the first phone, the slider on the second phone will not reflect the change.

thanks sir for your reply, I hope this will solve the problem. big_smile