Wave is way more than what Cristiano needs. If he just needs to be able to send info from a server to clients, the best way is to use some sort of Web Socket or in the case of Android, the Android Cloud to Device Messaging Framework (C2DM).
https://developers.google.com/android/c2dm/ Cheers, PP On 12/06/12 21:38, Thomas Wrobel wrote: > Without a c/s protocol yet making alternative clients is very hard - > my own Android project would love to connect to a wave server but at > the moment (imho) its just far too much work. > When the client and server is separated in the codebase the picture > for client developers should be more clear. > > If your just pushing info too clients though (ie, purely one way), > using wave is probably overkill anyway. Maybe a Jabber/XMPP connection > using aSmack would work for you? > > > > On 12 June 2012 22:07, Paulo Pires <[email protected]> wrote: >> See Google C2DM. >> -- >> Sent from my Android phone with K-9 Mail. Please excuse my brevity. >> >> "Cristiano Gavião" <[email protected]> wrote: >> >> Hi, >> >> I have a challenge in hands that is implement an application in Android >> platform that communicates with a server that is running in a Equinox >> server. I would like to be able to push information to the android clients. >> >> Would Wave be an option for this kind of app ? >> >> Anyone are using wave in a android and could point any resource >> explaining that? >> >> thanks for any word. regards, >> >> Cristiano >> -- Paulo Pires
