I'd like to make a little experiment with an Android app.
I have several android devices and I'd like to make an app to chat between devices without knowing the specific IP of each devices, just discovering every device wich have my app installed. So, basically there are two main questions here:
Is there any Android tool, library or example about how implement device discovery over a local wifi network?
What is the best way for sending data from one Android device to another? Again, is there any tool, library or example that could serve as a guide?
Also, I'd like my app to run on Android 2.2+
Any ideas? Thank You!