Created question in FIWARE Q/A platform on 27-01-2018 at 11:01
Please, ANSWER this question AT https://stackoverflow.com/questions/48474948/uplink-lora-packets-to-fiware-via-mqtt-communication
Question:
Uplink LoRa packets to Fiware via MQTT communication
Description:
I have the ideetron's gateway Lorank8v1 which catches LoRa packets and convert them to UDP.I have installed lora-gateway-bridge on my gateway device which converts UDP packets to TCP/MQTT.
After that, i send the packets from the gateway to my VM to the port 1883 where mosquitto MQTT broker is listening.
I have also installed Fiware JSON/MQTT Iot agent and the Fiware's Context Broker.
I can see that my gateway's packets are published in topics into the mqtt broker but i don't know what should i do to pass them into my iot agent and the context broker.In addition, the phy payload of my LoRa packets is encoded and encrypted and i have a node js code to decrypt and decode them.
How could i make my system's architecture in order to push the payloads of the LoRa packets that my gateway catches into the Context Broker.