I'm working in an IoT project, and I have data that cames from a sensor to my mobile application.
I'm wondering how to automatically send it to my mysql database. Any ideas?
I'm working in an IoT project, and I have data that cames from a sensor to my mobile application.
I'm wondering how to automatically send it to my mysql database. Any ideas?
I'm not sure, but I have an idea. You can make a simple post/put request by using state management. Actually, it'll not work automatically. but you can make an if-else condition or try-catch to post/put this data automatically to the server.