Product Info

KKM Co.Ltd KGateway(for KBeacon) Configuration
Copyright by KKM Inc. public 24 / 33
Wait 30 seconds to 1 minute after saving the settings. If the base station flashes green light,
the network connection between the base station and the cloud is normal. If it still flash red LED,
the network connection between KGateway and the Cloud maybe failed.
6.1.1.3 Check if the HTTP/MQTT server running normal
Scenario 1: Using MQTT server
Please refer to section 7.2 Using third parts MQTT client to verify KGateway in
<<KGateway API Introduction>> document.
If MQTT client connection fails, please check:
1) is there a firewall on the MQTT server to prevent other client connections? The default
port of the MQTT server is 61613.
2) Whether the MQTT server is installed correctly.
Scenario 2: Using HTTPs server
You can use curl tools to verify if the connection and the key file is right.
Example:
curl --request POST --url 'http://api.ieasygroup.com:8091/postdata' --header 'content-type:
application/json' --data
'{"msg":"advData","gmac":"A1A2A3A4A5A9","obj":[{"dmac":"AE9639C51701","rssi":"-25",
"data1":"020106"},{"dmac":"7E4395AB78CC","rssi":"-25","data1":"020106030202180AFF4B
4D027E4395AB78CC"}]}' --include
pause