Service Discovery in J2ME
Posted
by thiagolee
on Stack Overflow
See other posts from Stack Overflow
or by thiagolee
Published on 2010-06-16T17:48:03Z
Indexed on
2010/06/16
17:52 UTC
Read the original article
Hit count: 145
Hello,
I have an application to run on a cell phone equipped with Wi-Fi and an application on a desktop which I want to communicate with. The problem is that I want to find in a Local Area Network the IP and port of the machine who has my service running. I can guarantee that there will be at maximum only one machine running it.
I searched a lot for a way to do this but I ended up with nothing. I read something about WebServices, but it didn't seen to be what I wanted, what I want is really simple.
I actually found a solution for it, but it can't be ported to J2ME. Anyone can help?
Thanks.
© Stack Overflow or respective owner