emqx/MQTTX

[Help] 自定义函数引入外部脚本

Open

#2,003 opened on Dec 2, 2025

View on GitHub
 (4 comments) (0 reactions) (1 assignee)TypeScript (544 forks)auto 404
desktopfeaturehelp wanted

Repository metrics

Stars
 (5,003 stars)
PR merge metrics
 (PR metrics pending)

Description

我现在的数据用 一个特定的加密进行发送,在mqttx中看到的数据是乱码。看到有自定义函数可以进行解码,但是我需要引入外部的脚本,在 mqttx 自定义函数中引入似乎没有效果,我现在如何去引入外部的脚本?或者直接调用外部的接口进行解码显示

Contributor guide