开发者

Network Discovery tool - java [closed]

开发者 https://www.devze.com 2023-03-30 14:24 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I need to write a network discovery eclipse plugin, to fetch OS details, what architecture (32/64) given a subnet or ip range, and pres开发者_Go百科ent a topology view.

Appreciate any help / pointers on how to get started.

Thanks.


I worked for startup company that implemented something like this during 4 years and was acquired by VERY big company for a lot of million USD. So, good luck!

But seriously you cannot fetch all needed data using pure java only. Some things require using native tools.

You can take a look on JPcap for passive discovery that will allow you to catch some packets from network and probably parse them to extract topology information. You can use Jsch to connect to Unix machines using SSH. Apache Commons-Net library will help you to connect to computers using telnet.


You'd probably need to use a lower level language. I don't think Java will be able to accomplish all your requirements.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号