我已经在Ubuntu服务器作为服务中安装了Thingsboard PE。
我的问题是,我是否仍能设法更改源代码,以及如何修改,或者是否必须从git中进行干净的安装。提前谢谢你。
发布于 2022-04-19 10:38:26
这对于ThingsBoard CE来说是可能的,因为它包含了诸如RBAC和集成这样的特性,这些特性并不完全是开源的。因此,您需要坚持ThingsBoard开发团队的官方构建。
但是您仍然可以通过添加自定义集成、规则节点或小部件来扩展平台:https://thingsboard.io/docs/pe/user-guide/contribution/how-to-contribute-your-device-integration-guide/ https://thingsboard.io/docs/pe/user-guide/contribution/rule-node-development/ https://thingsboard.io/docs/pe/user-guide/contribution/widgets-development/。
https://stackoverflow.com/questions/71923192
复制相似问题