简体   繁体   English

如何在 Fiware 中管理多个 IoT 代理

[英]How to manage multiple IoT Agents in Fiware

I have two type of devices one support IoT JSON agent and another Ultralight Iot Agent.我有两种设备,一种支持 IoT JSON 代理,另一种支持 Ultralight Iot 代理。 What approach is best should i used both IoT agent separately or there is something like IoT manager.我应该分别使用物联网代理或物联网管理器之类的东西,哪种方法最好。 What in future i have another device which support another IoT Agent like LoRaWan.将来我有什么设备支持另一个物联网代理,比如 LoRaWan。

I have tried IoT manager but could not understand it is only for device provisioning or actual device data transfer also.我尝试过物联网管理器,但无法理解它仅用于设备配置或实际设备数据传输。

IoT Manager acts as a proxy for actual IOTAs, so depending on some parameters in the request (I don't remember exactly which ones, but they should be described in the IOTAs documentation) redirects the request to one or another IOTA agent. IoT Manager 充当实际 IOTA 的代理,因此根据请求中的一些参数(我不记得确切的参数,但它们应该在 IOTA 文档中描述)将请求重定向到一个或另一个 IOTA 代理。

But of course, you can implement this proxy using another piece of software (eg ngix with some king of URL-based or port-based redirection) if you want.但是,当然,如果您愿意,您可以使用其他软件(例如,带有一些基于 URL 或基于端口的重定向之王的 ngix)来实现此代理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM