09-17-2022, 05:43 AM
Hello, I'm Ferney, from Colombia and I'm trying to make a script on python that will be able to send the activation code to an android or ios device which obviously will have remote access enabled.
/control?cmd=start
HOST1 = "192.168.1.4:8080"
HOST2 = "192.168.1.94:8080"
HOSTS = [HOST1, HOST2]
for x in HOSTS:
conn.pyphox.connect(x)
conn.start()
There is an example of my script, I used the phyphox API from GitHub,
However, I had a lot of problems concerning underperformance like:
How I can get the specific URL that generates the App when I activate the remote access directly on python?
There is another way to send the command of activation to all devices at the same time?
It's possible to activate the measure and that the phones start measuring at the same time?
I'm a beginner using phyphox, possibly there is another way to make this and I don't know, that is the reason why I post this...
/control?cmd=start
HOST1 = "192.168.1.4:8080"
HOST2 = "192.168.1.94:8080"
HOSTS = [HOST1, HOST2]
for x in HOSTS:
conn.pyphox.connect(x)
conn.start()
There is an example of my script, I used the phyphox API from GitHub,
However, I had a lot of problems concerning underperformance like:
How I can get the specific URL that generates the App when I activate the remote access directly on python?
There is another way to send the command of activation to all devices at the same time?
It's possible to activate the measure and that the phones start measuring at the same time?
I'm a beginner using phyphox, possibly there is another way to make this and I don't know, that is the reason why I post this...