Listening at a particular port for some network event, that's what a server does.
But if you want to talk to a server, then you're not a server... > i m using wowza server that sends the trackdetails to each of its clients that are connected to it when the track changes.so i just need to receive details sent by wowza server.there isnt any need to send response back to server. That implies, at least to me, that you are trying to *talk* to a server. In any case, I don't think that anyone will be able to help you this early on, you'd do best to spend the next two days reading about java networking and working through the examples (it's really not too complicated, but it's not Android related.) Kris On Wed, May 25, 2011 at 9:38 AM, Hitendrasinh Gohil < [email protected]> wrote: > hi Kristopher Micinski, > > see this is my question that i have asked > > "can anybody tell me how can i listen at particular ports for some > network events?" > > "i.e when server send some data client is enable to procees it" > > so does it asking about server? > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

