g-oikonomou on develop
dev/radio: fix typo in doc for … dev/radio: fix doc about payloa… Merge pull request #1489 from d… (compare)
hello all,
One: I just want to push my sensor data to ubidots cloud. I’m Using Remote-RevB as MQTT Client and Orion Router as Edge Router (Border router).
Two: In the “Contiki-Zolartia-Pack” Repo MQTT-Client and Router .bin files(based on CETIC 6LBR) available for ubidots cloud and some more cloud. By making use of this, I was able to push my sensor data to Ubidots successfully
Three: But I don’t want to use “Contiki-Zolartia-Pack” Repo I want to achieve this only with Contiki-NG
Four: I have done many things to achieve this using Contiki-NG’s MQTT-Client. Firstly I have tried to connect to the Mosquitto Broker which is running on my Laptop. I faced some issues with IP addressing with the Help of @g-oikonomou I have achieved it. yes I was able to push the data to Mosquitto Broker
Five: Now I’m trying to push data to ubidots. I have tried in many ways. I have provided the correct IPv6 address and also the token. But it was not working mean the MQTT-Client was not connecting to the Router
MQTT-Client(Contiki-NG) +IP64 Router(Contiki-NG) =Ubidots Not Working
MQTT-Client(Contiki-Zolartia-Packs) +Cetic 6LBR (Contiki-Zolartia-Packs) =Ubidots Working
Six: Now from zolertia-packs I took ubidots related things and compiled with Contiki-ng, though the connection was not happening even I modified MQTT-client. c(Contiki-ng) hence I used complete MQTT-node in Contiki-ng. But I am facing two issues