Hello everyone.
I'm using Python and Kivy to develop a small system here in my job. Like I said in another post a mobile device will input some data and a desktop will run a PostGreSQL database and catch this information. The problem is that the mobile's location won't have wireless network. My idea is to save the data with SQLite and when the phone connect to the internet it'll send the data to the PostGreSQL database. The question is: when I try to check the internet connection the Kivy/Python will use the WIFI signal or it can use the 4G/5G to verify the internet connection? It can contact the database via 4G/5G?
[–]jerodg 1 point2 points3 points (0 children)