04-07-2023, 12:31 AM
Hello everybody.
I come here to ask for a little help.
I'm trying to do an experiment where whenever I press a button it captures data from that moment.
My doubt is, is there any command for me to request via python for the APP to send only the data of the last two seconds, for example? Or do I have to first download the time information, do the local calculation, and send the request again?
Another doubt, is there a way I can request only the data from the buffer? To come the smallest possible file.
I'm looking for ways to make requests as few as possible and data as light as possible.
Thanks for everyone's attention!
I come here to ask for a little help.
I'm trying to do an experiment where whenever I press a button it captures data from that moment.
My doubt is, is there any command for me to request via python for the APP to send only the data of the last two seconds, for example? Or do I have to first download the time information, do the local calculation, and send the request again?
Another doubt, is there a way I can request only the data from the buffer? To come the smallest possible file.
I'm looking for ways to make requests as few as possible and data as light as possible.
Thanks for everyone's attention!