以下介绍几种常见的嵌入式中使用的无侵入二次开发方式:
js
代表就是阿里的haas:https://help.aliyun.com/document_detail/266803.html
下载的是脚本或者编译后的生成文件。
lua
代表就是合宙的openlua:
https://doc.openluat.com/article/713/0#%E7%83%A7%E5%BD%95Lua%E8%84%9A%E6%9C%AC
下载的是lua脚本。
python
代表就是移远的QuecPython:
https://python.quectel.com/doc/doc/Quecpython_intro/zh/Qp_Hw_EC600X/Hardware_Support_EC600X.html
下载的是Python脚本。