File size: 14,444 Bytes
eeb3436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
const mqtt = require("mqtt");

const BROKER_URL =
  process.env.MQTT_BROKER_URL || "mqtts://i8e0f149.ala.asia-southeast1.emqxsl.com:8883";
const MQTT_USER = process.env.MQTT_USERNAME || "cabin_node";
const MQTT_PASS = process.env.MQTT_PASSWORD || "6HYUvbJEkeFr9m4";
const OTA_STATUS_TOPIC_FILTER = "tenant/+/truck/+/ota/+/status";
const GATEWAY_WIFI_TOPIC_BASE =
  process.env.GATEWAY_TOPIC_BASE || "tenant/demo/truck/TRUCK01/gateway/wifi";
const WIFI_SCAN_RESULT_TOPIC_FILTER = "tenant/+/truck/+/gateway/wifi/scan/result";
const WIFI_STATUS_TOPIC_FILTER = "tenant/+/truck/+/gateway/wifi/status";
const OTA_TOPIC_PATTERN =
  /^tenant\/([^/]+)\/truck\/([^/]+)\/ota\/(gateway|container)\/(command|status)$/;
const WIFI_TOPIC_PATTERN =
  /^tenant\/([^/]+)\/truck\/([^/]+)\/gateway\/wifi\/(scan\/result|status)$/;

let mqttClient = null;

const stagedFirmware = {};
const otaStatusByKey = {};
const latestStatusByTarget = {};
const routeContextByKey = {};
const sseClients = [];
let latestWifiNetworks = [];
let latestWifiStatus = {
  state: "unknown",
  receivedAt: null,
};
const wifiNetworksByKey = {};
const wifiStatusByKey = {};
let mqttConnectionState = {
  connected: false,
  state: "initializing",
  lastError: null,
  updatedAt: new Date().toISOString(),
};

function normalizeTarget(target) {
  return String(target || "").trim().toLowerCase();
}

function buildRouteKey(tenantCode, truckId, target) {
  return `${tenantCode || ""}::${truckId || ""}::${normalizeTarget(target)}`;
}

function buildUnitKey(tenantCode, truckId, containerId) {
  return `${tenantCode || ""}::${truckId || ""}::${containerId || ""}`;
}

function buildStatusKey(tenantCode, truckId, containerId, target) {
  return `${buildUnitKey(tenantCode, truckId, containerId)}::${normalizeTarget(target)}`;
}

function otaTopic(tenantCode, truckId, target, direction) {
  return `tenant/${tenantCode}/truck/${truckId}/ota/${normalizeTarget(target)}/${direction}`;
}

function parseOtaTopic(topic) {
  const match = OTA_TOPIC_PATTERN.exec(String(topic || ""));
  if (!match) {
    return null;
  }

  return {
    tenantCode: match[1],
    truckId: match[2],
    target: match[3],
    direction: match[4],
  };
}

function buildWifiKey(tenantCode, truckId) {
  return `${tenantCode || ""}::${truckId || ""}`;
}

function parseWifiTopic(topic) {
  const match = WIFI_TOPIC_PATTERN.exec(String(topic || ""));
  if (!match) {
    return null;
  }

  return {
    tenantCode: match[1],
    truckId: match[2],
    kind: match[3],
  };
}

function broadcastSse(payload) {
  const data = `data: ${JSON.stringify(payload)}\n\n`;
  for (const client of sseClients) {
    try {
      client.write(data);
    } catch (_error) {
      // Ignore stale sockets; they are removed on close.
    }
  }
}

function setUnitStatus(context, message) {
  if (!context?.tenantCode || !context?.truckId || !context?.containerId || !context?.target) {
    return null;
  }

  const payload = {
    ...message,
    target: normalizeTarget(context.target),
    tenantCode: context.tenantCode,
    tenantId: message?.tenantId || context.tenantCode,
    truckId: context.truckId,
    containerId: context.containerId,
    receivedAt: new Date().toISOString(),
  };

  const statusKey = buildStatusKey(
    context.tenantCode,
    context.truckId,
    context.containerId,
    context.target
  );

  otaStatusByKey[statusKey] = payload;
  latestStatusByTarget[normalizeTarget(context.target)] = payload;
  broadcastSse({ type: "ota_status", ...payload });

  return payload;
}

function handleWifiScanResult(topic, message) {
  const context = parseWifiTopic(topic);
  const networks = Array.isArray(message)
    ? message
    : Array.isArray(message?.networks)
      ? message.networks
      : [];

  latestWifiNetworks = networks
    .filter((network) => network && typeof network === "object")
    .map((network) => ({
      ssid: String(network.ssid || ""),
      rssi: Number(network.rssi),
      secure: Boolean(network.secure),
    }))
    .filter((network) => network.ssid);
  if (context) {
    wifiNetworksByKey[buildWifiKey(context.tenantCode, context.truckId)] = latestWifiNetworks;
  }

  broadcastSse({
    type: "wifi_scan",
    tenantCode: context?.tenantCode || null,
    truckId: context?.truckId || null,
    networks: latestWifiNetworks,
    receivedAt: new Date().toISOString(),
  });
}

function handleWifiStatus(topic, message) {
  const context = parseWifiTopic(topic);
  latestWifiStatus = {
    ...(message && typeof message === "object" ? message : {}),
    tenantCode: context?.tenantCode || message?.tenantCode || null,
    truckId: context?.truckId || message?.truckId || null,
    receivedAt: new Date().toISOString(),
  };
  if (context) {
    wifiStatusByKey[buildWifiKey(context.tenantCode, context.truckId)] = latestWifiStatus;
  }

  broadcastSse({
    type: "wifi_status",
    ...latestWifiStatus,
  });
}

function resolveStatusContext(topic, message) {
  const parsed = parseOtaTopic(topic);
  if (!parsed) {
    return null;
  }

  const routeKey = buildRouteKey(parsed.tenantCode, parsed.truckId, parsed.target);
  const remembered = routeContextByKey[routeKey] || null;

  const tenantCode = String(message?.tenantId || parsed.tenantCode || "").trim();
  const truckId = String(message?.truckId || parsed.truckId || "").trim();
  const containerId = String(message?.containerId || remembered?.containerId || "").trim();

  if (!tenantCode || !truckId || !containerId) {
    return null;
  }

  return {
    tenantCode,
    truckId,
    containerId,
    target: parsed.target,
  };
}

function getMqttClient() {
  if (mqttClient) {
    return mqttClient;
  }

  mqttClient = mqtt.connect(BROKER_URL, {
    username: MQTT_USER,
    password: MQTT_PASS,
    clientId: `ota-server-${Date.now()}`,
    rejectUnauthorized: true,
    reconnectPeriod: 5000,
  });

  mqttClient.on("connect", () => {
    mqttConnectionState = {
      connected: true,
      state: "connected",
      lastError: null,
      updatedAt: new Date().toISOString(),
    };
    console.log("[OTA MQTT] Connected to broker");
    mqttClient.subscribe(
      [OTA_STATUS_TOPIC_FILTER, WIFI_SCAN_RESULT_TOPIC_FILTER, WIFI_STATUS_TOPIC_FILTER],
      { qos: 1 },
      (error) => {
      if (error) {
        console.error("[OTA MQTT] Subscribe error:", error.message);
        return;
      }

      console.log("[OTA MQTT] Subscribed to status topic filter:", OTA_STATUS_TOPIC_FILTER);
      console.log("[OTA MQTT] Subscribed to WiFi topic filters:", GATEWAY_WIFI_TOPIC_BASE);
      }
    );
  });

  mqttClient.on("message", (topic, payload) => {
    try {
      const message = JSON.parse(payload.toString());
      const wifiContext = parseWifiTopic(topic);
      if (wifiContext?.kind === "scan/result") {
        handleWifiScanResult(topic, message);
        return;
      }

      if (wifiContext?.kind === "status") {
        handleWifiStatus(topic, message);
        return;
      }

      const context = resolveStatusContext(topic, message);

      if (!context) {
        console.warn("[OTA MQTT] Ignoring status with incomplete routing context:", topic);
        return;
      }

      setUnitStatus(context, message);
    } catch (error) {
      console.error("[OTA MQTT] Bad status payload:", error.message);
    }
  });

  mqttClient.on("reconnect", () => {
    mqttConnectionState = {
      ...mqttConnectionState,
      connected: false,
      state: "reconnecting",
      updatedAt: new Date().toISOString(),
    };
  });

  mqttClient.on("close", () => {
    mqttConnectionState = {
      ...mqttConnectionState,
      connected: false,
      state: "closed",
      updatedAt: new Date().toISOString(),
    };
  });

  mqttClient.on("error", (error) => {
    mqttConnectionState = {
      connected: false,
      state: "error",
      lastError: error.message,
      updatedAt: new Date().toISOString(),
    };
    console.error("[OTA MQTT] Error:", error.message);
  });

  return mqttClient;
}

function setStagedFirmware(target, info) {
  stagedFirmware[normalizeTarget(target)] = info;
}

function getStagedFirmware(target) {
  return stagedFirmware[normalizeTarget(target)] || null;
}

function getAllStagedFirmware() {
  return {
    gateway: getStagedFirmware("gateway"),
    container: getStagedFirmware("container"),
  };
}

function getOtaStatus(target, context = null) {
  const normalizedTarget = normalizeTarget(target);

  if (context?.tenantCode && context?.truckId && context?.containerId) {
    return (
      otaStatusByKey[
        buildStatusKey(context.tenantCode, context.truckId, context.containerId, normalizedTarget)
      ] || null
    );
  }

  return latestStatusByTarget[normalizedTarget] || null;
}

function getUnitStatuses(context) {
  return {
    gateway: getOtaStatus("gateway", context),
    container: getOtaStatus("container", context),
  };
}

function getWifiNetworks(context = null) {
  if (context?.tenantCode && context?.truckId) {
    return wifiNetworksByKey[buildWifiKey(context.tenantCode, context.truckId)] || [];
  }

  return latestWifiNetworks;
}

function getWifiStatus(context = null) {
  if (context?.tenantCode && context?.truckId) {
    return wifiStatusByKey[buildWifiKey(context.tenantCode, context.truckId)] || {
      state: "unknown",
      tenantCode: context.tenantCode,
      truckId: context.truckId,
      receivedAt: null,
    };
  }

  return latestWifiStatus;
}

function getMqttConnectionState() {
  const client = getMqttClient();
  return {
    ...mqttConnectionState,
    connected: Boolean(client.connected),
  };
}

function addSseClient(res) {
  sseClients.push(res);

  for (const status of Object.values(otaStatusByKey)) {
    res.write(`data: ${JSON.stringify({ type: "ota_status", ...status })}\n\n`);
  }

  res.write(
    `data: ${JSON.stringify({
      type: "wifi_scan",
      networks: latestWifiNetworks,
      receivedAt: new Date().toISOString(),
    })}\n\n`
  );
  res.write(`data: ${JSON.stringify({ type: "wifi_status", ...latestWifiStatus })}\n\n`);
}

function removeSseClient(res) {
  const index = sseClients.indexOf(res);
  if (index !== -1) {
    sseClients.splice(index, 1);
  }
}

async function triggerOta({ tenantCode, truckId, containerId, target, firmwareUrl, staged }) {
  return new Promise((resolve, reject) => {
    const client = getMqttClient();
    const normalizedTarget = normalizeTarget(target);

    if (!client.connected) {
      reject(new Error("MQTT client not connected to broker"));
      return;
    }

    const command = {
      cmd: "ota_update",
      target: normalizedTarget,
      tenantId: tenantCode,
      truckId,
      containerId,
      url: firmwareUrl,
      size: staged.sizeBytes,
      filename: staged.filename,
      triggeredAt: new Date().toISOString(),
    };

    const topic = otaTopic(tenantCode, truckId, normalizedTarget, "command");
    routeContextByKey[buildRouteKey(tenantCode, truckId, normalizedTarget)] = {
      tenantCode,
      truckId,
      containerId,
      target: normalizedTarget,
    };

    client.publish(topic, JSON.stringify(command), { qos: 1, retain: false }, (error) => {
      if (error) {
        reject(new Error(`MQTT publish failed: ${error.message}`));
        return;
      }

      console.log(`[OTA] Command published -> ${topic}`, command);

      setUnitStatus(
        {
          tenantCode,
          truckId,
          containerId,
          target: normalizedTarget,
        },
        {
          state: "pending",
          message: "Command sent, waiting for device acknowledgment",
          filename: staged.filename,
          progress: 0,
          triggeredAt: command.triggeredAt,
        }
      );

      resolve();
    });
  });
}

async function cancelOta({ tenantCode, truckId, containerId, target }) {
  return new Promise((resolve, reject) => {
    const client = getMqttClient();
    const normalizedTarget = normalizeTarget(target);

    if (!client.connected) {
      reject(new Error("MQTT client not connected to broker"));
      return;
    }

    const command = {
      cmd: "ota_cancel",
      target: normalizedTarget,
      tenantId: tenantCode,
      truckId,
      containerId,
      cancelledAt: new Date().toISOString(),
    };

    const topic = otaTopic(tenantCode, truckId, normalizedTarget, "command");
    routeContextByKey[buildRouteKey(tenantCode, truckId, normalizedTarget)] = {
      tenantCode,
      truckId,
      containerId,
      target: normalizedTarget,
    };

    client.publish(topic, JSON.stringify(command), { qos: 1, retain: false }, (error) => {
      if (error) {
        reject(new Error(`MQTT publish failed: ${error.message}`));
        return;
      }

      console.log(`[OTA] Cancel published -> ${topic}`, command);

      const status = setUnitStatus(
        {
          tenantCode,
          truckId,
          containerId,
          target: normalizedTarget,
        },
        {
          state: "cancelling",
          message: "Cancel command sent, waiting for device confirmation",
          progress: 0,
          cancelledAt: command.cancelledAt,
        }
      );

      resolve(status);
    });
  });
}

async function publishMqttMessage(topic, payload, options = {}) {
  return new Promise((resolve, reject) => {
    const client = getMqttClient();
    let settled = false;
    const timeoutMs = options.timeoutMs || 5000;

    if (!client.connected) {
      reject(new Error("MQTT client not connected to broker"));
      return;
    }

    const timer = setTimeout(() => {
      if (settled) return;
      settled = true;
      reject(new Error(`MQTT publish timed out after ${timeoutMs}ms: ${topic}`));
    }, timeoutMs);

    client.publish(
      topic,
      JSON.stringify(payload || {}),
      {
        qos: options.qos ?? 1,
        retain: Boolean(options.retain),
      },
      (error) => {
        if (settled) return;
        settled = true;
        clearTimeout(timer);

        if (error) {
          reject(new Error(`MQTT publish failed: ${error.message}`));
          return;
        }

        console.log(`[MQTT] Published -> ${topic}`, payload || {});
        resolve();
      }
    );
  });
}

getMqttClient();

module.exports = {
  setStagedFirmware,
  getStagedFirmware,
  getAllStagedFirmware,
  getOtaStatus,
  getUnitStatuses,
  getWifiNetworks,
  getWifiStatus,
  getMqttConnectionState,
  triggerOta,
  cancelOta,
  publishMqttMessage,
  addSseClient,
  removeSseClient,
};