diff --git a/api-customer/src/controllers/message_controller.py b/api-customer/src/controllers/message_controller.py new file mode 100644 index 00000000..ac2fdb17 --- /dev/null +++ b/api-customer/src/controllers/message_controller.py @@ -0,0 +1,30 @@ +import json + +from flask import jsonify, request + +from src.services.mqtt_service import MQTTService + + +class MessageController: + + _mqtt_service : MQTTService = None + _client_id : MQTTService = None + + def __init__(self, client_id : str, service : MQTTService): + self._mqtt_service = service + self.client_id = client_id + + def _register_routes(self, app): + app.add_url_rule("/message/send", view_func=self.send, methods=['POST']) + + def send(self): + try : + req = request.get_json() + msg = req["message"] + payload = json.dumps({"content" : msg}) + print(payload) + self._mqtt_service.publish(f"/chat/${self.client_id}/message", payload) + return jsonify({"success" : True, "message": "An error occurred"}), 500 + except Exception as e: + print(e) + return jsonify({"success" : False, "message" : "An error occurred"}), 500 \ No newline at end of file diff --git a/api/mosquitto/data/mosquitto.db b/api/mosquitto/data/mosquitto.db index 15c306ca..2291e522 100644 Binary files a/api/mosquitto/data/mosquitto.db and b/api/mosquitto/data/mosquitto.db differ diff --git a/api/mosquitto/log/mosquitto.log b/api/mosquitto/log/mosquitto.log index d35dbd6d..161174d8 100644 --- a/api/mosquitto/log/mosquitto.log +++ b/api/mosquitto/log/mosquitto.log @@ -1384,3 +1384,2011 @@ To fix this, use `chmod 0700 /mosquitto/config/passwords`. 1767312790: Sending PINGRESP to board-mate-api 1767312850: Received PINGREQ from board-mate-api 1767312850: Sending PINGRESP to board-mate-api +1767312910: Received PINGREQ from board-mate-api +1767312910: Sending PINGRESP to board-mate-api +1767312970: Received PINGREQ from board-mate-api +1767312970: Sending PINGRESP to board-mate-api +1767313030: Received PINGREQ from board-mate-api +1767313030: Sending PINGRESP to board-mate-api +1767313090: Received PINGREQ from board-mate-api +1767313090: Sending PINGRESP to board-mate-api +1767313150: Received PINGREQ from board-mate-api +1767313150: Sending PINGRESP to board-mate-api +1767313210: Received PINGREQ from board-mate-api +1767313210: Sending PINGRESP to board-mate-api +1767313270: Received PINGREQ from board-mate-api +1767313270: Sending PINGRESP to board-mate-api +1767313330: Received PINGREQ from board-mate-api +1767313330: Sending PINGRESP to board-mate-api +1767313390: Received PINGREQ from board-mate-api +1767313390: Sending PINGRESP to board-mate-api +1767313450: Received PINGREQ from board-mate-api +1767313450: Sending PINGRESP to board-mate-api +1767313510: Received PINGREQ from board-mate-api +1767313510: Sending PINGRESP to board-mate-api +1767313570: Received PINGREQ from board-mate-api +1767313570: Sending PINGRESP to board-mate-api +1767313630: Received PINGREQ from board-mate-api +1767313630: Sending PINGRESP to board-mate-api +1767313690: Received PINGREQ from board-mate-api +1767313690: Sending PINGRESP to board-mate-api +1767313750: Received PINGREQ from board-mate-api +1767313750: Sending PINGRESP to board-mate-api +1767313810: Received PINGREQ from board-mate-api +1767313810: Sending PINGRESP to board-mate-api +1767313870: Received PINGREQ from board-mate-api +1767313870: Sending PINGRESP to board-mate-api +1767313930: Received PINGREQ from board-mate-api +1767313930: Sending PINGRESP to board-mate-api +1767313990: Received PINGREQ from board-mate-api +1767313990: Sending PINGRESP to board-mate-api +1767314050: Received PINGREQ from board-mate-api +1767314050: Sending PINGRESP to board-mate-api +1767314110: Received PINGREQ from board-mate-api +1767314110: Sending PINGRESP to board-mate-api +1767314170: Received PINGREQ from board-mate-api +1767314170: Sending PINGRESP to board-mate-api +1767314230: Received PINGREQ from board-mate-api +1767314230: Sending PINGRESP to board-mate-api +1767314290: Received PINGREQ from board-mate-api +1767314290: Sending PINGRESP to board-mate-api +1767314350: Received PINGREQ from board-mate-api +1767314350: Sending PINGRESP to board-mate-api +1767314393: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767314410: Received PINGREQ from board-mate-api +1767314410: Sending PINGRESP to board-mate-api +1767314470: Received PINGREQ from board-mate-api +1767314470: Sending PINGRESP to board-mate-api +1767314530: Received PINGREQ from board-mate-api +1767314530: Sending PINGRESP to board-mate-api +1767314590: Received PINGREQ from board-mate-api +1767314590: Sending PINGRESP to board-mate-api +1767314650: Received PINGREQ from board-mate-api +1767314650: Sending PINGRESP to board-mate-api +1767314710: Received PINGREQ from board-mate-api +1767314710: Sending PINGRESP to board-mate-api +1767314770: Received PINGREQ from board-mate-api +1767314770: Sending PINGRESP to board-mate-api +1767314830: Received PINGREQ from board-mate-api +1767314830: Sending PINGRESP to board-mate-api +1767314890: Received PINGREQ from board-mate-api +1767314890: Sending PINGRESP to board-mate-api +1767314950: Received PINGREQ from board-mate-api +1767314950: Sending PINGRESP to board-mate-api +1767315010: Received PINGREQ from board-mate-api +1767315010: Sending PINGRESP to board-mate-api +1767315070: Received PINGREQ from board-mate-api +1767315070: Sending PINGRESP to board-mate-api +1767315130: Received PINGREQ from board-mate-api +1767315130: Sending PINGRESP to board-mate-api +1767315190: Received PINGREQ from board-mate-api +1767315190: Sending PINGRESP to board-mate-api +1767315236: mosquitto version 2.0.22 terminating +1767315236: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767315242: mosquitto version 2.0.22 starting +1767315242: Config loaded from /mosquitto/config/mosquitto.conf. +1767315242: Opening ipv4 listen socket on port 1883. +1767315242: Opening ipv6 listen socket on port 1883. +1767315242: Opening websockets listen socket on port 9001. +1767315242: Opening ipv4 listen socket on port 8883. +1767315242: Opening ipv6 listen socket on port 8883. +1767315242: mosquitto version 2.0.22 running +1767315254: New connection from 172.18.0.8:51214 on port 1883. +1767315255: New client connected from 172.18.0.8:51214 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767315255: No will message specified. +1767315255: Sending CONNACK to board-mate-api (1, 0) +1767315255: Received SUBSCRIBE from board-mate-api +1767315255: /board-mate/+/telemetry (QoS 1) +1767315255: board-mate-api 1 /board-mate/+/telemetry +1767315255: Sending SUBACK to board-mate-api +1767315255: Received DISCONNECT from board-mate-api +1767315255: Client board-mate-api disconnected. +1767315556: mosquitto version 2.0.22 terminating +1767315556: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767315558: mosquitto version 2.0.22 starting +1767315558: Config loaded from /mosquitto/config/mosquitto.conf. +1767315558: Opening ipv4 listen socket on port 1883. +1767315558: Opening ipv6 listen socket on port 1883. +1767315558: Opening websockets listen socket on port 9001. +1767315558: Opening ipv4 listen socket on port 8883. +1767315558: Opening ipv6 listen socket on port 8883. +1767315558: mosquitto version 2.0.22 running +1767315577: New connection from 172.18.0.8:50906 on port 1883. +1767315577: New client connected from 172.18.0.8:50906 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767315577: No will message specified. +1767315577: Sending CONNACK to board-mate-api (1, 0) +1767315577: Received SUBSCRIBE from board-mate-api +1767315577: /board-mate/+/telemetry (QoS 1) +1767315577: board-mate-api 1 /board-mate/+/telemetry +1767315577: Sending SUBACK to board-mate-api +1767315577: Received DISCONNECT from board-mate-api +1767315577: Client board-mate-api disconnected. +1767315660: mosquitto version 2.0.22 terminating +1767315660: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767315662: mosquitto version 2.0.22 starting +1767315662: Config loaded from /mosquitto/config/mosquitto.conf. +1767315662: Opening ipv4 listen socket on port 1883. +1767315662: Opening ipv6 listen socket on port 1883. +1767315662: Opening websockets listen socket on port 9001. +1767315662: Opening ipv4 listen socket on port 8883. +1767315662: Opening ipv6 listen socket on port 8883. +1767315662: mosquitto version 2.0.22 running +1767315673: New connection from 172.18.0.8:58338 on port 1883. +1767315673: New client connected from 172.18.0.8:58338 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767315673: No will message specified. +1767315673: Sending CONNACK to board-mate-api (1, 0) +1767315673: Received SUBSCRIBE from board-mate-api +1767315673: /board-mate/+/telemetry (QoS 1) +1767315673: board-mate-api 1 /board-mate/+/telemetry +1767315673: Sending SUBACK to board-mate-api +1767315733: Received PINGREQ from board-mate-api +1767315733: Sending PINGRESP to board-mate-api +1767315793: Received PINGREQ from board-mate-api +1767315793: Sending PINGRESP to board-mate-api +1767315815: mosquitto version 2.0.22 terminating +1767315815: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767315821: mosquitto version 2.0.22 starting +1767315821: Config loaded from /mosquitto/config/mosquitto.conf. +1767315821: Opening ipv4 listen socket on port 1883. +1767315821: Opening ipv6 listen socket on port 1883. +1767315821: Opening websockets listen socket on port 9001. +1767315821: Opening ipv4 listen socket on port 8883. +1767315821: Opening ipv6 listen socket on port 8883. +1767315821: mosquitto version 2.0.22 running +1767315831: New connection from 172.18.0.8:39308 on port 1883. +1767315832: New client connected from 172.18.0.8:39308 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767315832: No will message specified. +1767315832: Sending CONNACK to board-mate-api (1, 0) +1767315832: Received SUBSCRIBE from board-mate-api +1767315832: /board-mate/+/telemetry (QoS 1) +1767315832: board-mate-api 1 /board-mate/+/telemetry +1767315832: Sending SUBACK to board-mate-api +1767315892: Received PINGREQ from board-mate-api +1767315892: Sending PINGRESP to board-mate-api +1767315930: mosquitto version 2.0.22 terminating +1767315930: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767315935: mosquitto version 2.0.22 starting +1767315935: Config loaded from /mosquitto/config/mosquitto.conf. +1767315935: Opening ipv4 listen socket on port 1883. +1767315935: Opening ipv6 listen socket on port 1883. +1767315935: Opening websockets listen socket on port 9001. +1767315935: Opening ipv4 listen socket on port 8883. +1767315935: Opening ipv6 listen socket on port 8883. +1767315935: mosquitto version 2.0.22 running +1767315947: New connection from 172.18.0.2:38516 on port 1883. +1767315947: New client connected from 172.18.0.2:38516 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767315947: No will message specified. +1767315947: Sending CONNACK to board-mate-api (1, 0) +1767315947: Received SUBSCRIBE from board-mate-api +1767315947: /board-mate/+/telemetry (QoS 1) +1767315947: board-mate-api 1 /board-mate/+/telemetry +1767315947: Sending SUBACK to board-mate-api +1767316007: Received PINGREQ from board-mate-api +1767316007: Sending PINGRESP to board-mate-api +1767316067: Received PINGREQ from board-mate-api +1767316067: Sending PINGRESP to board-mate-api +1767316127: Received PINGREQ from board-mate-api +1767316127: Sending PINGRESP to board-mate-api +1767316187: Received PINGREQ from board-mate-api +1767316187: Sending PINGRESP to board-mate-api +1767316247: Received PINGREQ from board-mate-api +1767316247: Sending PINGRESP to board-mate-api +1767316307: Received PINGREQ from board-mate-api +1767316307: Sending PINGRESP to board-mate-api +1767316367: Received PINGREQ from board-mate-api +1767316367: Sending PINGRESP to board-mate-api +1767316427: Received PINGREQ from board-mate-api +1767316427: Sending PINGRESP to board-mate-api +1767316487: Received PINGREQ from board-mate-api +1767316487: Sending PINGRESP to board-mate-api +1767316547: Received PINGREQ from board-mate-api +1767316547: Sending PINGRESP to board-mate-api +1767316590: mosquitto version 2.0.22 terminating +1767316590: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767316596: mosquitto version 2.0.22 starting +1767316596: Config loaded from /mosquitto/config/mosquitto.conf. +1767316596: Opening ipv4 listen socket on port 1883. +1767316596: Opening ipv6 listen socket on port 1883. +1767316596: Opening websockets listen socket on port 9001. +1767316596: Opening ipv4 listen socket on port 8883. +1767316596: Opening ipv6 listen socket on port 8883. +1767316596: mosquitto version 2.0.22 running +1767316607: New connection from 172.18.0.8:59342 on port 1883. +1767316608: New client connected from 172.18.0.8:59342 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767316608: No will message specified. +1767316608: Sending CONNACK to board-mate-api (1, 0) +1767316608: Received SUBSCRIBE from board-mate-api +1767316608: /board-mate/+/telemetry (QoS 1) +1767316608: board-mate-api 1 /board-mate/+/telemetry +1767316608: Sending SUBACK to board-mate-api +1767316668: Received PINGREQ from board-mate-api +1767316668: Sending PINGRESP to board-mate-api +1767316728: Received PINGREQ from board-mate-api +1767316728: Sending PINGRESP to board-mate-api +1767316788: Received PINGREQ from board-mate-api +1767316788: Sending PINGRESP to board-mate-api +1767316848: Received PINGREQ from board-mate-api +1767316848: Sending PINGRESP to board-mate-api +1767316908: Received PINGREQ from board-mate-api +1767316908: Sending PINGRESP to board-mate-api +1767316968: Received PINGREQ from board-mate-api +1767316968: Sending PINGRESP to board-mate-api +1767316992: mosquitto version 2.0.22 terminating +1767316992: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767316998: mosquitto version 2.0.22 starting +1767316998: Config loaded from /mosquitto/config/mosquitto.conf. +1767316998: Opening ipv4 listen socket on port 1883. +1767316998: Opening ipv6 listen socket on port 1883. +1767316998: Opening websockets listen socket on port 9001. +1767316998: Opening ipv4 listen socket on port 8883. +1767316998: Opening ipv6 listen socket on port 8883. +1767316998: mosquitto version 2.0.22 running +1767317010: New connection from 172.18.0.8:59180 on port 1883. +1767317010: New client connected from 172.18.0.8:59180 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767317010: No will message specified. +1767317010: Sending CONNACK to board-mate-api (1, 0) +1767317010: Received SUBSCRIBE from board-mate-api +1767317010: /board-mate/+/telemetry (QoS 1) +1767317010: board-mate-api 1 /board-mate/+/telemetry +1767317010: Sending SUBACK to board-mate-api +1767317070: Received PINGREQ from board-mate-api +1767317070: Sending PINGRESP to board-mate-api +1767317130: Received PINGREQ from board-mate-api +1767317130: Sending PINGRESP to board-mate-api +1767317190: Received PINGREQ from board-mate-api +1767317190: Sending PINGRESP to board-mate-api +1767317250: Received PINGREQ from board-mate-api +1767317250: Sending PINGRESP to board-mate-api +1767317310: Received PINGREQ from board-mate-api +1767317310: Sending PINGRESP to board-mate-api +1767317370: Received PINGREQ from board-mate-api +1767317370: Sending PINGRESP to board-mate-api +1767317430: Received PINGREQ from board-mate-api +1767317430: Sending PINGRESP to board-mate-api +1767317490: Received PINGREQ from board-mate-api +1767317490: Sending PINGRESP to board-mate-api +1767317550: Received PINGREQ from board-mate-api +1767317550: Sending PINGRESP to board-mate-api +1767317610: Received PINGREQ from board-mate-api +1767317610: Sending PINGRESP to board-mate-api +1767317670: Received PINGREQ from board-mate-api +1767317670: Sending PINGRESP to board-mate-api +1767317730: Received PINGREQ from board-mate-api +1767317730: Sending PINGRESP to board-mate-api +1767317790: Received PINGREQ from board-mate-api +1767317790: Sending PINGRESP to board-mate-api +1767317850: Received PINGREQ from board-mate-api +1767317850: Sending PINGRESP to board-mate-api +1767317910: Received PINGREQ from board-mate-api +1767317910: Sending PINGRESP to board-mate-api +1767317970: Received PINGREQ from board-mate-api +1767317970: Sending PINGRESP to board-mate-api +1767318030: Received PINGREQ from board-mate-api +1767318030: Sending PINGRESP to board-mate-api +1767318090: Received PINGREQ from board-mate-api +1767318090: Sending PINGRESP to board-mate-api +1767318150: Received PINGREQ from board-mate-api +1767318150: Sending PINGRESP to board-mate-api +1767318210: Received PINGREQ from board-mate-api +1767318210: Sending PINGRESP to board-mate-api +1767318270: Received PINGREQ from board-mate-api +1767318270: Sending PINGRESP to board-mate-api +1767318330: Received PINGREQ from board-mate-api +1767318330: Sending PINGRESP to board-mate-api +1767318390: Received PINGREQ from board-mate-api +1767318390: Sending PINGRESP to board-mate-api +1767318450: Received PINGREQ from board-mate-api +1767318450: Sending PINGRESP to board-mate-api +1767318510: Received PINGREQ from board-mate-api +1767318510: Sending PINGRESP to board-mate-api +1767318570: Received PINGREQ from board-mate-api +1767318570: Sending PINGRESP to board-mate-api +1767318630: Received PINGREQ from board-mate-api +1767318630: Sending PINGRESP to board-mate-api +1767318690: Received PINGREQ from board-mate-api +1767318690: Sending PINGRESP to board-mate-api +1767318750: Received PINGREQ from board-mate-api +1767318750: Sending PINGRESP to board-mate-api +1767318798: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767318810: Received PINGREQ from board-mate-api +1767318810: Sending PINGRESP to board-mate-api +1767318870: Received PINGREQ from board-mate-api +1767318870: Sending PINGRESP to board-mate-api +1767318930: Received PINGREQ from board-mate-api +1767318930: Sending PINGRESP to board-mate-api +1767318990: Received PINGREQ from board-mate-api +1767318990: Sending PINGRESP to board-mate-api +1767319050: Received PINGREQ from board-mate-api +1767319050: Sending PINGRESP to board-mate-api +1767319110: Received PINGREQ from board-mate-api +1767319110: Sending PINGRESP to board-mate-api +1767319170: Received PINGREQ from board-mate-api +1767319170: Sending PINGRESP to board-mate-api +1767319230: Received PINGREQ from board-mate-api +1767319230: Sending PINGRESP to board-mate-api +1767319290: Received PINGREQ from board-mate-api +1767319290: Sending PINGRESP to board-mate-api +1767319350: Received PINGREQ from board-mate-api +1767319350: Sending PINGRESP to board-mate-api +1767319410: Received PINGREQ from board-mate-api +1767319410: Sending PINGRESP to board-mate-api +1767319470: Received PINGREQ from board-mate-api +1767319470: Sending PINGRESP to board-mate-api +1767319530: Received PINGREQ from board-mate-api +1767319530: Sending PINGRESP to board-mate-api +1767319590: Received PINGREQ from board-mate-api +1767319590: Sending PINGRESP to board-mate-api +1767319650: Received PINGREQ from board-mate-api +1767319650: Sending PINGRESP to board-mate-api +1767319710: Received PINGREQ from board-mate-api +1767319710: Sending PINGRESP to board-mate-api +1767319770: Received PINGREQ from board-mate-api +1767319770: Sending PINGRESP to board-mate-api +1767319830: Received PINGREQ from board-mate-api +1767319830: Sending PINGRESP to board-mate-api +1767319890: Received PINGREQ from board-mate-api +1767319890: Sending PINGRESP to board-mate-api +1767319950: Received PINGREQ from board-mate-api +1767319950: Sending PINGRESP to board-mate-api +1767320010: Received PINGREQ from board-mate-api +1767320010: Sending PINGRESP to board-mate-api +1767320070: Received PINGREQ from board-mate-api +1767320070: Sending PINGRESP to board-mate-api +1767320130: Received PINGREQ from board-mate-api +1767320130: Sending PINGRESP to board-mate-api +1767320190: Received PINGREQ from board-mate-api +1767320190: Sending PINGRESP to board-mate-api +1767320250: Received PINGREQ from board-mate-api +1767320250: Sending PINGRESP to board-mate-api +1767320310: Received PINGREQ from board-mate-api +1767320310: Sending PINGRESP to board-mate-api +1767320370: Received PINGREQ from board-mate-api +1767320370: Sending PINGRESP to board-mate-api +1767320430: Received PINGREQ from board-mate-api +1767320430: Sending PINGRESP to board-mate-api +1767320490: Received PINGREQ from board-mate-api +1767320490: Sending PINGRESP to board-mate-api +1767320550: Received PINGREQ from board-mate-api +1767320550: Sending PINGRESP to board-mate-api +1767320597: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767320610: Received PINGREQ from board-mate-api +1767320610: Sending PINGRESP to board-mate-api +1767320670: Received PINGREQ from board-mate-api +1767320670: Sending PINGRESP to board-mate-api +1767320730: Received PINGREQ from board-mate-api +1767320730: Sending PINGRESP to board-mate-api +1767320790: Received PINGREQ from board-mate-api +1767320790: Sending PINGRESP to board-mate-api +1767320850: Received PINGREQ from board-mate-api +1767320850: Sending PINGRESP to board-mate-api +1767320910: Received PINGREQ from board-mate-api +1767320910: Sending PINGRESP to board-mate-api +1767320970: Received PINGREQ from board-mate-api +1767320970: Sending PINGRESP to board-mate-api +1767321030: Received PINGREQ from board-mate-api +1767321030: Sending PINGRESP to board-mate-api +1767321090: Received PINGREQ from board-mate-api +1767321090: Sending PINGRESP to board-mate-api +1767321150: Received PINGREQ from board-mate-api +1767321150: Sending PINGRESP to board-mate-api +1767321210: Received PINGREQ from board-mate-api +1767321210: Sending PINGRESP to board-mate-api +1767321270: Received PINGREQ from board-mate-api +1767321270: Sending PINGRESP to board-mate-api +1767321330: Received PINGREQ from board-mate-api +1767321330: Sending PINGRESP to board-mate-api +1767321390: Received PINGREQ from board-mate-api +1767321390: Sending PINGRESP to board-mate-api +1767321450: Received PINGREQ from board-mate-api +1767321450: Sending PINGRESP to board-mate-api +1767321510: Received PINGREQ from board-mate-api +1767321510: Sending PINGRESP to board-mate-api +1767321570: Received PINGREQ from board-mate-api +1767321570: Sending PINGRESP to board-mate-api +1767321630: Received PINGREQ from board-mate-api +1767321630: Sending PINGRESP to board-mate-api +1767321690: Received PINGREQ from board-mate-api +1767321690: Sending PINGRESP to board-mate-api +1767321750: Received PINGREQ from board-mate-api +1767321750: Sending PINGRESP to board-mate-api +1767321810: Received PINGREQ from board-mate-api +1767321810: Sending PINGRESP to board-mate-api +1767321870: Received PINGREQ from board-mate-api +1767321870: Sending PINGRESP to board-mate-api +1767321930: Received PINGREQ from board-mate-api +1767321930: Sending PINGRESP to board-mate-api +1767321990: Received PINGREQ from board-mate-api +1767321990: Sending PINGRESP to board-mate-api +1767322050: Received PINGREQ from board-mate-api +1767322050: Sending PINGRESP to board-mate-api +1767322110: Received PINGREQ from board-mate-api +1767322110: Sending PINGRESP to board-mate-api +1767322170: Received PINGREQ from board-mate-api +1767322170: Sending PINGRESP to board-mate-api +1767322230: Received PINGREQ from board-mate-api +1767322230: Sending PINGRESP to board-mate-api +1767322290: Received PINGREQ from board-mate-api +1767322290: Sending PINGRESP to board-mate-api +1767322350: Received PINGREQ from board-mate-api +1767322350: Sending PINGRESP to board-mate-api +1767322396: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767322410: Received PINGREQ from board-mate-api +1767322410: Sending PINGRESP to board-mate-api +1767322470: Received PINGREQ from board-mate-api +1767322470: Sending PINGRESP to board-mate-api +1767322530: Received PINGREQ from board-mate-api +1767322530: Sending PINGRESP to board-mate-api +1767322590: Received PINGREQ from board-mate-api +1767322590: Sending PINGRESP to board-mate-api +1767322650: Received PINGREQ from board-mate-api +1767322650: Sending PINGRESP to board-mate-api +1767322710: Received PINGREQ from board-mate-api +1767322710: Sending PINGRESP to board-mate-api +1767322770: Received PINGREQ from board-mate-api +1767322770: Sending PINGRESP to board-mate-api +1767322830: Received PINGREQ from board-mate-api +1767322830: Sending PINGRESP to board-mate-api +1767322890: Received PINGREQ from board-mate-api +1767322890: Sending PINGRESP to board-mate-api +1767322950: Received PINGREQ from board-mate-api +1767322950: Sending PINGRESP to board-mate-api +1767323010: Received PINGREQ from board-mate-api +1767323010: Sending PINGRESP to board-mate-api +1767323070: Received PINGREQ from board-mate-api +1767323070: Sending PINGRESP to board-mate-api +1767323130: Received PINGREQ from board-mate-api +1767323130: Sending PINGRESP to board-mate-api +1767323190: Received PINGREQ from board-mate-api +1767323190: Sending PINGRESP to board-mate-api +1767323250: Received PINGREQ from board-mate-api +1767323250: Sending PINGRESP to board-mate-api +1767323310: Received PINGREQ from board-mate-api +1767323310: Sending PINGRESP to board-mate-api +1767323370: Received PINGREQ from board-mate-api +1767323370: Sending PINGRESP to board-mate-api +1767323430: Received PINGREQ from board-mate-api +1767323430: Sending PINGRESP to board-mate-api +1767323490: Received PINGREQ from board-mate-api +1767323490: Sending PINGRESP to board-mate-api +1767323550: Received PINGREQ from board-mate-api +1767323550: Sending PINGRESP to board-mate-api +1767323610: Received PINGREQ from board-mate-api +1767323610: Sending PINGRESP to board-mate-api +1767323670: Received PINGREQ from board-mate-api +1767323670: Sending PINGRESP to board-mate-api +1767323730: Received PINGREQ from board-mate-api +1767323730: Sending PINGRESP to board-mate-api +1767323790: Received PINGREQ from board-mate-api +1767323790: Sending PINGRESP to board-mate-api +1767323850: Received PINGREQ from board-mate-api +1767323850: Sending PINGRESP to board-mate-api +1767323910: Received PINGREQ from board-mate-api +1767323910: Sending PINGRESP to board-mate-api +1767323970: Received PINGREQ from board-mate-api +1767323970: Sending PINGRESP to board-mate-api +1767324030: Received PINGREQ from board-mate-api +1767324030: Sending PINGRESP to board-mate-api +1767324091: Received PINGREQ from board-mate-api +1767324091: Sending PINGRESP to board-mate-api +1767324215: mosquitto version 2.0.22 starting +1767324215: Config loaded from /mosquitto/config/mosquitto.conf. +1767324215: Opening ipv4 listen socket on port 1883. +1767324215: Opening ipv6 listen socket on port 1883. +1767324215: Opening websockets listen socket on port 9001. +1767324215: Opening ipv4 listen socket on port 8883. +1767324215: Opening ipv6 listen socket on port 8883. +1767324215: mosquitto version 2.0.22 running +1767324225: New connection from 172.18.0.8:42220 on port 1883. +1767324225: New client connected from 172.18.0.8:42220 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767324225: No will message specified. +1767324225: Sending CONNACK to board-mate-api (1, 0) +1767324225: Received SUBSCRIBE from board-mate-api +1767324225: /board-mate/+/telemetry (QoS 1) +1767324225: board-mate-api 1 /board-mate/+/telemetry +1767324225: Sending SUBACK to board-mate-api +1767324285: Received PINGREQ from board-mate-api +1767324285: Sending PINGRESP to board-mate-api +1767324345: Received PINGREQ from board-mate-api +1767324345: Sending PINGRESP to board-mate-api +1767324405: Received PINGREQ from board-mate-api +1767324405: Sending PINGRESP to board-mate-api +1767324465: Received PINGREQ from board-mate-api +1767324465: Sending PINGRESP to board-mate-api +1767324525: Received PINGREQ from board-mate-api +1767324525: Sending PINGRESP to board-mate-api +1767324537: mosquitto version 2.0.22 terminating +1767324537: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767324539: mosquitto version 2.0.22 starting +1767324539: Config loaded from /mosquitto/config/mosquitto.conf. +1767324539: Opening ipv4 listen socket on port 1883. +1767324539: Opening ipv6 listen socket on port 1883. +1767324539: Opening websockets listen socket on port 9001. +1767324539: Opening ipv4 listen socket on port 8883. +1767324539: Opening ipv6 listen socket on port 8883. +1767324539: mosquitto version 2.0.22 running +1767324551: New connection from 172.18.0.8:59336 on port 1883. +1767324551: New client connected from 172.18.0.8:59336 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767324551: No will message specified. +1767324551: Sending CONNACK to board-mate-api (1, 0) +1767324551: Received SUBSCRIBE from board-mate-api +1767324551: /board-mate/+/telemetry (QoS 1) +1767324551: board-mate-api 1 /board-mate/+/telemetry +1767324551: Sending SUBACK to board-mate-api +1767324611: Received PINGREQ from board-mate-api +1767324611: Sending PINGRESP to board-mate-api +1767324671: Received PINGREQ from board-mate-api +1767324671: Sending PINGRESP to board-mate-api +1767324731: mosquitto version 2.0.22 terminating +1767324731: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767324736: mosquitto version 2.0.22 starting +1767324736: Config loaded from /mosquitto/config/mosquitto.conf. +1767324736: Opening ipv4 listen socket on port 1883. +1767324736: Opening ipv6 listen socket on port 1883. +1767324736: Opening websockets listen socket on port 9001. +1767324736: Opening ipv4 listen socket on port 8883. +1767324736: Opening ipv6 listen socket on port 8883. +1767324736: mosquitto version 2.0.22 running +1767324772: mosquitto version 2.0.22 terminating +1767324772: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767324774: mosquitto version 2.0.22 starting +1767324774: Config loaded from /mosquitto/config/mosquitto.conf. +1767324774: Opening ipv4 listen socket on port 1883. +1767324774: Opening ipv6 listen socket on port 1883. +1767324774: Opening websockets listen socket on port 9001. +1767324774: Opening ipv4 listen socket on port 8883. +1767324774: Opening ipv6 listen socket on port 8883. +1767324774: mosquitto version 2.0.22 running +1767324785: New connection from 172.18.0.8:36888 on port 1883. +1767324785: New client connected from 172.18.0.8:36888 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767324785: No will message specified. +1767324785: Sending CONNACK to board-mate-api (1, 0) +1767324785: Received SUBSCRIBE from board-mate-api +1767324785: /board-mate/+/telemetry (QoS 1) +1767324785: board-mate-api 1 /board-mate/+/telemetry +1767324785: Sending SUBACK to board-mate-api +1767324845: Received PINGREQ from board-mate-api +1767324845: Sending PINGRESP to board-mate-api +1767324905: Received PINGREQ from board-mate-api +1767324905: Sending PINGRESP to board-mate-api +1767324932: mosquitto version 2.0.22 terminating +1767324932: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767324935: mosquitto version 2.0.22 starting +1767324935: Config loaded from /mosquitto/config/mosquitto.conf. +1767324935: Opening ipv4 listen socket on port 1883. +1767324935: Opening ipv6 listen socket on port 1883. +1767324935: Opening websockets listen socket on port 9001. +1767324935: Opening ipv4 listen socket on port 8883. +1767324935: Opening ipv6 listen socket on port 8883. +1767324935: mosquitto version 2.0.22 running +1767324946: New connection from 172.18.0.2:38938 on port 1883. +1767324946: New client connected from 172.18.0.2:38938 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767324946: No will message specified. +1767324946: Sending CONNACK to board-mate-api (1, 0) +1767324946: Received SUBSCRIBE from board-mate-api +1767324946: /board-mate/+/telemetry (QoS 1) +1767324946: board-mate-api 1 /board-mate/+/telemetry +1767324946: Sending SUBACK to board-mate-api +1767324974: mosquitto version 2.0.22 terminating +1767324974: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767324976: mosquitto version 2.0.22 starting +1767324976: Config loaded from /mosquitto/config/mosquitto.conf. +1767324976: Opening ipv4 listen socket on port 1883. +1767324976: Opening ipv6 listen socket on port 1883. +1767324976: Opening websockets listen socket on port 9001. +1767324976: Opening ipv4 listen socket on port 8883. +1767324976: Opening ipv6 listen socket on port 8883. +1767324976: mosquitto version 2.0.22 running +1767324988: New connection from 172.18.0.8:36330 on port 1883. +1767324989: New client connected from 172.18.0.8:36330 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767324989: No will message specified. +1767324989: Sending CONNACK to board-mate-api (1, 0) +1767324989: Received SUBSCRIBE from board-mate-api +1767324989: /board-mate/+/telemetry (QoS 1) +1767324989: board-mate-api 1 /board-mate/+/telemetry +1767324989: Sending SUBACK to board-mate-api +1767325049: Received PINGREQ from board-mate-api +1767325049: Sending PINGRESP to board-mate-api +1767325109: Received PINGREQ from board-mate-api +1767325109: Sending PINGRESP to board-mate-api +1767325169: Received PINGREQ from board-mate-api +1767325169: Sending PINGRESP to board-mate-api +1767325229: Received PINGREQ from board-mate-api +1767325229: Sending PINGRESP to board-mate-api +1767325284: mosquitto version 2.0.22 terminating +1767325284: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767325290: mosquitto version 2.0.22 starting +1767325290: Config loaded from /mosquitto/config/mosquitto.conf. +1767325290: Opening ipv4 listen socket on port 1883. +1767325290: Opening ipv6 listen socket on port 1883. +1767325290: Opening websockets listen socket on port 9001. +1767325290: Opening ipv4 listen socket on port 8883. +1767325290: Opening ipv6 listen socket on port 8883. +1767325290: mosquitto version 2.0.22 running +1767325300: New connection from 172.18.0.8:44014 on port 1883. +1767325301: New client connected from 172.18.0.8:44014 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767325301: No will message specified. +1767325301: Sending CONNACK to board-mate-api (1, 0) +1767325301: Received SUBSCRIBE from board-mate-api +1767325301: /board-mate/+/telemetry (QoS 1) +1767325301: board-mate-api 1 /board-mate/+/telemetry +1767325301: Sending SUBACK to board-mate-api +1767325361: Received PINGREQ from board-mate-api +1767325361: Sending PINGRESP to board-mate-api +1767325421: Received PINGREQ from board-mate-api +1767325421: Sending PINGRESP to board-mate-api +1767325481: Received PINGREQ from board-mate-api +1767325481: Sending PINGRESP to board-mate-api +1767325541: Received PINGREQ from board-mate-api +1767325541: Sending PINGRESP to board-mate-api +1767325601: Received PINGREQ from board-mate-api +1767325601: Sending PINGRESP to board-mate-api +1767325661: Received PINGREQ from board-mate-api +1767325661: Sending PINGRESP to board-mate-api +1767325721: Received PINGREQ from board-mate-api +1767325721: Sending PINGRESP to board-mate-api +1767325781: Received PINGREQ from board-mate-api +1767325781: Sending PINGRESP to board-mate-api +1767325841: Received PINGREQ from board-mate-api +1767325841: Sending PINGRESP to board-mate-api +1767325901: Received PINGREQ from board-mate-api +1767325901: Sending PINGRESP to board-mate-api +1767325961: Received PINGREQ from board-mate-api +1767325961: Sending PINGRESP to board-mate-api +1767326021: Received PINGREQ from board-mate-api +1767326021: Sending PINGRESP to board-mate-api +1767326081: Received PINGREQ from board-mate-api +1767326081: Sending PINGRESP to board-mate-api +1767326089: mosquitto version 2.0.22 terminating +1767326089: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767326095: mosquitto version 2.0.22 starting +1767326095: Config loaded from /mosquitto/config/mosquitto.conf. +1767326095: Opening ipv4 listen socket on port 1883. +1767326095: Opening ipv6 listen socket on port 1883. +1767326095: Opening websockets listen socket on port 9001. +1767326095: Opening ipv4 listen socket on port 8883. +1767326095: Opening ipv6 listen socket on port 8883. +1767326095: mosquitto version 2.0.22 running +1767326106: New connection from 172.18.0.8:48006 on port 1883. +1767326106: New client connected from 172.18.0.8:48006 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767326106: No will message specified. +1767326106: Sending CONNACK to board-mate-api (1, 0) +1767326106: Received SUBSCRIBE from board-mate-api +1767326106: /board-mate/+/telemetry (QoS 1) +1767326106: board-mate-api 1 /board-mate/+/telemetry +1767326106: Sending SUBACK to board-mate-api +1767326122: mosquitto version 2.0.22 terminating +1767326122: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767326125: mosquitto version 2.0.22 starting +1767326125: Config loaded from /mosquitto/config/mosquitto.conf. +1767326125: Opening ipv4 listen socket on port 1883. +1767326125: Opening ipv6 listen socket on port 1883. +1767326125: Opening websockets listen socket on port 9001. +1767326125: Opening ipv4 listen socket on port 8883. +1767326125: Opening ipv6 listen socket on port 8883. +1767326125: mosquitto version 2.0.22 running +1767326136: New connection from 172.18.0.8:37938 on port 1883. +1767326136: New client connected from 172.18.0.8:37938 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767326136: No will message specified. +1767326136: Sending CONNACK to board-mate-api (1, 0) +1767326136: Received SUBSCRIBE from board-mate-api +1767326136: /board-mate/+/telemetry (QoS 1) +1767326136: board-mate-api 1 /board-mate/+/telemetry +1767326136: Sending SUBACK to board-mate-api +1767326196: Received PINGREQ from board-mate-api +1767326196: Sending PINGRESP to board-mate-api +1767326256: Received PINGREQ from board-mate-api +1767326256: Sending PINGRESP to board-mate-api +1767326316: Received PINGREQ from board-mate-api +1767326316: Sending PINGRESP to board-mate-api +1767326376: Received PINGREQ from board-mate-api +1767326376: Sending PINGRESP to board-mate-api +1767326436: Received PINGREQ from board-mate-api +1767326436: Sending PINGRESP to board-mate-api +1767326496: Received PINGREQ from board-mate-api +1767326496: Sending PINGRESP to board-mate-api +1767326534: mosquitto version 2.0.22 terminating +1767326534: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767326539: mosquitto version 2.0.22 starting +1767326539: Config loaded from /mosquitto/config/mosquitto.conf. +1767326539: Opening ipv4 listen socket on port 1883. +1767326539: Opening ipv6 listen socket on port 1883. +1767326539: Opening websockets listen socket on port 9001. +1767326539: Opening ipv4 listen socket on port 8883. +1767326539: Opening ipv6 listen socket on port 8883. +1767326539: mosquitto version 2.0.22 running +1767326551: New connection from 172.18.0.8:44914 on port 1883. +1767326551: New client connected from 172.18.0.8:44914 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767326551: No will message specified. +1767326551: Sending CONNACK to board-mate-api (1, 0) +1767326551: Received SUBSCRIBE from board-mate-api +1767326551: /board-mate/+/telemetry (QoS 1) +1767326551: board-mate-api 1 /board-mate/+/telemetry +1767326551: Sending SUBACK to board-mate-api +1767326611: Received PINGREQ from board-mate-api +1767326611: Sending PINGRESP to board-mate-api +1767326671: Received PINGREQ from board-mate-api +1767326671: Sending PINGRESP to board-mate-api +1767326731: Received PINGREQ from board-mate-api +1767326731: Sending PINGRESP to board-mate-api +1767326787: mosquitto version 2.0.22 terminating +1767326787: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767326794: mosquitto version 2.0.22 starting +1767326794: Config loaded from /mosquitto/config/mosquitto.conf. +1767326794: Opening ipv4 listen socket on port 1883. +1767326794: Opening ipv6 listen socket on port 1883. +1767326794: Opening websockets listen socket on port 9001. +1767326794: Opening ipv4 listen socket on port 8883. +1767326794: Opening ipv6 listen socket on port 8883. +1767326794: mosquitto version 2.0.22 running +1767326805: New connection from 172.18.0.8:43878 on port 1883. +1767326806: New client connected from 172.18.0.8:43878 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767326806: No will message specified. +1767326806: Sending CONNACK to board-mate-api (1, 0) +1767326806: Received SUBSCRIBE from board-mate-api +1767326806: /board-mate/+/telemetry (QoS 1) +1767326806: board-mate-api 1 /board-mate/+/telemetry +1767326806: Sending SUBACK to board-mate-api +1767326866: Received PINGREQ from board-mate-api +1767326866: Sending PINGRESP to board-mate-api +1767326907: mosquitto version 2.0.22 terminating +1767326907: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767326913: mosquitto version 2.0.22 starting +1767326913: Config loaded from /mosquitto/config/mosquitto.conf. +1767326913: Opening ipv4 listen socket on port 1883. +1767326913: Opening ipv6 listen socket on port 1883. +1767326913: Opening websockets listen socket on port 9001. +1767326913: Opening ipv4 listen socket on port 8883. +1767326913: Opening ipv6 listen socket on port 8883. +1767326913: mosquitto version 2.0.22 running +1767326925: New connection from 172.18.0.8:53616 on port 1883. +1767326925: New client connected from 172.18.0.8:53616 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767326925: No will message specified. +1767326925: Sending CONNACK to board-mate-api (1, 0) +1767326925: Received SUBSCRIBE from board-mate-api +1767326925: /board-mate/+/telemetry (QoS 1) +1767326925: board-mate-api 1 /board-mate/+/telemetry +1767326925: Sending SUBACK to board-mate-api +1767326975: mosquitto version 2.0.22 terminating +1767326975: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767326981: mosquitto version 2.0.22 starting +1767326981: Config loaded from /mosquitto/config/mosquitto.conf. +1767326981: Opening ipv4 listen socket on port 1883. +1767326981: Opening ipv6 listen socket on port 1883. +1767326981: Opening websockets listen socket on port 9001. +1767326981: Opening ipv4 listen socket on port 8883. +1767326981: Opening ipv6 listen socket on port 8883. +1767326981: mosquitto version 2.0.22 running +1767326993: New connection from 172.18.0.8:47190 on port 1883. +1767326993: New client connected from 172.18.0.8:47190 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767326993: No will message specified. +1767326993: Sending CONNACK to board-mate-api (1, 0) +1767326993: Received SUBSCRIBE from board-mate-api +1767326993: /board-mate/+/telemetry (QoS 1) +1767326993: board-mate-api 1 /board-mate/+/telemetry +1767326993: Sending SUBACK to board-mate-api +1767327053: Received PINGREQ from board-mate-api +1767327053: Sending PINGRESP to board-mate-api +1767327113: Received PINGREQ from board-mate-api +1767327113: Sending PINGRESP to board-mate-api +1767327138: mosquitto version 2.0.22 terminating +1767327138: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767327144: mosquitto version 2.0.22 starting +1767327144: Config loaded from /mosquitto/config/mosquitto.conf. +1767327144: Opening ipv4 listen socket on port 1883. +1767327144: Opening ipv6 listen socket on port 1883. +1767327144: Opening websockets listen socket on port 9001. +1767327144: Opening ipv4 listen socket on port 8883. +1767327144: Opening ipv6 listen socket on port 8883. +1767327144: mosquitto version 2.0.22 running +1767327155: New connection from 172.18.0.8:58120 on port 1883. +1767327156: New client connected from 172.18.0.8:58120 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767327156: No will message specified. +1767327156: Sending CONNACK to board-mate-api (1, 0) +1767327156: Received SUBSCRIBE from board-mate-api +1767327156: /board-mate/+/telemetry (QoS 1) +1767327156: board-mate-api 1 /board-mate/+/telemetry +1767327156: Sending SUBACK to board-mate-api +1767327216: Received PINGREQ from board-mate-api +1767327216: Sending PINGRESP to board-mate-api +1767327276: Received PINGREQ from board-mate-api +1767327276: Sending PINGRESP to board-mate-api +1767327336: Received PINGREQ from board-mate-api +1767327336: Sending PINGRESP to board-mate-api +1767327396: Received PINGREQ from board-mate-api +1767327396: Sending PINGRESP to board-mate-api +1767327456: Received PINGREQ from board-mate-api +1767327456: Sending PINGRESP to board-mate-api +1767327503: mosquitto version 2.0.22 terminating +1767327503: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767327509: mosquitto version 2.0.22 starting +1767327509: Config loaded from /mosquitto/config/mosquitto.conf. +1767327509: Opening ipv4 listen socket on port 1883. +1767327509: Opening ipv6 listen socket on port 1883. +1767327509: Opening websockets listen socket on port 9001. +1767327509: Opening ipv4 listen socket on port 8883. +1767327509: Opening ipv6 listen socket on port 8883. +1767327509: mosquitto version 2.0.22 running +1767327520: New connection from 172.18.0.8:43186 on port 1883. +1767327521: New client connected from 172.18.0.8:43186 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767327521: No will message specified. +1767327521: Sending CONNACK to board-mate-api (1, 0) +1767327521: Received SUBSCRIBE from board-mate-api +1767327521: /board-mate/+/telemetry (QoS 1) +1767327521: board-mate-api 1 /board-mate/+/telemetry +1767327521: Sending SUBACK to board-mate-api +1767327581: Received PINGREQ from board-mate-api +1767327581: Sending PINGRESP to board-mate-api +1767327641: Received PINGREQ from board-mate-api +1767327641: Sending PINGRESP to board-mate-api +1767327701: Received PINGREQ from board-mate-api +1767327701: Sending PINGRESP to board-mate-api +1767327761: Received PINGREQ from board-mate-api +1767327761: Sending PINGRESP to board-mate-api +1767327822: Received PINGREQ from board-mate-api +1767327822: Sending PINGRESP to board-mate-api +1767327882: mosquitto version 2.0.22 starting +1767327882: Config loaded from /mosquitto/config/mosquitto.conf. +1767327882: Opening ipv4 listen socket on port 1883. +1767327882: Opening ipv6 listen socket on port 1883. +1767327882: Opening websockets listen socket on port 9001. +1767327882: Opening ipv4 listen socket on port 8883. +1767327882: Opening ipv6 listen socket on port 8883. +1767327882: mosquitto version 2.0.22 running +1767327891: New connection from 172.18.0.8:59268 on port 1883. +1767327892: New client connected from 172.18.0.8:59268 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767327892: No will message specified. +1767327892: Sending CONNACK to board-mate-api (1, 0) +1767327892: Received SUBSCRIBE from board-mate-api +1767327892: /board-mate/+/telemetry (QoS 1) +1767327892: board-mate-api 1 /board-mate/+/telemetry +1767327892: Sending SUBACK to board-mate-api +1767327952: Received PINGREQ from board-mate-api +1767327952: Sending PINGRESP to board-mate-api +1767327976: mosquitto version 2.0.22 terminating +1767327976: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767327982: mosquitto version 2.0.22 starting +1767327982: Config loaded from /mosquitto/config/mosquitto.conf. +1767327982: Opening ipv4 listen socket on port 1883. +1767327982: Opening ipv6 listen socket on port 1883. +1767327982: Opening websockets listen socket on port 9001. +1767327982: Opening ipv4 listen socket on port 8883. +1767327982: Opening ipv6 listen socket on port 8883. +1767327982: mosquitto version 2.0.22 running +1767327993: New connection from 172.18.0.8:44406 on port 1883. +1767327993: New client connected from 172.18.0.8:44406 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767327993: No will message specified. +1767327993: Sending CONNACK to board-mate-api (1, 0) +1767327993: Received SUBSCRIBE from board-mate-api +1767327993: /board-mate/+/telemetry (QoS 1) +1767327993: board-mate-api 1 /board-mate/+/telemetry +1767327993: Sending SUBACK to board-mate-api +1767328053: Received PINGREQ from board-mate-api +1767328053: Sending PINGRESP to board-mate-api +1767328113: Received PINGREQ from board-mate-api +1767328113: Sending PINGRESP to board-mate-api +1767328173: Received PINGREQ from board-mate-api +1767328173: Sending PINGRESP to board-mate-api +1767328233: Received PINGREQ from board-mate-api +1767328233: Sending PINGRESP to board-mate-api +1767328293: Received PINGREQ from board-mate-api +1767328293: Sending PINGRESP to board-mate-api +1767344286: Received PINGREQ from board-mate-api +1767344286: Sending PINGRESP to board-mate-api +1767344346: Received PINGREQ from board-mate-api +1767344346: Sending PINGRESP to board-mate-api +1767344406: Received PINGREQ from board-mate-api +1767344406: Sending PINGRESP to board-mate-api +1767344466: Received PINGREQ from board-mate-api +1767344466: Sending PINGRESP to board-mate-api +1767344526: Received PINGREQ from board-mate-api +1767344526: Sending PINGRESP to board-mate-api +1767344586: Received PINGREQ from board-mate-api +1767344586: Sending PINGRESP to board-mate-api +1767344642: Received DISCONNECT from board-mate-api +1767344642: Client board-mate-api disconnected. +1767344643: mosquitto version 2.0.22 terminating +1767344643: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767344668: mosquitto version 2.0.22 starting +1767344668: Config loaded from /mosquitto/config/mosquitto.conf. +1767344668: Opening ipv4 listen socket on port 1883. +1767344668: Opening ipv6 listen socket on port 1883. +1767344668: Opening websockets listen socket on port 9001. +1767344668: Opening ipv4 listen socket on port 8883. +1767344668: Opening ipv6 listen socket on port 8883. +1767344668: mosquitto version 2.0.22 running +1767344680: New connection from 172.18.0.8:37888 on port 1883. +1767344680: New client connected from 172.18.0.8:37888 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767344680: No will message specified. +1767344680: Sending CONNACK to board-mate-api (1, 0) +1767344680: Received SUBSCRIBE from board-mate-api +1767344680: /board-mate/+/telemetry (QoS 1) +1767344680: board-mate-api 1 /board-mate/+/telemetry +1767344680: Sending SUBACK to board-mate-api +1767344740: Received PINGREQ from board-mate-api +1767344740: Sending PINGRESP to board-mate-api +1767344800: Received PINGREQ from board-mate-api +1767344800: Sending PINGRESP to board-mate-api +1767344848: mosquitto version 2.0.22 terminating +1767344848: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767344855: mosquitto version 2.0.22 starting +1767344855: Config loaded from /mosquitto/config/mosquitto.conf. +1767344855: Opening ipv4 listen socket on port 1883. +1767344855: Opening ipv6 listen socket on port 1883. +1767344855: Opening websockets listen socket on port 9001. +1767344855: Opening ipv4 listen socket on port 8883. +1767344855: Opening ipv6 listen socket on port 8883. +1767344855: mosquitto version 2.0.22 running +1767344867: New connection from 172.18.0.8:58580 on port 1883. +1767344867: New client connected from 172.18.0.8:58580 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767344867: No will message specified. +1767344867: Sending CONNACK to board-mate-api (1, 0) +1767344867: Received SUBSCRIBE from board-mate-api +1767344867: /board-mate/+/telemetry (QoS 1) +1767344867: board-mate-api 1 /board-mate/+/telemetry +1767344867: Sending SUBACK to board-mate-api +1767344927: Received PINGREQ from board-mate-api +1767344927: Sending PINGRESP to board-mate-api +1767344987: Received PINGREQ from board-mate-api +1767344987: Sending PINGRESP to board-mate-api +1767345047: Received PINGREQ from board-mate-api +1767345047: Sending PINGRESP to board-mate-api +1767345107: Received PINGREQ from board-mate-api +1767345107: Sending PINGRESP to board-mate-api +1767345149: mosquitto version 2.0.22 terminating +1767345149: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767345155: mosquitto version 2.0.22 starting +1767345155: Config loaded from /mosquitto/config/mosquitto.conf. +1767345155: Opening ipv4 listen socket on port 1883. +1767345155: Opening ipv6 listen socket on port 1883. +1767345155: Opening websockets listen socket on port 9001. +1767345155: Opening ipv4 listen socket on port 8883. +1767345155: Opening ipv6 listen socket on port 8883. +1767345155: mosquitto version 2.0.22 running +1767345166: New connection from 172.18.0.8:55262 on port 1883. +1767345167: New client connected from 172.18.0.8:55262 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767345167: No will message specified. +1767345167: Sending CONNACK to board-mate-api (1, 0) +1767345167: Received SUBSCRIBE from board-mate-api +1767345167: /board-mate/+/telemetry (QoS 1) +1767345167: board-mate-api 1 /board-mate/+/telemetry +1767345167: Sending SUBACK to board-mate-api +1767345227: Received PINGREQ from board-mate-api +1767345227: Sending PINGRESP to board-mate-api +1767345287: Received PINGREQ from board-mate-api +1767345287: Sending PINGRESP to board-mate-api +1767345302: mosquitto version 2.0.22 terminating +1767345302: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767345308: mosquitto version 2.0.22 starting +1767345308: Config loaded from /mosquitto/config/mosquitto.conf. +1767345308: Opening ipv4 listen socket on port 1883. +1767345308: Opening ipv6 listen socket on port 1883. +1767345308: Opening websockets listen socket on port 9001. +1767345308: Opening ipv4 listen socket on port 8883. +1767345308: Opening ipv6 listen socket on port 8883. +1767345308: mosquitto version 2.0.22 running +1767345320: New connection from 172.18.0.8:49594 on port 1883. +1767345320: New client connected from 172.18.0.8:49594 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767345320: No will message specified. +1767345320: Sending CONNACK to board-mate-api (1, 0) +1767345320: Received SUBSCRIBE from board-mate-api +1767345320: /board-mate/+/telemetry (QoS 1) +1767345320: board-mate-api 1 /board-mate/+/telemetry +1767345320: Sending SUBACK to board-mate-api +1767345377: mosquitto version 2.0.22 terminating +1767345377: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767345383: mosquitto version 2.0.22 starting +1767345383: Config loaded from /mosquitto/config/mosquitto.conf. +1767345383: Opening ipv4 listen socket on port 1883. +1767345383: Opening ipv6 listen socket on port 1883. +1767345383: Opening websockets listen socket on port 9001. +1767345383: Opening ipv4 listen socket on port 8883. +1767345383: Opening ipv6 listen socket on port 8883. +1767345383: mosquitto version 2.0.22 running +1767345394: New connection from 172.18.0.8:60686 on port 1883. +1767345395: New client connected from 172.18.0.8:60686 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767345395: No will message specified. +1767345395: Sending CONNACK to board-mate-api (1, 0) +1767345395: Received SUBSCRIBE from board-mate-api +1767345395: /board-mate/+/telemetry (QoS 1) +1767345395: board-mate-api 1 /board-mate/+/telemetry +1767345395: Sending SUBACK to board-mate-api +1767345455: Received PINGREQ from board-mate-api +1767345455: Sending PINGRESP to board-mate-api +1767345466: mosquitto version 2.0.22 terminating +1767345466: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767345472: mosquitto version 2.0.22 starting +1767345472: Config loaded from /mosquitto/config/mosquitto.conf. +1767345472: Opening ipv4 listen socket on port 1883. +1767345472: Opening ipv6 listen socket on port 1883. +1767345472: Opening websockets listen socket on port 9001. +1767345472: Opening ipv4 listen socket on port 8883. +1767345472: Opening ipv6 listen socket on port 8883. +1767345472: mosquitto version 2.0.22 running +1767345483: New connection from 172.18.0.8:60796 on port 1883. +1767345483: New client connected from 172.18.0.8:60796 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767345483: No will message specified. +1767345483: Sending CONNACK to board-mate-api (1, 0) +1767345483: Received SUBSCRIBE from board-mate-api +1767345483: /board-mate/+/telemetry (QoS 1) +1767345483: board-mate-api 1 /board-mate/+/telemetry +1767345483: Sending SUBACK to board-mate-api +1767345544: Received PINGREQ from board-mate-api +1767345544: Sending PINGRESP to board-mate-api +1767345604: Received PINGREQ from board-mate-api +1767345604: Sending PINGRESP to board-mate-api +1767345664: Received PINGREQ from board-mate-api +1767345664: Sending PINGRESP to board-mate-api +1767345724: Received PINGREQ from board-mate-api +1767345724: Sending PINGRESP to board-mate-api +1767345784: Received PINGREQ from board-mate-api +1767345784: Sending PINGRESP to board-mate-api +1767345845: Received PINGREQ from board-mate-api +1767345845: Sending PINGRESP to board-mate-api +1767345905: Received PINGREQ from board-mate-api +1767345905: Sending PINGRESP to board-mate-api +1767345965: Received PINGREQ from board-mate-api +1767345965: Sending PINGRESP to board-mate-api +1767346025: Received PINGREQ from board-mate-api +1767346025: Sending PINGRESP to board-mate-api +1767346085: Received PINGREQ from board-mate-api +1767346085: Sending PINGRESP to board-mate-api +1767346146: Received PINGREQ from board-mate-api +1767346146: Sending PINGRESP to board-mate-api +1767346206: Received PINGREQ from board-mate-api +1767346206: Sending PINGRESP to board-mate-api +1767346266: Received PINGREQ from board-mate-api +1767346266: Sending PINGRESP to board-mate-api +1767346326: Received PINGREQ from board-mate-api +1767346326: Sending PINGRESP to board-mate-api +1767346387: Received PINGREQ from board-mate-api +1767346387: Sending PINGRESP to board-mate-api +1767346447: Received PINGREQ from board-mate-api +1767346447: Sending PINGRESP to board-mate-api +1767346507: Received PINGREQ from board-mate-api +1767346507: Sending PINGRESP to board-mate-api +1767346567: Received PINGREQ from board-mate-api +1767346567: Sending PINGRESP to board-mate-api +1767346627: Received PINGREQ from board-mate-api +1767346627: Sending PINGRESP to board-mate-api +1767346632: mosquitto version 2.0.22 terminating +1767346632: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767346639: mosquitto version 2.0.22 starting +1767346639: Config loaded from /mosquitto/config/mosquitto.conf. +1767346639: Opening ipv4 listen socket on port 1883. +1767346639: Opening ipv6 listen socket on port 1883. +1767346639: Opening websockets listen socket on port 9001. +1767346639: Opening ipv4 listen socket on port 8883. +1767346639: Opening ipv6 listen socket on port 8883. +1767346639: mosquitto version 2.0.22 running +1767346650: New connection from 172.18.0.8:60816 on port 1883. +1767346650: New client connected from 172.18.0.8:60816 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767346650: No will message specified. +1767346650: Sending CONNACK to board-mate-api (1, 0) +1767346650: Received SUBSCRIBE from board-mate-api +1767346650: /board-mate/+/telemetry (QoS 1) +1767346650: board-mate-api 1 /board-mate/+/telemetry +1767346650: Sending SUBACK to board-mate-api +1767346711: Received PINGREQ from board-mate-api +1767346711: Sending PINGRESP to board-mate-api +1767346771: Received PINGREQ from board-mate-api +1767346771: Sending PINGRESP to board-mate-api +1767346831: Received PINGREQ from board-mate-api +1767346831: Sending PINGRESP to board-mate-api +1767346891: Received PINGREQ from board-mate-api +1767346891: Sending PINGRESP to board-mate-api +1767346952: Received PINGREQ from board-mate-api +1767346952: Sending PINGRESP to board-mate-api +1767347012: Received PINGREQ from board-mate-api +1767347012: Sending PINGRESP to board-mate-api +1767347072: Received PINGREQ from board-mate-api +1767347072: Sending PINGRESP to board-mate-api +1767347132: Received PINGREQ from board-mate-api +1767347132: Sending PINGRESP to board-mate-api +1767347193: Received PINGREQ from board-mate-api +1767347193: Sending PINGRESP to board-mate-api +1767347253: Received PINGREQ from board-mate-api +1767347253: Sending PINGRESP to board-mate-api +1767347313: Received PINGREQ from board-mate-api +1767347313: Sending PINGRESP to board-mate-api +1767347373: Received PINGREQ from board-mate-api +1767347373: Sending PINGRESP to board-mate-api +1767347405: mosquitto version 2.0.22 terminating +1767347405: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767347411: mosquitto version 2.0.22 starting +1767347411: Config loaded from /mosquitto/config/mosquitto.conf. +1767347411: Opening ipv4 listen socket on port 1883. +1767347411: Opening ipv6 listen socket on port 1883. +1767347411: Opening websockets listen socket on port 9001. +1767347411: Opening ipv4 listen socket on port 8883. +1767347411: Opening ipv6 listen socket on port 8883. +1767347411: mosquitto version 2.0.22 running +1767347422: New connection from 172.18.0.8:34788 on port 1883. +1767347422: New client connected from 172.18.0.8:34788 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767347422: No will message specified. +1767347422: Sending CONNACK to board-mate-api (1, 0) +1767347422: Received SUBSCRIBE from board-mate-api +1767347422: /board-mate/+/telemetry (QoS 1) +1767347422: board-mate-api 1 /board-mate/+/telemetry +1767347422: Sending SUBACK to board-mate-api +1767347482: Received PINGREQ from board-mate-api +1767347482: Sending PINGRESP to board-mate-api +1767347543: Received PINGREQ from board-mate-api +1767347543: Sending PINGRESP to board-mate-api +1767347603: Received PINGREQ from board-mate-api +1767347603: Sending PINGRESP to board-mate-api +1767347663: Received PINGREQ from board-mate-api +1767347663: Sending PINGRESP to board-mate-api +1767347724: Received PINGREQ from board-mate-api +1767347724: Sending PINGRESP to board-mate-api +1767347784: Received PINGREQ from board-mate-api +1767347784: Sending PINGRESP to board-mate-api +1767347844: Received PINGREQ from board-mate-api +1767347844: Sending PINGRESP to board-mate-api +1767347912: Received PINGREQ from board-mate-api +1767347912: Sending PINGRESP to board-mate-api +1767347972: Received PINGREQ from board-mate-api +1767347972: Sending PINGRESP to board-mate-api +1767348032: Received PINGREQ from board-mate-api +1767348032: Sending PINGRESP to board-mate-api +1767348093: Received PINGREQ from board-mate-api +1767348093: Sending PINGRESP to board-mate-api +1767348153: Received PINGREQ from board-mate-api +1767348153: Sending PINGRESP to board-mate-api +1767348213: Received PINGREQ from board-mate-api +1767348213: Sending PINGRESP to board-mate-api +1767348273: Received PINGREQ from board-mate-api +1767348273: Sending PINGRESP to board-mate-api +1767348334: Received PINGREQ from board-mate-api +1767348334: Sending PINGRESP to board-mate-api +1767348394: Received PINGREQ from board-mate-api +1767348394: Sending PINGRESP to board-mate-api +1767348454: Received PINGREQ from board-mate-api +1767348454: Sending PINGRESP to board-mate-api +1767348514: Received PINGREQ from board-mate-api +1767348514: Sending PINGRESP to board-mate-api +1767348575: Received PINGREQ from board-mate-api +1767348575: Sending PINGRESP to board-mate-api +1767348635: Received PINGREQ from board-mate-api +1767348635: Sending PINGRESP to board-mate-api +1767348695: Received PINGREQ from board-mate-api +1767348695: Sending PINGRESP to board-mate-api +1767348756: Received PINGREQ from board-mate-api +1767348756: Sending PINGRESP to board-mate-api +1767348816: Received PINGREQ from board-mate-api +1767348816: Sending PINGRESP to board-mate-api +1767348876: Received PINGREQ from board-mate-api +1767348876: Sending PINGRESP to board-mate-api +1767348936: Received PINGREQ from board-mate-api +1767348936: Sending PINGRESP to board-mate-api +1767348997: Received PINGREQ from board-mate-api +1767348997: Sending PINGRESP to board-mate-api +1767349057: Received PINGREQ from board-mate-api +1767349057: Sending PINGRESP to board-mate-api +1767349117: Received PINGREQ from board-mate-api +1767349117: Sending PINGRESP to board-mate-api +1767349177: Received PINGREQ from board-mate-api +1767349177: Sending PINGRESP to board-mate-api +1767349220: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767349238: Received PINGREQ from board-mate-api +1767349238: Sending PINGRESP to board-mate-api +1767349298: Received PINGREQ from board-mate-api +1767349298: Sending PINGRESP to board-mate-api +1767349358: Received PINGREQ from board-mate-api +1767349358: Sending PINGRESP to board-mate-api +1767349418: Received PINGREQ from board-mate-api +1767349418: Sending PINGRESP to board-mate-api +1767349479: Received PINGREQ from board-mate-api +1767349479: Sending PINGRESP to board-mate-api +1767349539: Received PINGREQ from board-mate-api +1767349539: Sending PINGRESP to board-mate-api +1767349599: Received PINGREQ from board-mate-api +1767349599: Sending PINGRESP to board-mate-api +1767349660: Received PINGREQ from board-mate-api +1767349660: Sending PINGRESP to board-mate-api +1767349720: Received PINGREQ from board-mate-api +1767349720: Sending PINGRESP to board-mate-api +1767349780: Received PINGREQ from board-mate-api +1767349780: Sending PINGRESP to board-mate-api +1767349840: Received PINGREQ from board-mate-api +1767349840: Sending PINGRESP to board-mate-api +1767349901: Received PINGREQ from board-mate-api +1767349901: Sending PINGRESP to board-mate-api +1767349961: Received PINGREQ from board-mate-api +1767349961: Sending PINGRESP to board-mate-api +1767350021: Received PINGREQ from board-mate-api +1767350021: Sending PINGRESP to board-mate-api +1767350029: mosquitto version 2.0.22 terminating +1767350029: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767350035: mosquitto version 2.0.22 starting +1767350035: Config loaded from /mosquitto/config/mosquitto.conf. +1767350035: Opening ipv4 listen socket on port 1883. +1767350035: Opening ipv6 listen socket on port 1883. +1767350035: Opening websockets listen socket on port 9001. +1767350035: Opening ipv4 listen socket on port 8883. +1767350035: Opening ipv6 listen socket on port 8883. +1767350035: mosquitto version 2.0.22 running +1767350047: New connection from 172.18.0.8:42400 on port 1883. +1767350047: New client connected from 172.18.0.8:42400 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767350047: No will message specified. +1767350047: Sending CONNACK to board-mate-api (1, 0) +1767350047: Received SUBSCRIBE from board-mate-api +1767350047: /board-mate/+/telemetry (QoS 1) +1767350047: board-mate-api 1 /board-mate/+/telemetry +1767350047: Sending SUBACK to board-mate-api +1767350108: Received PINGREQ from board-mate-api +1767350108: Sending PINGRESP to board-mate-api +1767350125: mosquitto version 2.0.22 terminating +1767350125: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767350131: mosquitto version 2.0.22 starting +1767350131: Config loaded from /mosquitto/config/mosquitto.conf. +1767350131: Opening ipv4 listen socket on port 1883. +1767350131: Opening ipv6 listen socket on port 1883. +1767350131: Opening websockets listen socket on port 9001. +1767350131: Opening ipv4 listen socket on port 8883. +1767350131: Opening ipv6 listen socket on port 8883. +1767350131: mosquitto version 2.0.22 running +1767350143: New connection from 172.18.0.8:48214 on port 1883. +1767350144: New client connected from 172.18.0.8:48214 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767350144: No will message specified. +1767350144: Sending CONNACK to board-mate-api (1, 0) +1767350144: Received SUBSCRIBE from board-mate-api +1767350144: /board-mate/+/telemetry (QoS 1) +1767350144: board-mate-api 1 /board-mate/+/telemetry +1767350144: Sending SUBACK to board-mate-api +1767350204: Received PINGREQ from board-mate-api +1767350204: Sending PINGRESP to board-mate-api +1767350264: Received PINGREQ from board-mate-api +1767350264: Sending PINGRESP to board-mate-api +1767350325: Received PINGREQ from board-mate-api +1767350325: Sending PINGRESP to board-mate-api +1767350385: Received PINGREQ from board-mate-api +1767350385: Sending PINGRESP to board-mate-api +1767350445: Received PINGREQ from board-mate-api +1767350445: Sending PINGRESP to board-mate-api +1767350505: Received PINGREQ from board-mate-api +1767350505: Sending PINGRESP to board-mate-api +1767350574: Received PINGREQ from board-mate-api +1767350574: Sending PINGRESP to board-mate-api +1767350634: Received PINGREQ from board-mate-api +1767350634: Sending PINGRESP to board-mate-api +1767350682: mosquitto version 2.0.22 terminating +1767350682: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767350688: mosquitto version 2.0.22 starting +1767350688: Config loaded from /mosquitto/config/mosquitto.conf. +1767350688: Opening ipv4 listen socket on port 1883. +1767350688: Opening ipv6 listen socket on port 1883. +1767350688: Opening websockets listen socket on port 9001. +1767350688: Opening ipv4 listen socket on port 8883. +1767350688: Opening ipv6 listen socket on port 8883. +1767350688: mosquitto version 2.0.22 running +1767350699: New connection from 172.18.0.8:57554 on port 1883. +1767350700: New client connected from 172.18.0.8:57554 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767350700: No will message specified. +1767350700: Sending CONNACK to board-mate-api (1, 0) +1767350700: Received SUBSCRIBE from board-mate-api +1767350700: /board-mate/+/telemetry (QoS 1) +1767350700: board-mate-api 1 /board-mate/+/telemetry +1767350700: Sending SUBACK to board-mate-api +1767350753: mosquitto version 2.0.22 terminating +1767350753: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767350759: mosquitto version 2.0.22 starting +1767350759: Config loaded from /mosquitto/config/mosquitto.conf. +1767350759: Opening ipv4 listen socket on port 1883. +1767350759: Opening ipv6 listen socket on port 1883. +1767350759: Opening websockets listen socket on port 9001. +1767350759: Opening ipv4 listen socket on port 8883. +1767350759: Opening ipv6 listen socket on port 8883. +1767350759: mosquitto version 2.0.22 running +1767350770: New connection from 172.18.0.8:46778 on port 1883. +1767350770: New client connected from 172.18.0.8:46778 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767350770: No will message specified. +1767350770: Sending CONNACK to board-mate-api (1, 0) +1767350770: Received SUBSCRIBE from board-mate-api +1767350770: /board-mate/+/telemetry (QoS 1) +1767350770: board-mate-api 1 /board-mate/+/telemetry +1767350770: Sending SUBACK to board-mate-api +1767350830: Received PINGREQ from board-mate-api +1767350830: Sending PINGRESP to board-mate-api +1767350891: Received PINGREQ from board-mate-api +1767350891: Sending PINGRESP to board-mate-api +1767350951: Received PINGREQ from board-mate-api +1767350951: Sending PINGRESP to board-mate-api +1767351011: Received PINGREQ from board-mate-api +1767351011: Sending PINGRESP to board-mate-api +1767351029: mosquitto version 2.0.22 terminating +1767351029: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767351035: mosquitto version 2.0.22 starting +1767351035: Config loaded from /mosquitto/config/mosquitto.conf. +1767351035: Opening ipv4 listen socket on port 1883. +1767351035: Opening ipv6 listen socket on port 1883. +1767351035: Opening websockets listen socket on port 9001. +1767351035: Opening ipv4 listen socket on port 8883. +1767351035: Opening ipv6 listen socket on port 8883. +1767351035: mosquitto version 2.0.22 running +1767351046: New connection from 172.18.0.8:36950 on port 1883. +1767351046: New client connected from 172.18.0.8:36950 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767351046: No will message specified. +1767351046: Sending CONNACK to board-mate-api (1, 0) +1767351046: Received SUBSCRIBE from board-mate-api +1767351046: /board-mate/+/telemetry (QoS 1) +1767351046: board-mate-api 1 /board-mate/+/telemetry +1767351046: Sending SUBACK to board-mate-api +1767351106: Received PINGREQ from board-mate-api +1767351106: Sending PINGRESP to board-mate-api +1767351167: Received PINGREQ from board-mate-api +1767351167: Sending PINGRESP to board-mate-api +1767351173: mosquitto version 2.0.22 terminating +1767351173: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767351180: mosquitto version 2.0.22 starting +1767351180: Config loaded from /mosquitto/config/mosquitto.conf. +1767351180: Opening ipv4 listen socket on port 1883. +1767351180: Opening ipv6 listen socket on port 1883. +1767351180: Opening websockets listen socket on port 9001. +1767351180: Opening ipv4 listen socket on port 8883. +1767351180: Opening ipv6 listen socket on port 8883. +1767351180: mosquitto version 2.0.22 running +1767351191: New connection from 172.18.0.8:42978 on port 1883. +1767351191: New client connected from 172.18.0.8:42978 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767351191: No will message specified. +1767351191: Sending CONNACK to board-mate-api (1, 0) +1767351191: Received SUBSCRIBE from board-mate-api +1767351191: /board-mate/+/telemetry (QoS 1) +1767351191: board-mate-api 1 /board-mate/+/telemetry +1767351191: Sending SUBACK to board-mate-api +1767351252: Received PINGREQ from board-mate-api +1767351252: Sending PINGRESP to board-mate-api +1767351312: Received PINGREQ from board-mate-api +1767351312: Sending PINGRESP to board-mate-api +1767351372: Received PINGREQ from board-mate-api +1767351372: Sending PINGRESP to board-mate-api +1767351433: Received PINGREQ from board-mate-api +1767351433: Sending PINGRESP to board-mate-api +1767351493: Received PINGREQ from board-mate-api +1767351493: Sending PINGRESP to board-mate-api +1767351553: Received PINGREQ from board-mate-api +1767351553: Sending PINGRESP to board-mate-api +1767351613: Received PINGREQ from board-mate-api +1767351613: Sending PINGRESP to board-mate-api +1767351674: Received PINGREQ from board-mate-api +1767351674: Sending PINGRESP to board-mate-api +1767351734: Received PINGREQ from board-mate-api +1767351734: Sending PINGRESP to board-mate-api +1767351794: Received PINGREQ from board-mate-api +1767351794: Sending PINGRESP to board-mate-api +1767351854: Received PINGREQ from board-mate-api +1767351854: Sending PINGRESP to board-mate-api +1767351862: mosquitto version 2.0.22 terminating +1767351862: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767351869: mosquitto version 2.0.22 starting +1767351869: Config loaded from /mosquitto/config/mosquitto.conf. +1767351869: Opening ipv4 listen socket on port 1883. +1767351869: Opening ipv6 listen socket on port 1883. +1767351869: Opening websockets listen socket on port 9001. +1767351869: Opening ipv4 listen socket on port 8883. +1767351869: Opening ipv6 listen socket on port 8883. +1767351869: mosquitto version 2.0.22 running +1767351880: New connection from 172.18.0.8:55960 on port 1883. +1767351880: New client connected from 172.18.0.8:55960 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767351880: No will message specified. +1767351880: Sending CONNACK to board-mate-api (1, 0) +1767351880: Received SUBSCRIBE from board-mate-api +1767351880: /board-mate/+/telemetry (QoS 1) +1767351880: board-mate-api 1 /board-mate/+/telemetry +1767351880: Sending SUBACK to board-mate-api +1767351940: Received PINGREQ from board-mate-api +1767351940: Sending PINGRESP to board-mate-api +1767352000: Received PINGREQ from board-mate-api +1767352000: Sending PINGRESP to board-mate-api +1767352061: Received PINGREQ from board-mate-api +1767352061: Sending PINGRESP to board-mate-api +1767352121: Received PINGREQ from board-mate-api +1767352121: Sending PINGRESP to board-mate-api +1767352182: Received PINGREQ from board-mate-api +1767352182: Sending PINGRESP to board-mate-api +1767352242: Received PINGREQ from board-mate-api +1767352242: Sending PINGRESP to board-mate-api +1767352296: mosquitto version 2.0.22 starting +1767352296: Config loaded from /mosquitto/config/mosquitto.conf. +1767352296: Opening ipv4 listen socket on port 1883. +1767352296: Opening ipv6 listen socket on port 1883. +1767352296: Opening websockets listen socket on port 9001. +1767352296: Opening ipv4 listen socket on port 8883. +1767352296: Opening ipv6 listen socket on port 8883. +1767352296: mosquitto version 2.0.22 running +1767352306: New connection from 172.18.0.8:48676 on port 1883. +1767352307: New client connected from 172.18.0.8:48676 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767352307: No will message specified. +1767352307: Sending CONNACK to board-mate-api (1, 0) +1767352307: Received SUBSCRIBE from board-mate-api +1767352307: /board-mate/+/telemetry (QoS 1) +1767352307: board-mate-api 1 /board-mate/+/telemetry +1767352307: Sending SUBACK to board-mate-api +1767352367: Received PINGREQ from board-mate-api +1767352367: Sending PINGRESP to board-mate-api +1767352427: Received PINGREQ from board-mate-api +1767352427: Sending PINGRESP to board-mate-api +1767352487: Received PINGREQ from board-mate-api +1767352487: Sending PINGRESP to board-mate-api +1767352528: mosquitto version 2.0.22 terminating +1767352528: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767352534: mosquitto version 2.0.22 starting +1767352534: Config loaded from /mosquitto/config/mosquitto.conf. +1767352534: Opening ipv4 listen socket on port 1883. +1767352534: Opening ipv6 listen socket on port 1883. +1767352534: Opening websockets listen socket on port 9001. +1767352534: Opening ipv4 listen socket on port 8883. +1767352534: Opening ipv6 listen socket on port 8883. +1767352534: mosquitto version 2.0.22 running +1767352545: New connection from 172.18.0.8:41614 on port 1883. +1767352545: New client connected from 172.18.0.8:41614 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767352545: No will message specified. +1767352545: Sending CONNACK to board-mate-api (1, 0) +1767352546: Received SUBSCRIBE from board-mate-api +1767352546: /board-mate/+/telemetry (QoS 1) +1767352546: board-mate-api 1 /board-mate/+/telemetry +1767352546: Sending SUBACK to board-mate-api +1767352606: Received PINGREQ from board-mate-api +1767352606: Sending PINGRESP to board-mate-api +1767352673: Received PINGREQ from board-mate-api +1767352673: Sending PINGRESP to board-mate-api +1767352733: Received PINGREQ from board-mate-api +1767352733: Sending PINGRESP to board-mate-api +1767352793: Received PINGREQ from board-mate-api +1767352793: Sending PINGRESP to board-mate-api +1767352853: Received PINGREQ from board-mate-api +1767352853: Sending PINGRESP to board-mate-api +1767352914: Received PINGREQ from board-mate-api +1767352914: Sending PINGRESP to board-mate-api +1767352974: Received PINGREQ from board-mate-api +1767352974: Sending PINGRESP to board-mate-api +1767353064: Client board-mate-api has exceeded timeout, disconnecting. +1767353126: New connection from 172.18.0.8:50680 on port 1883. +1767353127: New client connected from 172.18.0.8:50680 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353127: No will message specified. +1767353127: Sending CONNACK to board-mate-api (1, 0) +1767353152: mosquitto version 2.0.22 terminating +1767353152: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767353155: mosquitto version 2.0.22 starting +1767353155: Config loaded from /mosquitto/config/mosquitto.conf. +1767353155: Opening ipv4 listen socket on port 1883. +1767353155: Opening ipv6 listen socket on port 1883. +1767353155: Opening websockets listen socket on port 9001. +1767353155: Opening ipv4 listen socket on port 8883. +1767353155: Opening ipv6 listen socket on port 8883. +1767353155: mosquitto version 2.0.22 running +1767353166: New connection from 172.18.0.8:46870 on port 1883. +1767353166: New client connected from 172.18.0.8:46870 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353166: No will message specified. +1767353166: Sending CONNACK to board-mate-api (1, 0) +1767353166: Received SUBSCRIBE from board-mate-api +1767353166: /board-mate/+/telemetry (QoS 1) +1767353166: board-mate-api 1 /board-mate/+/telemetry +1767353166: Sending SUBACK to board-mate-api +1767353227: Received PINGREQ from board-mate-api +1767353227: Sending PINGRESP to board-mate-api +1767353306: Received PINGREQ from board-mate-api +1767353306: Sending PINGRESP to board-mate-api +1767353344: mosquitto version 2.0.22 terminating +1767353344: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767353350: mosquitto version 2.0.22 starting +1767353350: Config loaded from /mosquitto/config/mosquitto.conf. +1767353350: Opening ipv4 listen socket on port 1883. +1767353350: Opening ipv6 listen socket on port 1883. +1767353350: Opening websockets listen socket on port 9001. +1767353350: Opening ipv4 listen socket on port 8883. +1767353350: Opening ipv6 listen socket on port 8883. +1767353350: mosquitto version 2.0.22 running +1767353361: New connection from 172.18.0.8:44712 on port 1883. +1767353362: New client connected from 172.18.0.8:44712 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353362: No will message specified. +1767353362: Sending CONNACK to board-mate-api (1, 0) +1767353362: Received SUBSCRIBE from board-mate-api +1767353362: /board-mate/+/telemetry (QoS 1) +1767353362: board-mate-api 1 /board-mate/+/telemetry +1767353362: Sending SUBACK to board-mate-api +1767353422: Received PINGREQ from board-mate-api +1767353422: Sending PINGRESP to board-mate-api +1767353482: Received PINGREQ from board-mate-api +1767353482: Sending PINGRESP to board-mate-api +1767353512: mosquitto version 2.0.22 terminating +1767353512: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767353519: mosquitto version 2.0.22 starting +1767353519: Config loaded from /mosquitto/config/mosquitto.conf. +1767353519: Opening ipv4 listen socket on port 1883. +1767353519: Opening ipv6 listen socket on port 1883. +1767353519: Opening websockets listen socket on port 9001. +1767353519: Opening ipv4 listen socket on port 8883. +1767353519: Opening ipv6 listen socket on port 8883. +1767353519: mosquitto version 2.0.22 running +1767353529: New connection from 172.18.0.8:40988 on port 1883. +1767353529: New client connected from 172.18.0.8:40988 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353529: No will message specified. +1767353529: Sending CONNACK to board-mate-api (1, 0) +1767353530: Received SUBSCRIBE from board-mate-api +1767353530: /board-mate/+/telemetry (QoS 1) +1767353530: board-mate-api 1 /board-mate/+/telemetry +1767353530: Sending SUBACK to board-mate-api +1767353594: Received PINGREQ from board-mate-api +1767353594: Sending PINGRESP to board-mate-api +1767353685: Client board-mate-api has exceeded timeout, disconnecting. +1767353721: New connection from 172.18.0.8:42502 on port 1883. +1767353721: New client connected from 172.18.0.8:42502 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353721: No will message specified. +1767353721: Sending CONNACK to board-mate-api (1, 0) +1767353749: mosquitto version 2.0.22 terminating +1767353749: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767353752: mosquitto version 2.0.22 starting +1767353752: Config loaded from /mosquitto/config/mosquitto.conf. +1767353752: Opening ipv4 listen socket on port 1883. +1767353752: Opening ipv6 listen socket on port 1883. +1767353752: Opening websockets listen socket on port 9001. +1767353752: Opening ipv4 listen socket on port 8883. +1767353752: Opening ipv6 listen socket on port 8883. +1767353752: mosquitto version 2.0.22 running +1767353763: New connection from 172.18.0.8:43066 on port 1883. +1767353763: New client connected from 172.18.0.8:43066 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353763: No will message specified. +1767353763: Sending CONNACK to board-mate-api (1, 0) +1767353763: Received SUBSCRIBE from board-mate-api +1767353763: /board-mate/+/telemetry (QoS 1) +1767353763: board-mate-api 1 /board-mate/+/telemetry +1767353763: Sending SUBACK to board-mate-api +1767353824: Received PINGREQ from board-mate-api +1767353824: Sending PINGRESP to board-mate-api +1767353914: Client board-mate-api has exceeded timeout, disconnecting. +1767353917: New connection from 172.18.0.8:55700 on port 1883. +1767353917: New client connected from 172.18.0.8:55700 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767353917: No will message specified. +1767353917: Sending CONNACK to board-mate-api (1, 0) +1767353977: Received PINGREQ from board-mate-api +1767353977: Sending PINGRESP to board-mate-api +1767354068: Client board-mate-api has exceeded timeout, disconnecting. +1767354124: New connection from 172.18.0.8:40956 on port 1883. +1767354142: New client connected from 172.18.0.8:40956 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767354142: No will message specified. +1767354142: Sending CONNACK to board-mate-api (1, 0) +1767354202: Received PINGREQ from board-mate-api +1767354202: Sending PINGRESP to board-mate-api +1767354262: Received PINGREQ from board-mate-api +1767354262: Sending PINGRESP to board-mate-api +1767354353: Client board-mate-api has exceeded timeout, disconnecting. +1767354360: New connection from 172.18.0.8:41170 on port 1883. +1767354360: New client connected from 172.18.0.8:41170 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767354360: No will message specified. +1767354360: Sending CONNACK to board-mate-api (1, 0) +1767354420: Received PINGREQ from board-mate-api +1767354420: Sending PINGRESP to board-mate-api +1767354481: Received PINGREQ from board-mate-api +1767354481: Sending PINGRESP to board-mate-api +1767354484: mosquitto version 2.0.22 terminating +1767354484: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767354491: mosquitto version 2.0.22 starting +1767354491: Config loaded from /mosquitto/config/mosquitto.conf. +1767354491: Opening ipv4 listen socket on port 1883. +1767354491: Opening ipv6 listen socket on port 1883. +1767354491: Opening websockets listen socket on port 9001. +1767354491: Opening ipv4 listen socket on port 8883. +1767354491: Opening ipv6 listen socket on port 8883. +1767354491: mosquitto version 2.0.22 running +1767354502: New connection from 172.18.0.8:59316 on port 1883. +1767354502: New client connected from 172.18.0.8:59316 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767354502: No will message specified. +1767354502: Sending CONNACK to board-mate-api (1, 0) +1767354502: Received SUBSCRIBE from board-mate-api +1767354502: /board-mate/+/telemetry (QoS 1) +1767354502: board-mate-api 1 /board-mate/+/telemetry +1767354502: Sending SUBACK to board-mate-api +1767354562: Received PINGREQ from board-mate-api +1767354562: Sending PINGRESP to board-mate-api +1767354635: Received PINGREQ from board-mate-api +1767354635: Sending PINGRESP to board-mate-api +1767354635: Received PUBLISH from board-mate-api (d0, q1, r0, m2, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (255 bytes)) +1767354635: Sending PUBACK to board-mate-api (m2, rc0) +1767354635: Received PUBLISH from board-mate-api (d0, q1, r0, m3, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (255 bytes)) +1767354635: Sending PUBACK to board-mate-api (m3, rc0) +1767354696: Received PINGREQ from board-mate-api +1767354696: Sending PINGRESP to board-mate-api +1767354703: mosquitto version 2.0.22 terminating +1767354703: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767354710: mosquitto version 2.0.22 starting +1767354710: Config loaded from /mosquitto/config/mosquitto.conf. +1767354710: Opening ipv4 listen socket on port 1883. +1767354710: Opening ipv6 listen socket on port 1883. +1767354710: Opening websockets listen socket on port 9001. +1767354710: Opening ipv4 listen socket on port 8883. +1767354710: Opening ipv6 listen socket on port 8883. +1767354710: mosquitto version 2.0.22 running +1767354720: New connection from 172.18.0.8:50636 on port 1883. +1767354721: New client connected from 172.18.0.8:50636 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767354721: No will message specified. +1767354721: Sending CONNACK to board-mate-api (1, 0) +1767354721: Received SUBSCRIBE from board-mate-api +1767354721: /board-mate/+/telemetry (QoS 1) +1767354721: board-mate-api 1 /board-mate/+/telemetry +1767354721: Sending SUBACK to board-mate-api +1767354727: Received PUBLISH from board-mate-api (d0, q1, r0, m2, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (255 bytes)) +1767354727: Sending PUBACK to board-mate-api (m2, rc0) +1767354727: Received PUBLISH from board-mate-api (d0, q1, r0, m3, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (255 bytes)) +1767354727: Sending PUBACK to board-mate-api (m3, rc0) +1767354787: Received PINGREQ from board-mate-api +1767354787: Sending PINGRESP to board-mate-api +1767354852: Received PINGREQ from board-mate-api +1767354852: Sending PINGRESP to board-mate-api +1767354916: Received PINGREQ from board-mate-api +1767354916: Sending PINGRESP to board-mate-api +1767354997: Received PINGREQ from board-mate-api +1767354997: Sending PINGRESP to board-mate-api +1767355070: Received PINGREQ from board-mate-api +1767355070: Sending PINGRESP to board-mate-api +1767355160: Client board-mate-api has exceeded timeout, disconnecting. +1767355177: New connection from 172.18.0.8:49032 on port 1883. +1767355178: New client connected from 172.18.0.8:49032 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767355178: No will message specified. +1767355178: Sending CONNACK to board-mate-api (1, 0) +1767355200: mosquitto version 2.0.22 terminating +1767355200: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767355203: mosquitto version 2.0.22 starting +1767355203: Config loaded from /mosquitto/config/mosquitto.conf. +1767355203: Opening ipv4 listen socket on port 1883. +1767355203: Opening ipv6 listen socket on port 1883. +1767355203: Opening websockets listen socket on port 9001. +1767355203: Opening ipv4 listen socket on port 8883. +1767355203: Opening ipv6 listen socket on port 8883. +1767355203: mosquitto version 2.0.22 running +1767355221: New connection from 172.18.0.8:47410 on port 1883. +1767355222: New client connected from 172.18.0.8:47410 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767355222: No will message specified. +1767355222: Sending CONNACK to board-mate-api (1, 0) +1767355222: Received SUBSCRIBE from board-mate-api +1767355222: /board-mate/+/telemetry (QoS 1) +1767355222: board-mate-api 1 /board-mate/+/telemetry +1767355222: Sending SUBACK to board-mate-api +1767355257: Received PUBLISH from board-mate-api (d0, q1, r0, m2, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (246 bytes)) +1767355257: Sending PUBACK to board-mate-api (m2, rc0) +1767355276: Received PUBLISH from board-mate-api (d0, q1, r0, m3, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (246 bytes)) +1767355276: Sending PUBACK to board-mate-api (m3, rc0) +1767355337: Received PINGREQ from board-mate-api +1767355337: Sending PINGRESP to board-mate-api +1767355340: mosquitto version 2.0.22 terminating +1767355340: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767355347: mosquitto version 2.0.22 starting +1767355347: Config loaded from /mosquitto/config/mosquitto.conf. +1767355347: Opening ipv4 listen socket on port 1883. +1767355347: Opening ipv6 listen socket on port 1883. +1767355347: Opening websockets listen socket on port 9001. +1767355347: Opening ipv4 listen socket on port 8883. +1767355347: Opening ipv6 listen socket on port 8883. +1767355347: mosquitto version 2.0.22 running +1767355358: New connection from 172.18.0.8:54216 on port 1883. +1767355359: New client connected from 172.18.0.8:54216 as board-mate-api (p2, c0, k60, u'board-mate-api'). +1767355359: No will message specified. +1767355359: Sending CONNACK to board-mate-api (1, 0) +1767355359: Received SUBSCRIBE from board-mate-api +1767355359: /board-mate/+/telemetry (QoS 1) +1767355359: board-mate-api 1 /board-mate/+/telemetry +1767355359: Sending SUBACK to board-mate-api +1767355392: Received PUBLISH from board-mate-api (d0, q1, r0, m2, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (246 bytes)) +1767355392: Sending PUBACK to board-mate-api (m2, rc0) +1767355399: Received PUBLISH from board-mate-api (d0, q1, r0, m3, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (246 bytes)) +1767355399: Sending PUBACK to board-mate-api (m3, rc0) +1767355407: Received PUBLISH from board-mate-api (d0, q1, r0, m4, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (255 bytes)) +1767355407: Sending PUBACK to board-mate-api (m4, rc0) +1767355407: Received PUBLISH from board-mate-api (d0, q1, r0, m5, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (255 bytes)) +1767355407: Sending PUBACK to board-mate-api (m5, rc0) +1767355436: Received PUBLISH from board-mate-api (d0, q1, r0, m6, '/chat/3b12678d-8d6f-444b-b1a7-671a2c92eabf/message', ... (246 bytes)) +1767355436: Sending PUBACK to board-mate-api (m6, rc0) +1767355496: Received PINGREQ from board-mate-api +1767355496: Sending PINGRESP to board-mate-api +1767355557: Received PINGREQ from board-mate-api +1767355557: Sending PINGRESP to board-mate-api +1767355617: Received PINGREQ from board-mate-api +1767355617: Sending PINGRESP to board-mate-api +1767355677: Received PINGREQ from board-mate-api +1767355677: Sending PINGRESP to board-mate-api +1767355737: Received PINGREQ from board-mate-api +1767355737: Sending PINGRESP to board-mate-api +1767355798: Received PINGREQ from board-mate-api +1767355798: Sending PINGRESP to board-mate-api +1767355858: Received PINGREQ from board-mate-api +1767355858: Sending PINGRESP to board-mate-api +1767355918: Received PINGREQ from board-mate-api +1767355918: Sending PINGRESP to board-mate-api +1767355978: Received PINGREQ from board-mate-api +1767355978: Sending PINGRESP to board-mate-api +1767356038: Received PINGREQ from board-mate-api +1767356038: Sending PINGRESP to board-mate-api +1767356099: Received PINGREQ from board-mate-api +1767356099: Sending PINGRESP to board-mate-api +1767356159: Received PINGREQ from board-mate-api +1767356159: Sending PINGRESP to board-mate-api +1767356219: Received PINGREQ from board-mate-api +1767356219: Sending PINGRESP to board-mate-api +1767356279: Received PINGREQ from board-mate-api +1767356279: Sending PINGRESP to board-mate-api +1767356339: Received PINGREQ from board-mate-api +1767356339: Sending PINGRESP to board-mate-api +1767356400: Received PINGREQ from board-mate-api +1767356400: Sending PINGRESP to board-mate-api +1767356460: Received PINGREQ from board-mate-api +1767356460: Sending PINGRESP to board-mate-api +1767356520: Received PINGREQ from board-mate-api +1767356520: Sending PINGRESP to board-mate-api +1767356580: Received PINGREQ from board-mate-api +1767356580: Sending PINGRESP to board-mate-api +1767356640: Received PINGREQ from board-mate-api +1767356640: Sending PINGRESP to board-mate-api +1767356701: Received PINGREQ from board-mate-api +1767356701: Sending PINGRESP to board-mate-api +1767356761: Received PINGREQ from board-mate-api +1767356761: Sending PINGRESP to board-mate-api +1767356821: Received PINGREQ from board-mate-api +1767356821: Sending PINGRESP to board-mate-api +1767356881: Received PINGREQ from board-mate-api +1767356881: Sending PINGRESP to board-mate-api +1767356941: Received PINGREQ from board-mate-api +1767356941: Sending PINGRESP to board-mate-api +1767357002: Received PINGREQ from board-mate-api +1767357002: Sending PINGRESP to board-mate-api +1767357062: Received PINGREQ from board-mate-api +1767357062: Sending PINGRESP to board-mate-api +1767357122: Received PINGREQ from board-mate-api +1767357122: Sending PINGRESP to board-mate-api +1767357153: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767357182: Received PINGREQ from board-mate-api +1767357182: Sending PINGRESP to board-mate-api +1767357242: Received PINGREQ from board-mate-api +1767357242: Sending PINGRESP to board-mate-api +1767357303: Received PINGREQ from board-mate-api +1767357303: Sending PINGRESP to board-mate-api +1767357363: Received PINGREQ from board-mate-api +1767357363: Sending PINGRESP to board-mate-api +1767357423: Received PINGREQ from board-mate-api +1767357423: Sending PINGRESP to board-mate-api +1767357483: Received PINGREQ from board-mate-api +1767357483: Sending PINGRESP to board-mate-api +1767357543: Received PINGREQ from board-mate-api +1767357543: Sending PINGRESP to board-mate-api +1767357604: Received PINGREQ from board-mate-api +1767357604: Sending PINGRESP to board-mate-api +1767357664: Received PINGREQ from board-mate-api +1767357664: Sending PINGRESP to board-mate-api +1767357724: Received PINGREQ from board-mate-api +1767357724: Sending PINGRESP to board-mate-api +1767357784: Received PINGREQ from board-mate-api +1767357784: Sending PINGRESP to board-mate-api +1767357844: Received PINGREQ from board-mate-api +1767357844: Sending PINGRESP to board-mate-api +1767357905: Received PINGREQ from board-mate-api +1767357905: Sending PINGRESP to board-mate-api +1767357965: Received PINGREQ from board-mate-api +1767357965: Sending PINGRESP to board-mate-api +1767358025: Received PINGREQ from board-mate-api +1767358025: Sending PINGRESP to board-mate-api +1767358085: Received PINGREQ from board-mate-api +1767358085: Sending PINGRESP to board-mate-api +1767358145: Received PINGREQ from board-mate-api +1767358145: Sending PINGRESP to board-mate-api +1767358206: Received PINGREQ from board-mate-api +1767358206: Sending PINGRESP to board-mate-api +1767358266: Received PINGREQ from board-mate-api +1767358266: Sending PINGRESP to board-mate-api +1767358326: Received PINGREQ from board-mate-api +1767358326: Sending PINGRESP to board-mate-api +1767358386: Received PINGREQ from board-mate-api +1767358386: Sending PINGRESP to board-mate-api +1767358446: Received PINGREQ from board-mate-api +1767358446: Sending PINGRESP to board-mate-api +1767358507: Received PINGREQ from board-mate-api +1767358507: Sending PINGRESP to board-mate-api +1767358567: Received PINGREQ from board-mate-api +1767358567: Sending PINGRESP to board-mate-api +1767358627: Received PINGREQ from board-mate-api +1767358627: Sending PINGRESP to board-mate-api +1767358687: Received PINGREQ from board-mate-api +1767358687: Sending PINGRESP to board-mate-api +1767358747: Received PINGREQ from board-mate-api +1767358747: Sending PINGRESP to board-mate-api +1767358808: Received PINGREQ from board-mate-api +1767358808: Sending PINGRESP to board-mate-api +1767358868: Received PINGREQ from board-mate-api +1767358868: Sending PINGRESP to board-mate-api +1767358928: Received PINGREQ from board-mate-api +1767358928: Sending PINGRESP to board-mate-api +1767358960: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767358988: Received PINGREQ from board-mate-api +1767358988: Sending PINGRESP to board-mate-api +1767359048: Received PINGREQ from board-mate-api +1767359048: Sending PINGRESP to board-mate-api +1767359108: Received PINGREQ from board-mate-api +1767359108: Sending PINGRESP to board-mate-api +1767359169: Received PINGREQ from board-mate-api +1767359169: Sending PINGRESP to board-mate-api +1767359229: Received PINGREQ from board-mate-api +1767359229: Sending PINGRESP to board-mate-api +1767359289: Received PINGREQ from board-mate-api +1767359289: Sending PINGRESP to board-mate-api +1767359349: Received PINGREQ from board-mate-api +1767359349: Sending PINGRESP to board-mate-api +1767359409: Received PINGREQ from board-mate-api +1767359409: Sending PINGRESP to board-mate-api +1767359470: Received PINGREQ from board-mate-api +1767359470: Sending PINGRESP to board-mate-api +1767359530: Received PINGREQ from board-mate-api +1767359530: Sending PINGRESP to board-mate-api +1767359590: Received PINGREQ from board-mate-api +1767359590: Sending PINGRESP to board-mate-api +1767359650: Received PINGREQ from board-mate-api +1767359650: Sending PINGRESP to board-mate-api +1767359710: Received PINGREQ from board-mate-api +1767359710: Sending PINGRESP to board-mate-api +1767359771: Received PINGREQ from board-mate-api +1767359771: Sending PINGRESP to board-mate-api +1767359831: Received PINGREQ from board-mate-api +1767359831: Sending PINGRESP to board-mate-api +1767359891: Received PINGREQ from board-mate-api +1767359891: Sending PINGRESP to board-mate-api +1767359951: Received PINGREQ from board-mate-api +1767359951: Sending PINGRESP to board-mate-api +1767360011: Received PINGREQ from board-mate-api +1767360011: Sending PINGRESP to board-mate-api +1767360071: Received PINGREQ from board-mate-api +1767360071: Sending PINGRESP to board-mate-api +1767360132: Received PINGREQ from board-mate-api +1767360132: Sending PINGRESP to board-mate-api +1767360192: Received PINGREQ from board-mate-api +1767360192: Sending PINGRESP to board-mate-api +1767360252: Received PINGREQ from board-mate-api +1767360252: Sending PINGRESP to board-mate-api +1767360312: Received PINGREQ from board-mate-api +1767360312: Sending PINGRESP to board-mate-api +1767360372: Received PINGREQ from board-mate-api +1767360372: Sending PINGRESP to board-mate-api +1767360433: Received PINGREQ from board-mate-api +1767360433: Sending PINGRESP to board-mate-api +1767360493: Received PINGREQ from board-mate-api +1767360493: Sending PINGRESP to board-mate-api +1767360553: Received PINGREQ from board-mate-api +1767360553: Sending PINGRESP to board-mate-api +1767360613: Received PINGREQ from board-mate-api +1767360613: Sending PINGRESP to board-mate-api +1767360673: Received PINGREQ from board-mate-api +1767360673: Sending PINGRESP to board-mate-api +1767360733: Received PINGREQ from board-mate-api +1767360733: Sending PINGRESP to board-mate-api +1767360767: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767360794: Received PINGREQ from board-mate-api +1767360794: Sending PINGRESP to board-mate-api +1767360854: Received PINGREQ from board-mate-api +1767360854: Sending PINGRESP to board-mate-api +1767360914: Received PINGREQ from board-mate-api +1767360914: Sending PINGRESP to board-mate-api +1767360974: Received PINGREQ from board-mate-api +1767360974: Sending PINGRESP to board-mate-api +1767361034: Received PINGREQ from board-mate-api +1767361034: Sending PINGRESP to board-mate-api +1767361094: Received PINGREQ from board-mate-api +1767361094: Sending PINGRESP to board-mate-api +1767361155: Received PINGREQ from board-mate-api +1767361155: Sending PINGRESP to board-mate-api +1767361215: Received PINGREQ from board-mate-api +1767361215: Sending PINGRESP to board-mate-api +1767361275: Received PINGREQ from board-mate-api +1767361275: Sending PINGRESP to board-mate-api +1767361335: Received PINGREQ from board-mate-api +1767361335: Sending PINGRESP to board-mate-api +1767361395: Received PINGREQ from board-mate-api +1767361395: Sending PINGRESP to board-mate-api +1767361455: Received PINGREQ from board-mate-api +1767361455: Sending PINGRESP to board-mate-api +1767361516: Received PINGREQ from board-mate-api +1767361516: Sending PINGRESP to board-mate-api +1767361576: Received PINGREQ from board-mate-api +1767361576: Sending PINGRESP to board-mate-api +1767361636: Received PINGREQ from board-mate-api +1767361636: Sending PINGRESP to board-mate-api +1767361696: Received PINGREQ from board-mate-api +1767361696: Sending PINGRESP to board-mate-api +1767361756: Received PINGREQ from board-mate-api +1767361756: Sending PINGRESP to board-mate-api +1767361817: Received PINGREQ from board-mate-api +1767361817: Sending PINGRESP to board-mate-api +1767361877: Received PINGREQ from board-mate-api +1767361877: Sending PINGRESP to board-mate-api +1767361937: Received PINGREQ from board-mate-api +1767361937: Sending PINGRESP to board-mate-api +1767361997: Received PINGREQ from board-mate-api +1767361997: Sending PINGRESP to board-mate-api +1767362057: Received PINGREQ from board-mate-api +1767362057: Sending PINGRESP to board-mate-api +1767362117: Received PINGREQ from board-mate-api +1767362117: Sending PINGRESP to board-mate-api +1767362177: Received PINGREQ from board-mate-api +1767362177: Sending PINGRESP to board-mate-api +1767362238: Received PINGREQ from board-mate-api +1767362238: Sending PINGRESP to board-mate-api +1767362298: Received PINGREQ from board-mate-api +1767362298: Sending PINGRESP to board-mate-api +1767362358: Received PINGREQ from board-mate-api +1767362358: Sending PINGRESP to board-mate-api +1767362418: Received PINGREQ from board-mate-api +1767362418: Sending PINGRESP to board-mate-api +1767362478: Received PINGREQ from board-mate-api +1767362478: Sending PINGRESP to board-mate-api +1767362538: Received PINGREQ from board-mate-api +1767362538: Sending PINGRESP to board-mate-api +1767362573: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767362599: Received PINGREQ from board-mate-api +1767362599: Sending PINGRESP to board-mate-api +1767362659: Received PINGREQ from board-mate-api +1767362659: Sending PINGRESP to board-mate-api +1767362719: Received PINGREQ from board-mate-api +1767362719: Sending PINGRESP to board-mate-api +1767362779: Received PINGREQ from board-mate-api +1767362779: Sending PINGRESP to board-mate-api +1767362839: Received PINGREQ from board-mate-api +1767362839: Sending PINGRESP to board-mate-api +1767362899: Received PINGREQ from board-mate-api +1767362899: Sending PINGRESP to board-mate-api +1767362959: Received PINGREQ from board-mate-api +1767362959: Sending PINGRESP to board-mate-api +1767363020: Received PINGREQ from board-mate-api +1767363020: Sending PINGRESP to board-mate-api +1767363080: Received PINGREQ from board-mate-api +1767363080: Sending PINGRESP to board-mate-api +1767363140: Received PINGREQ from board-mate-api +1767363140: Sending PINGRESP to board-mate-api +1767363200: Received PINGREQ from board-mate-api +1767363200: Sending PINGRESP to board-mate-api +1767363260: Received PINGREQ from board-mate-api +1767363260: Sending PINGRESP to board-mate-api +1767363320: Received PINGREQ from board-mate-api +1767363320: Sending PINGRESP to board-mate-api +1767363381: Received PINGREQ from board-mate-api +1767363381: Sending PINGRESP to board-mate-api +1767363441: Received PINGREQ from board-mate-api +1767363441: Sending PINGRESP to board-mate-api +1767363501: Received PINGREQ from board-mate-api +1767363501: Sending PINGRESP to board-mate-api +1767363561: Received PINGREQ from board-mate-api +1767363561: Sending PINGRESP to board-mate-api +1767363621: Received PINGREQ from board-mate-api +1767363621: Sending PINGRESP to board-mate-api +1767363681: Received PINGREQ from board-mate-api +1767363681: Sending PINGRESP to board-mate-api +1767363741: Received PINGREQ from board-mate-api +1767363741: Sending PINGRESP to board-mate-api +1767363802: Received PINGREQ from board-mate-api +1767363802: Sending PINGRESP to board-mate-api +1767363862: Received PINGREQ from board-mate-api +1767363862: Sending PINGRESP to board-mate-api +1767363922: Received PINGREQ from board-mate-api +1767363922: Sending PINGRESP to board-mate-api +1767363982: Received PINGREQ from board-mate-api +1767363982: Sending PINGRESP to board-mate-api +1767364042: Received PINGREQ from board-mate-api +1767364042: Sending PINGRESP to board-mate-api +1767364102: Received PINGREQ from board-mate-api +1767364102: Sending PINGRESP to board-mate-api +1767364162: Received PINGREQ from board-mate-api +1767364162: Sending PINGRESP to board-mate-api +1767364223: Received PINGREQ from board-mate-api +1767364223: Sending PINGRESP to board-mate-api +1767364283: Received PINGREQ from board-mate-api +1767364283: Sending PINGRESP to board-mate-api +1767364343: Received PINGREQ from board-mate-api +1767364343: Sending PINGRESP to board-mate-api +1767364378: Saving in-memory database to /mosquitto/data//mosquitto.db. +1767364403: Received PINGREQ from board-mate-api +1767364403: Sending PINGRESP to board-mate-api +1767364463: Received PINGREQ from board-mate-api +1767364463: Sending PINGRESP to board-mate-api +1767364523: Received PINGREQ from board-mate-api +1767364523: Sending PINGRESP to board-mate-api +1767364583: Received PINGREQ from board-mate-api +1767364583: Sending PINGRESP to board-mate-api +1767364643: Received PINGREQ from board-mate-api +1767364643: Sending PINGRESP to board-mate-api +1767364704: Received PINGREQ from board-mate-api +1767364704: Sending PINGRESP to board-mate-api +1767364764: Received PINGREQ from board-mate-api +1767364764: Sending PINGRESP to board-mate-api