@divadiow @insmod @max4elektroda
I've got some random idea on how to improve pairing with WiFi. Currently, when you pair device with your router, you don't get to see a new IP that was received it. And we don't have a mechanism to have both AP and STA at the same time....
But what if we add a little script to pairing page? Remember the device MAC in Javascript and then, in JS loop, iterate local IP addresses (?), query obk endpoint and see if there is a matching one?
There is however one issue - can we somehow figure out the range of IP addresses to check while being in that browser page? I usually pair my devices on my laptop, which is also connected to network via cable... what about phones? If you exit device AP and connect back to your WiFi, would that still work?
I didn't do any testing yet, it's just a random idea
Helpful post? Buy me a coffee.
I've got some random idea on how to improve pairing with WiFi. Currently, when you pair device with your router, you don't get to see a new IP that was received it. And we don't have a mechanism to have both AP and STA at the same time....
But what if we add a little script to pairing page? Remember the device MAC in Javascript and then, in JS loop, iterate local IP addresses (?), query obk endpoint and see if there is a matching one?
There is however one issue - can we somehow figure out the range of IP addresses to check while being in that browser page? I usually pair my devices on my laptop, which is also connected to network via cable... what about phones? If you exit device AP and connect back to your WiFi, would that still work?
I didn't do any testing yet, it's just a random idea