Product Info

KKM Co.Ltd KGateway(for KBeacon) Configuration
Copyright by KKM Inc. public 31 / 33
"dmac": "3636000A33DD",
"data1": "",
"type": 32,
"time": "2019-09-02 09:22:22",
"rssi": -59
}, {
"dmac": "5055010A33DD",
"data1": "",
"type": 32,
"time": "2019-09-02 09:22:23",
"rssi": -44
}, {
"dmac": "7355010A33DD",
"data1": "",
"type": 32,
"time": "2019-09-02 09:22:25",
"rssi": -45
}],
"gmac": "D03304002122"
}
8. Appendix2 Setup your own MQTT Server
There is some third-party MQTT server software. Following example uses mosquito as an
example which test in windows10 environment.
1. Download mosquito:
https://mosquitto.org/files/binary/
2. We installed the software to C:\Program Files\mosquitto
3. Create the password file with username:
mosquitto_passwd -c pwfile2.example test
3. edit mosquitto.conf file,
add follow line in the file
max_connections -1
listener 61613
protocol mqtt
allow_anonymous false
password_file pwfile2.example
uncomment follow line: