Python to Internet database
Posted: Tue Jan 10, 2017 4:46 pm
hi all, im wanting to access info from a python script hosted on my raspberry through the internet.
the internet connection on the raspberry will be by mobile network, so i can not rely on IP addresses to get the information such as web.py as i cannot find a mobile network provider that will issue an ip that reaches the end client (apparently IP's are shared across mobile phones and each network has a limited amount.)
ive been looking at using the onedrive sdk but id much rather have a html type interface than an amended text document. if i was to purchase a web address from somewhere like go daddy, how would i have a python script interact with that?
ive googled far and wide but only seem to find information for web.py and other ip related providers
my intention will be to use a pi3, python 2.7 and i just want to see states of gpio pins.
the internet connection on the raspberry will be by mobile network, so i can not rely on IP addresses to get the information such as web.py as i cannot find a mobile network provider that will issue an ip that reaches the end client (apparently IP's are shared across mobile phones and each network has a limited amount.)
ive been looking at using the onedrive sdk but id much rather have a html type interface than an amended text document. if i was to purchase a web address from somewhere like go daddy, how would i have a python script interact with that?
ive googled far and wide but only seem to find information for web.py and other ip related providers
my intention will be to use a pi3, python 2.7 and i just want to see states of gpio pins.