My programming skills are as good as the information I get from forums like these.
But I finally managed to produce a small app in python that gets and sends small pieces of data for home controlmover the web.
I would like to use app inventor as it is a great way to show what is actualy happening, the direct updating of
changes works fantastic.
Problem is that I can't use the portnumber in the url, the standard 8001 portnumber of ai2 is not accepted.
My python program connects fine with the port forwarding.
Is there a way to get the ip and port number as a webaddress in the url?
Thanks in advance.