I have 3 raspberry pi. Each of them has 8 sensors connected. They will send sensor datas every minute. I have to store the data on a laptop for 2 months. This setup will be in a different place so I have to make sure everything works perfectly.
What is the most convenient way to communicate and store the data?
I have read about using MQTT subscriber on desktop and store the data on the database. Is there any easier way? I am new to this so apology for the simple questions :(