I’m considering the following scenario as a method to use a photon to communicate with a wireless device on a wifi network that it is not connected to the internet. I’m hoping someone might be able to identify any major holes or obvious pitfalls before I dive in. Here it is:
- The photon is connected to wifi network that is not connected to the internet
- The photon is also connected to a linux machine via USB
- Using the HTTPClient library I intend to make GET requests to a device that’s on the same wifi network (initiated from a serial command) as the photon
- Then I’ll relay the response (<1k) from the GET request to the linux machine via USB serial