I've written an app that uses a server on one phone to respond to commands from another phone. currently I am using SMSintercept which works fine but has the disadvantage of being a bit slow and if the server app exits for any reason future sms message surface. I am now looking at using sockets.
The problem i forsee using sockets is that the IP can change quite often as the device moves from wifi to wifi and off wifi on cellular it may even change I think.
Is there some magic way to pin down the IP, use sms to get the ip? is sockets the beter way to go than SMS or is there a third option?
The problem i forsee using sockets is that the IP can change quite often as the device moves from wifi to wifi and off wifi on cellular it may even change I think.
Is there some magic way to pin down the IP, use sms to get the ip? is sockets the beter way to go than SMS or is there a third option?