INGICS TECHNOLOGY
connections to the server.
HTTP POST
Another popular server type is HTTP(s).
iGS02E can use HTTP POST to communicate
with the server. In this scenario, one has to
assign the HTTP host address and port
number. Also the url path is necessary to
bring the BLE data to the HTTP server
through the gateway. Some HTTP servers
may need username and password. The
others may need extra header and value.
HTTPS
In URL, start with https://.
Keep-Alive
Check it to enable http keep alive which will
improve network throughput.
Request Interval and Throttle Control, please
refer to TCP client.
MQTT Client
MQTT server is supported by the iGS02E. In
this scenario, one has to assign the MQTT
host address and port number. Also the
publish topic need to be assigned. Client ID is
defaultly assigned as the gateway name with
part of MAC address, user can change it as
well. If Client ID is not set, system will
generate a random number for it. Username
and password are optional.