Comment Re:The IoT protocols (Score 1) 37
WiFi does not necessarily need to call the manufacturer's server though.
You can always have a local server controlling the devices, on the same network, No internet access even required.
Even, you could have a private internet-facing server to control devices at different sites. Or have something form of tunnelling to connect different sites.
On the device side, you can pair a wifi modem with a micro controller, or even use something like the ESP32, where your application code can live next to the WIFi/IP stack.
You can always have a local server controlling the devices, on the same network, No internet access even required.
Even, you could have a private internet-facing server to control devices at different sites. Or have something form of tunnelling to connect different sites.
On the device side, you can pair a wifi modem with a micro controller, or even use something like the ESP32, where your application code can live next to the WIFi/IP stack.