使用 IDAS fiware 设备管理器管理 UDP 数据包

Manage UDP packets with IDAS fiware device manager

我正在尝试在 fiware 制作我自己的 LoRa 服务器。 我买了一个网关(Lorank8v1),它可以捕获 LoRa RF 数据包并通过 UDP 协议将数据发送到云端。

请问在Fiware应该用哪个IOT代理才能成功。有 3 个物联网代理支持不同的协议(LWM2M/COAP 传输、UL2.0/HTTP 或 MQTT 传输、JSON/MQTT 传输)。

我是这个领域的新手,我发现协议兼容性有点复杂。

您可以使用 LoRa Gateway Bridge:

LoRa Gateway Bridge is a service which abstracts the packet-forwarder UDP protocol into JSON over MQTT. The package-forwarder software is running on most gateways and its purpose is to communicate with the LoRa chipset.

这样,您就可以使用MQTT IoT Agent了。我认为这是一个不错的选择,因为MQTT似乎是三种协议中使用最多的。

另外,你可以看看FIWARE LoRa IoT Agent:

This project is a bridge between the Orange LoRa®* network and the OMA NGSIv1 protocol used by the Orion Context Broker as well as by other components of the FIWARE ecosystem.

希望对您有所帮助