如何获取局域网内的IP地址列表?

发布于 2024-12-08 03:43:39 字数 139 浏览 0 评论 0原文

我的 Android 手机已连接到 LAN。

Java中有没有办法获取LAN IP列表?

我想获取此列表,因为我的应用程序必须连接到 LAN 计算机上的 SQL Server 才能同步某些数据。

有人可以帮助我吗?

My Android Phone is connected to a LAN.

There is a way in Java to get the list of LAN IPs?

I would like to get this list because my app has to connect to a SQL Server on a LAN Machine to syncronize some datas.

Could someone help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

牵你手 2024-12-15 03:43:39

您可以尝试从 Java 应用程序启动 shell 命令:
nmap 192.168.1.*

但我还没有尝试过!

You can try to launch a shell command from your Java application:
nmap 192.168.1.*

But I haven't tryied!

∞琼窗梦回ˉ 2024-12-15 03:43:39

没有,但有一些方法可以在不知道 IP 地址的情况下广告/定位服务。寻找 Zeroconf(Apple 称之为 bonjour)。微软有一个替代方案,UPNP。

大多数应用程序似乎放弃了,只是要求用户输入 IP 地址。

There isn't, but there are ways to advertise/locate a service without knowing the IP address. Look for zeroconf (what Apple calls bonjour). Microsoft has an alternative, UPNP.

Most apps seem to give up and simply ask the user to type in the IP address.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文