AndroidアプリでphpサーバーのIPアドレスを取得するにはどうすればよいですか?
例、ブロードキャスト メッセージを送信する Android アプリ。次に、サーバーはそのメッセージをリッスンし、サーバーの IP アドレスを Android アプリに送信します。
Phone ----> Send broadcast message for requesting IP Address
Server <----- Receive the message
Server -----> Send the IP Address information to phone
Phone <---- Receive the information and save the server's IP Address. Finish
JmDNS を見つけましたが、私のサーバーは Java ではなく PHP です。または、その仕事をするためのトリックまたは解決策はありますか?