Details
-
Type:
Monitor
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FIWARE-TECH-HELP
-
Labels:
Description
Created question in FIWARE Q/A platform on 18-01-2021 at 10:01
Please, ANSWER this question AT https://stackoverflow.com/questions/65772050/best-way-to-integrate-ttn-with-fiware
Question:
Best way to integrate TTN with Fiware?
Description:
I want to integrate the TTN with our platform Fiware and I've seen different solutions. I was wondering if someone can explain me what are the most suitable one. I was thinking to use an IoTAgent-LoRaWAN or maybe a mosquitto server linked with an IoTAgent-JSON. In this last case, the data should be publised like this to be readable :
$ mosquitto_pub -h $HOST_IOTAGENT_MQTT -u theUser -P thePassword -t /myapikey/mydevicemqtt/attrs -m ‘
’
So, should I make my own JSON parser and republish the data to another format into the MQTT Broker?
Is there another approach to do this integration?
Thank you very much in advance.