How to detect ( discover ) all of the web-servers by using j2me ? I mean that the web-servers are inside a LAN.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you are not interested in asking every IP address or named host from the list hard-coded into an app.
You may find Zeroconf protocol useful. It is suited for discovering of available services with the means of broadcast or multicast IP packets.
Debian Wiki page has some links to Zeroconf software, including libapache2-mod-dnssd.
As for client part, maybe this will help: Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?