I'm trying to send a notification from a micro controller to a phone over the local network. (The phone could be iphone, or even ipad). Would do android if I have to.
If it helped, I could use a computer in the middle, but prefer not to do so. BTW, the micro controller that I'm using currently has a webserver built in, if that helps anything, and is already running on the WLAN.
This will be used on a boat, where we will.most often be out of mobile network range, and where the Internet connection is over satellite, and subject to interruption from weather, antenna blockages, shadowing, etc.. So there is no reliable Internet connection in this scenario to any of the components, and I'm looking for a 99% plus reliability.
The messages that I want to send are few, so can be hard coded, no problem there, and I'm already registered with growl as I have been using Growl and Prowl already in this system. I'm happy with the way that works, I just need to cut out the cloud based sections of the project, so that it always works, and it would be nice to reduce the time to execute the notification.
I'll look into the gntp stuff.
Thanks for giving this some thought.
Any more ideas very welcome!
Jim