get IP addresses of computer available on a network? -java

后端 未结 7 2234
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-12 02:36

I am making a file sharing application which would look for computers which are running the application on the same network. So I would like my application to discover compu

7条回答
  •  暖寄归人
    2020-12-12 03:30

    You should take a look at this article on jxta. It's sun's P2P framework for Java and it's used by a ton of popular applications. It might also be good to look at some applications that use jxta, because they may already do something like what you're trying to do.

提交回复
热议问题