Okay, I’m sure this is a novice question that is covered somewhere else, so forgive a poor programming noob.
I am attempting to make a device which points at the ISS wherever it is by collecting the current coordinates from http://www.isstracker.com/ automatically and constantly and plugging them into an equation to turn those coordinates into degrees.
The information on here seems to be mostly oriented towards manual control of a device or taking info from the device, rather than from the web. Is this kind of internet data retrieval something thinger can do, and if so, how?
Followup question: ideally, I would like to get my own coordinates also. The device will be connected to the internet via an iphone 3g/wifi hotspot, and getting the coords of the phone. Can this also be done?
Thanks