thingsboard - 获取遥测发送者的 IP
我正在尝试查找向特定设备发送遥测数据的人的 IP 地址。有办法把它弄出来吗?我正在考虑尝试通过 rull-chain,因为数据会通过它,但我不知道如何
感谢!
I'm trying to find the ip address of the person who sent telemetry to a particular device. Is there a way to get it out? I was thinking of trying through the rull-chain because the data goes through it but I'm not sure how
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有简单的方法可以通过规则链来完成此任务。但是您可以在发送到 ThingsBoard 之前将发送者的 IP 添加到设备负载中(例如带有 ip 信息的属性)。
Unfortunately, there is no easy way to get this done via Rulechain. But you could add the IP of the sender to the device payload before sending to ThingsBoard (e.g. attribute with ip information).