I am able to fetch temperature, humidity and light data from the motes. However, the response time of the application takes time (say almost 3 to 5 mins between motes), currently I am using three motes and fetching data cylic (continuously).
In real time we need data without any delays, is there any way that I can improve this?
Note -Two Coap app for temperature / humidity and Light i.e firing two GET commands in my python script
Best Regards,
Sachin Edwin
scenario:
Motes: mote 1 mote 2 and mote 3 Topolgoy: star topology Dagroot: mote 1 is set as dagroot App: CoAP app. Mote 2 and mote 3 will sample sensor data when get a GET command from dagroot and send a CoAP to dagroot.
@Sachin Edwin, congratulations! Could you tell us what's the final solution for this issue? Did it caused by some bugs in openwsn, https://openwsn.atlassian.net/browse/FW-427#icft=FW-427 , or something else? Thanks a lot!
Sachin Edwin
November 27, 2015 at 9:47 AM
This issue can be closed, data coming in every sec
Sachin Edwin
November 20, 2015 at 7:53 AM
Hi Thomas ,
Still working on different test setups (outside), I would update on this COAP app delay very soon.
Hello ,
I am able to fetch temperature, humidity and light data from the motes. However, the response time of the application takes time (say almost 3 to 5 mins between motes), currently I am using three motes and fetching data cylic (continuously).
In real time we need data without any delays, is there any way that I can improve this?
Note -Two Coap app for temperature / humidity and Light
i.e firing two GET commands in my python script
Best Regards,
Sachin Edwin
scenario:
Motes: mote 1 mote 2 and mote 3
Topolgoy: star topology
Dagroot: mote 1 is set as dagroot
App: CoAP app. Mote 2 and mote 3 will sample sensor data when get a GET command from dagroot and send a CoAP to dagroot.